- Public sandbox: A single-user environment where you can begin building your program and experiment with the Marqeta platform.
- Private sandbox: A multi-user environment where you can integrate your application with the Marqeta platform.
- Create a card in your sandbox environment.
-
Use the
/simulations/directdeposits/*endpoints to simulate transaction event types. Each endpoint is its own event type. -
Use the
/webhooksendpoint to send optional customer notifications for system events.
Note
You can use Postman to run requests for card transaction and direct deposit simulations endpoints. This collection of requests has been saved as a YAML file for your convenience. To access the YAML file, see Postman Collection for Simulations 2.0.
You can use Postman to run requests for card transaction and direct deposit simulations endpoints. This collection of requests has been saved as a YAML file for your convenience. To access the YAML file, see Postman Collection for Simulations 2.0.
Request body
Response body
Simulate credit
Action:POSTEndpoint:
/simulations/directdeposits/credit
Use this endpoint to simulate crediting funds to a deposit account.
Simulate a direct deposit of funds to a user account by including the deposit account number of the account to be credited. You can find the account number in the account_number field of the response when you create a new deposit account. Alternatively, you can retrieve it by sending a GET request to the /depositaccounts/user/{user_token} endpoint. For more information, see Direct Deposit.
You can view the full request body structure on the Simulations 2.0 — Direct Deposits page.
Request body
See Request Body.Sample request body
JSON
Response body
See Response Body.Sample response body
JSON
Simulate debit
Action:POSTEndpoint:
/simulations/directdeposits/debit
Use this endpoint to simulate debiting funds from a deposit account.
Simulate a direct deposit of funds to a user account by including the deposit account number of the account to be debited. You can find the account number in the account_number field of the response when you create a new deposit account. Alternatively, you can retrieve it by sending a GET request to the /depositaccounts/user/{user_token} endpoint. For more information, see Direct Deposit.
You can view the full request body structure on the Simulations 2.0 — Direct Deposits page.
Request body
See Request Body.Sample request body
JSON
Response body
See Response Body.Sample response body
JSON