Skip to main content
POST
Create A Subaccount

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Body

application/json
mainAccountPayazaReference
string
required

The account reference of the main Payaza account.

Example:

"100000000"

name
string
required

The name of the sub-account being created.

Example:

"Test Sub Account"

currency
string
required

The currency code.

Example:

"NGN"

country
string
required

The country code in ISO 3166-1 alpha-3 format (e.g., NGA).

Example:

"NGA"

Response

Subaccount creation successful

message
string

Response message.

Example:

"New account created"

status
boolean

Request status.

Example:

true

data
object[]

List containing the newly created account details.