March 28, 2024
cancel
Showing results for 
Search instead for 
Did you mean: 
Help

Are Direct Deposit simulations possible in the sandbox?

Are Direct Deposit simulations possible in the sandbox?

pb-cons
New Contributor III

I'm trying to exercise the Direct Deposit simulation: POST /simulate/directdeposits

For the request I need an account number. According to GET /depositaccounts/user/{token} my users have no deposit accounts.

Trying to create a deposit account using: POST /depositaccounts and the request body below, the response error message is Direct Deposit Accounts are not enabled for this program.

Should I be able to test this in a sandbox environment?  Is there another way to simulate adding funds for a user?

request body for /depositaccounts:

{
"user_token": "{{MY_USER_TOKEN}}",
"type": "DEPOSIT_ACCOUNT"
}

1 ACCEPTED SOLUTION

jcook
Marqeta Staff
Marqeta Staff

Hi @pb-cons! Unfortunately, direct deposit simulations are not currently available in our public sandbox. However, we are looking into getting this enabled in the future.

Thank you,

Jess

View solution in original post

2 REPLIES 2

jcook
Marqeta Staff
Marqeta Staff

Hi @pb-cons! Unfortunately, direct deposit simulations are not currently available in our public sandbox. However, we are looking into getting this enabled in the future.

Thank you,

Jess

pb-cons
New Contributor III

Thanks again @jcook