🇨🇲Cameroon

Check the requirements and validations made over the cashouts on cameroon

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

CM

currency

XAF / USD

amount

Number with up to 2 decimals

Cashout amount

bank_account

Beneficiary's bank account

bank_code

Code specifying the beneficiary's bank

beneficiary_name

String (max length: 100)

Beneficiary's name

beneficiary_lastname

String (max length: 100)

Beneficiary's last name

Bank Account Validations

Bank name

Bank code

Format

Example

All

-

Numeric

1234567890, 92837492933

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "40000000001",
    "country": "CM",
    "amount": 500,
    "currency": "XAF",
    "bank_account": "62102458345",
    "bank_code": "250655", 
    "document_id": "9308060142345",
    "beneficiary_name": "John",
    "beneficiary_lastname": "Doe",
    "account_type": "S",
    "phone": +237623456789
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

Bank

Code

MTN Cameroon

10000

Mobile Money

10001

Orange Cameroon

10004

AFRILAND FIRST BANK

1

BANQUE ATLANTIQUE CAMEROUN

5

BANQUE DES ETATS D'AFRIQUE CENTRALE

13

BANQUE INTERNATIONALE DU CAMEROUN POUR L'EPARGNE ET LE CREDIT

17

BC PME SA

18

BGFIBANK CAMEROUN SA

19

CITIBANK N.A

20

COMMERCIAL BANK OF CAMEROON

22

CREDIT COMMUNAUTAIRE D'AFRIQUE S.A.

30

ECOBANK CAMEROUN SA.

31

NATIONAL FINANCIAL CREDIT BANK S.A.

31

SCB CAMEROUN S.A.

33

SOCIETE GENERALE CAMEROUN

34

STANDARD CHARTERED BANK CAMEROON S.A.

35

UNION BANK OF CAMEROON LTD.

37

UNITED BANK FOR AFRICA CAMEROON PLC

38

For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.

Last updated

Was this helpful?