Get Enumerations

Current Account Onboarding - Monthly Income Enumeration

POST /staticData/getMonthlyIncomeEnumeration

<Use this endpoint to get the enumerations for Monthly Income, for current account onboarding scenario>

Parameters

Null

Response

{
    "code": "00000",
    "msg": "Completed successfully",
    "requestId": "APPREQ00990320fed02000",
    "sender": "apigw.baas.choice",
    "locale": "en_KE",
    "timestamp": 1650533105687,
    "salt": "QcEwsZHMUr",
    "signature": "cdfd996e7e5ca655d3fa663db03abe63b852669f04e1f82fda9b473f606a11",
    "data": {
        "monthlyIncomeEnum": [
            {"id":"A", "text":"Less than 5000 ksh"},
            {"id":"B", "text":"5001 - 10000 ksh"},
            {"id":"C", "text":"10001 - 15000 ksh"},
            {"id":"D", "text":"15000 - 25000 ksh"},
            {"id":"E", "text":"Above 25000 ksh"}    
        ]
    }
}

Current Account Onboarding - Employ Status Enumeration

POST /staticData/getEmploymentEnumeration

<Use this endpoint to get the enumerations for employ status, for current account onboarding scenario>

Parameters

Null

Response

Bank Code List

POST /staticData/getBankCodes

<Use this endpoint to get the enumerations for employ status, for current account onboarding scenario>

Parameters

Null

Response

Query Operational Bank Account List

POST /staticData/getOperationalAccounts

This is for customers to get a list of the Choice bank accounts held in other commercial bank for different deposit/transfer demands, like FX, RTGS, EFT transfers.

Parameters

Name
Type
Description
Required?

type

wint

0 - Foreign Currency 1 - RTGS 2 - EFT

TRUE

Response

Get Foreign Currency Cooperation Bank List

POST /staticData/getFcyCooperativeBanks

This is for customers to get a list of the Choice bank accounts held in other commercial bank for different deposit/transfer demands, like FX, RTGS, EFT transfers.

No Request Parameters for this interface.

Response

Last updated