Cameroon

Learn everything you need to know to make payouts in Cameroon with dLocal.

Market specifications

Take a look of all the information you need to make a payout.

Country reference Mandatory paramenters

Payment methods

Find all the information about payment methods capabilities.

Bank transfers Wallet transfers

Market specifications

Do you want to know more information about Cameroon's market? Go to the Expand Your Reach in Africa’s eCommerce Market article.

Country reference

country codecurrency codeamount decimalsdocument_type namedocument_id format
CMXAF2CNI or ID8 digits

Mandatory parameters

Bank transfers

Bank transfers parametersB2CB2BP2P
loginYesYesYes
passYesYesYes
external_idYesYesYes
beneficiary_nameYesYesYes
beneficiary_lastnameYesYesYes
countryYesYesYes
amountYesYesYes
bank_branchYesYesYes
bank_accountYesYesYes
currencyYesYesYes
purpose--Yes
remitter_full_name--Yes
remitter_document_type--Yes
remitter_document--Yes
remitter_birth_date--Yes
remitter_address--Yes
remitter_city--Yes
remitter_country--Yes
remitter_nationality--Yes

Wallet transfers

Wallet transfers parametersB2CB2BP2P
loginYesYesYes
passYesYesYes
external_idYesYesYes
beneficiary_nameYesYesYes
beneficiary_lastnameYesYesYes
countryYesYesYes
amountYesYesYes
account_typeYesYesYes
phoneYesYesYes
currencyYesYesYes
purpose--Yes
remitter_full_name--Yes
remitter_document_type--Yes
remitter_document--Yes
remitter_birth_date--Yes
remitter_address--Yes
remitter_city--Yes
remitter_country--Yes
remitter_nationality--Yes

Payment methods

Cameroon supports payouts via Bank transfers and Wallet transfers. Each method requires specific parameters and follows validation rules aligned with local compliance and banking standards.

Use Wallet transfers for instant payments to mobile wallets. Use Bank transfers when sending funds directly to a bank account.

Bank transfers

Bank transfers in Cameroon require detailed account information, including SWIFT code and IBAN. Strict validation rules apply for these fields.

Mandatory parameters

All fields listed below are required for bank transfer payouts. For successful processing, ensure correct formatting and value types.

Mandatory parameterDescription
loginAPI authentication credentials. Maximum 32 characters.
passAPI authentication credentials. Maximum 32 characters.
external_idUnique transaction identifier. Maximum 100 characters.
beneficiary_nameFirst name of the beneficiary. Maximum 50 characters.
beneficiary_lastnameLast name of the beneficiary. Maximum 50 characters.
countryCountry code. For Cameroon, use CM.
amountPayout amount. Use up to 2 decimal places.
bank_branchSWIFT code (8 or 11 alphanumeric characters in upper case).
bank_accountAlphanumeric 27 characters IBAN Format. All IBANs begin with 'CM'.
currencyPayout currency. For Cameroon, use XAF or USD.
purposeReason for the payout. For P2P, use EPREMT (Remittance).
remitter_full_nameFull name of the sender. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter_document_typeType of identification document: ID (national identification number) or PASS (passport). Mandatory only for remittance (P2P).
remitter_documentDocument number of the sender. Maximum 45 characters. Mandatory only for remittance (P2P).
remitter_birth_dateSender’s birth date in YYYYMMDD format. Mandatory only for remittance (P2P).
remitter_addressFull address of the sender. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter_cityCity of the sender. Maximum 40 characters. Mandatory only for remittance (P2P).
remitter_countryISO 3166-1 alpha-2 country code of the sender. Mandatory only for remittance (P2P).
remitter_nationalityISO 3166-1 alpha-2 country code of the sender's nationality. Mandatory only for remittance (P2P).

Example request

{
  "login": "1n234n56",
  "pass": "HolAc123o",
  "external_id": "689076512111124",
  "beneficiary_name": "Jhon",
  "beneficiary_lastname": "Miles",
  "country": "CM",
  "amount": "155",
  "currency": "XAF",
  "bank_branch": "ABNGCMCX",
  "bank_account": "12345678901",
  "notification_url": "https://thisisawebsite.net/payments",
  "type": "json"
}

Wallet transfers

Wallet transfers enable real-time payments to mobile wallets. The account_type field must indicate the type of mobile wallet being used (e.g., ExpressUnion, Orange, MTN, BICEC). The phone field must be present and correctly formatted.

Mandatory parameters

The table below outlines the required parameters for Wallet transfers.

Mandatory parameterDescription
loginAPI authentication credentials. Maximum 32 characters.
passAPI authentication credentials. Maximum 32 characters.
external_idUnique transaction identifier. Maximum 100 characters.
beneficiary_nameFirst name of the beneficiary. Maximum 50 characters.
beneficiary_lastnameLast name of the beneficiary. Maximum 50 characters.
countryCountry code. For Cameroon, use CM.
amountPayout amount. Use up to 2 decimal places.
account_typeType of wallet being used: EXPRESSUNION, ORANGE, MTN, BICEC.
phoneCountry code (+237) plus mobile phone number (9 digits). Ex: +237123456789.
currencyPayout currency. For Cameroon, use XAF or USD.
purposeReason for the payout. For P2P, use EPREMT (Remittance).
remitter_full_nameFull name of the sender. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter_document_typeType of identification document: ID (national identification number) or PASS (passport). Mandatory only for remittance (P2P).
remitter_documentDocument number of the sender. Maximum 45 characters. Mandatory only for remittance (P2P).
remitter_birth_dateSender’s birth date in YYYYMMDD format. Mandatory only for remittance (P2P).
remitter_addressFull address of the sender. Maximum 200 characters. Mandatory only for remittance (P2P).
remitter_cityCity of the sender. Maximum 40 characters. Mandatory only for remittance (P2P).
remitter_countryISO 3166-1 alpha-2 country code of the sender. Mandatory only for remittance (P2P).
remitter_nationalityISO 3166-1 alpha-2 country code of the sender's nationality. Mandatory only for remittance (P2P).

Example request

{
  "login": "1n234n56",
  "pass": "HolAc123o",
  "external_id": "689076512111124",
  "beneficiary_name": "Jhon",
  "beneficiary_lastname": "Miles",
  "country": "CM",
  "amount": "155",
  "currency": "XAF",
  "account_type": "EXPRESSUNION",
  "phone": "+237123456789",
  "notification_url": "https://thisisawebsite.net/payments",
  "type": "json"
}