Apply for more accounts

Apply for more accounts

POST /account/businessOpenAccount

Use this endpoint to open more accounts associated with your initially onboarded SME.

circle-info

NOTE: No OTP verification is required. Choice BaaS will scheduled the job and send back the result as a webhook notification.

Parameters
Type
Description
Required?

businessName

string

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

TRUE

businessCertId

string

Business certificate number should be same as the initially onboarded SME's.

TRUE

currency

string

We support KES, USD, GBP, EUR, CNY, TZS, UGX, and RWF

TRUE

operatingMode

string

1 - Singly 2 - Either to Sign 3 - Any Two to Sign 4 - All of Us Jointly

TRUE

Response

{
  "applicationId": ""
}

Query account opening 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