VodafoneСash

Payment method for Egypt. The method uses a 11-digit phone number.

Payin request

{
  "amount": 10,
  "currency": "EGP",
  "invoiceId": "{{$randomInt}}demo123",
  "clientId": "demo client 12345",
  "lang": "EN",
  "successUrl": "https://example.com/",
  "failUrl": "https://example.com/",
  "backUrl": "https://example.com/",
  "type": "vodafonecash"
}

Payout request

{
    "amount": 4,
    "currencyTo": "EGP",
    "clientId": "TestQA1",
    "recipient": {
        "account_owner": "AIBEK",
        "account_number": "12345678901",
        "type": "phone"
    },
    "type": "vodafonecash"
}