Apply for multiple accounts
Apply for multiple account
POST
/account/businessOpenAccount
<This endpoint allows end users to open more accounts>
Parameters
Parameters
Type
Description
Is Required
businessName
string
SME's business name
TRUE
businessCertId
string
The number of the business certificate ID that the end user used to onboard.
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
operatingMode
string
Operating mode of the new account.
1 - Singly
2 - Either to sign
3 - Any Two to Sign
4 - All of Us Jointly
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