Payment method for Morocco. The method uses a 24-digit account number.
Payin request
{
"amount": 10,
"currency": "MAD",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "cih"
}
Payout request
{
"amount": 4,
"currencyTo": "MAD",
"clientId": "TestQA1",
"recipient": {
"account_owner": "AIBEK",
"account_number": "123456789012345678901234",
"type": "custom"
},
"type": "cih"
}