Cameroon
Mandatory parameters - Wallet transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | B2C, C2C |
pass | 32 chars | B2C, C2C |
external_id | Max. 100 chars | B2C, C2C |
beneficiary_name | Max. 50 chars | B2C, C2C |
beneficiary_lastname | Max. 50 chars | B2C, C2C |
country | CM | B2C, C2C |
amount | Max. 2 decimal numbers | B2C, C2C |
account_type | Possible options: EXPRESSUNION, ORANGE, MTN, BICEC | B2C, C2C |
phone | +237 + mobile phone number (9 digits) | B2C, C2C |
currency | XAF or USD | B2C, C2C |
purpose | EPREMT - Remittance (C2C) Mandatory only for remittance (C2C) | C2C |
remitter_fullname | Max. 200 chars Mandatory only for remittance (C2C) | C2C |
remitter_document_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (C2C) | C2C |
remitter_document | Max. 45 chars Mandatory only for remittance (C2C) | C2C |
remitter_birth_date | Format 'YYYYMMDD' Mandatory only for remittance (C2C) | C2C |
remitter_address | Max. 200 chars Mandatory only for remittance (C2C) | C2C |
remitter_city | Max. 40 chars Mandatory only for remittance (C2C) | C2C |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (C2C) | C2C |
remitter_nationality | ISO 3166-1 alpha-2 code Mandatory only for remittance (C2C) | C2C |
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 4 months ago