cURL
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>" } '
"{}"
Creates a new account.
The type of account
account
wallet
The currency of the account.
NGN
USD
The account type.
Savings
Current
The id of the customer. Required when 'type' is wallet.
200
The response is of type object.
object