Funds an account with the specified amount.
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>"
}'
"{}"
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>"
}'
"{}"