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

Authorization
string
header
default:{{APIKey}}
required

Body

application/json

Response

200
application/json
200

The response is of type object.