post https://api.wafeq.com/v1/accounts/
Endpoint for creating a new account.
Response
Endpoint for creating a new account.
xxxxxxxxxx
12curl --request POST \
--url https://api.wafeq.com/v1/accounts/ \
--header 'Authorization: Api-Key replace_with_your_api_key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"classification": "REVENUE",
"is_payment_enabled": true,
"sub_classification": "INCOME"
}
'
Try It!
to start a request and see the response here! Or choose an example: