Simulator (Sandbox Only)
Fund Account
Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Simulator (Sandbox Only)
Fund Account
Funds an account with the specified amount.
POST
/
accounts
/
simulator
/
fund
curl --request POST \
--url https://api.sandbox.sudo.cards/accounts/simulator/fund \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "<string>",
"amount": 100,
"bankCode": "<string>",
"accountNumber": "<string>"
}'
"{}"
Authorizations
Body
application/json
Response
200
application/json
200
The response is of type object
.
curl --request POST \
--url https://api.sandbox.sudo.cards/accounts/simulator/fund \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "<string>",
"amount": 100,
"bankCode": "<string>",
"accountNumber": "<string>"
}'
"{}"