Cameroon
Learn everything you need to know to make payouts in Cameroon with dLocal.
Mandatory parameters - Bank transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | B2C, P2P |
pass | 32 chars | B2C, P2P |
external_id | Max. 100 chars | B2C, P2P |
beneficiary_name | Max. 50 chars | B2C, P2P |
beneficiary_lastname | Max. 50 chars | B2C, P2P |
country | CM | B2C, P2P |
amount | Max. 2 decimal numbers | B2C, P2P |
bank_branch | SWIFT code (we accept 8 or 11 alphanumeric characters in upper case) | B2C, P2P |
bank_account | Alphanumeric 27 chars IBAN Format. All IBANs begin with 'CM' and are exactly 27 characters long | B2C, P2P |
currency | XAF or USD | B2C, P2P |
purpose | EPREMT - Remittance Mandatory only for remittance (P2P) | P2P |
remitter_full_name | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_document_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (P2P) | P2P |
remitter_birth_date | Format 'YYYYMMDD' Mandatory only for remittance (P2P) | P2P |
remitter_address | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_city | Max. 40 chars Mandatory only for remittance (P2P) | P2P |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | P2P |
remitter_nationality | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | 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"
}
Mandatory parameters - Wallet transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | B2C, P2P |
pass | 32 chars | B2C, P2P |
external_id | Max. 100 chars | B2C, P2P |
beneficiary_name | Max. 50 chars | B2C, P2P |
beneficiary_lastname | Max. 50 chars | B2C, P2P |
country | CM | B2C, P2P |
amount | Max. 2 decimal numbers | B2C, P2P |
account_type | Possible options: EXPRESSUNION, ORANGE, MTN, BICEC | B2C, P2P |
phone | +237 + mobile phone number (9 digits) | B2C, P2P |
currency | XAF or USD | B2C, P2P |
purpose | EPREMT - Remittance Mandatory only for remittance (P2P) | P2P |
remitter_full_name | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_document_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (P2P) | P2P |
remitter_birth_date | Format 'YYYYMMDD' Mandatory only for remittance (P2P) | P2P |
remitter_address | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_city | Max. 40 chars Mandatory only for remittance (P2P) | P2P |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | P2P |
remitter_nationality | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | 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"
}
Updated 3 months ago