10-12-2021 02:39 PM
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"
}
10-13-2021 02:55 PM
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
10-13-2021 02:55 PM
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
10-14-2021 07:03 AM
Thanks again @jcook