Payment method for Côte d'Ivoire. The method uses a 10-digit phone number.
Payin request
{
"amount": 10,
"currency": "XOF",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "wave"
}
Payout request
{
"amount": 4,
"currencyTo": "XOF",
"clientId": "TestQA1",
"recipient": {
"account_owner": "AIBEK",
"account_number": "1234567890",
"type": "phone"
},
"type": "wave"
}