v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Create Account

Creates a new account.

post/accounts

Request body

type'account' | 'wallet' required

The type of account

currency'NGN' | 'USD' required

The currency of the account.

accountType'Savings' | 'Current' required

The account type.

customerIdstring

The id of the customer. Required when 'type' is wallet.

Response

Account created successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.