Cashplus

Payment method for Morocco. The method uses a 10-digit phone 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": "cashplus"
}

Payout request

{
    "amount": 4,
    "currencyTo": "MAD",
    "clientId": "TestQA1",
    "recipient": {
        "account_owner": "AIBEK",
        "account_number": "1234567890",
        "type": "custom"
    },
    "type": "cashplus"
}