Apply for multiple accounts

Apply for multiple account

POST /account/businessOpenAccount

<This endpoint allows a business customer to open more accounts once they complete onboarding (i.e., after open SME account), business can apply to open another accounts.

circle-info

NOTE: No OTP is required. Choice BaaS will open the account by scheduled job and send back the result by web-hook notification.

Parameters
Type
Description
Required?

businessName

string

Business Name. It should be same with the name that used for onboarding.

TRUE

businessCertId

string

Business certificate number. It should be same with the certificate number that used for onboarding.

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

Account operating mode: 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/getAccountOpeningStatus

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

Last updated