Upgrade wallet to current account

POST /onboarding/walletAccountUpgrade

Supply the personal information and request to upgrade the wallet account to bank account.

Fields
Type
Description
Required?

userId

String

User ID in your system. It should be the unique identity of the user in your system.

Mandatory

kraPin

String

KRA pin of the customer

Mandatory

frontSidePhoto

String

BASE64 text of the ID front side photo binary.

Optional

backSidePhoto

String

BASE64 text of the ID backside photo binary.

Optional

passportPhoto

String

Base64 text of photo of the passport. If wallet is on-boarded using a passport - this is the identification document to be submitted.

Optional

selfiePhoto

String

BASE64 text of the selfie photo binary.

Mandatory

Response

{
  "code": "00000",
  "msg": "Completed successfully"
}

Last updated