Accounts
Create Account
Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Accounts
Create Account
Creates a new account.
POST
/
accounts
curl --request POST \
--url https://api.sandbox.sudo.cards/accounts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "account",
"currency": "NGN",
"accountType": "Savings",
"customerId": "<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 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "account",
"currency": "NGN",
"accountType": "Savings",
"customerId": "<string>"
}'
"{}"