Apply for multiple accounts

Apply for multiple account

POST /account/individualOpenAccount

<This endpoint allows end users to open more accounts>

Parameters

Parameters
Type
Description
Is Required

customerName

string

End user name

TRUE

idendityId

string

The number of the ID that the end user used to onboard.

TRUE

idType

string

The type of the ID that the end user used to onboard.

101 - (Kenya) National ID

102 - (Kenya) Alien ID

103 - Passport

TRUE

currency

string

The currency of the new account that the end user wants to open. The following values are allowed: KES/USD/GBP/EUR/CNY/TZS/UGX/RWF

TRUE

Response

{
  "applicationId": ""
}

Query account opening request status

POST /account/individualOpenAccount

<This endpoint allows BaaS partner system to query the status of end user opening account request>

Parameters

Parameters
Type
Description
Is Required

applicationId

string

Account opening application ID

TRUE

Response

{
  "applicationId": "",
  "status": "", //1-Submitted; 2-OTP Confirmed; 3-Successful
  "accountId": "", //The number of the new account
  "accountName": "",
  "currency": "",
}

Last updated