🇪🇬Egypt

Wallets

  • payout_method.type = wallet

  • payout_method.payment_method =

    • vodafone_cash

    • etisalat

    • orange_money

    • bank_wallets

Example Wallet Payload

{
  "payout_method": {
    "type": "wallet",
    "payment_method": "vodafone_cash",
    "beneficiary": {
      "name": "John Doe",
      "payout_method_details": {
        "phone_number": "01123456789"
      }
    }
  },
  "amount": {
    "value": 500,
    "currency_code": "EGP"
  },
  "country_code": "EG",
  "purpose": "salaries",
  "request_id": "unique_request_id"
}

Bank Transfer

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

Example Bank Transfer Payload

{
  "payout_method": {
    "type": "bank_transfer",
    "payment_method": "bank_transfer",
    "beneficiary": {
      "name": "John Doe",
      "payout_method_details": {
        "account_name": "John Doe",
        "account_number": "0103456789",
        "bank_code": "AUB",
        "iban": "EG380019000500000000263180002",
        "swift_code": "ABCDEF12",
        "account_currency": "EGP"
      }
    }
  },
  "amount": {
    "value": 1000.00,
    "currency_code": "EGP"
  },
  "country_code": "EG",
  "purpose": "salaries",
  "reference": "Invoice #12345",
  "request_id": "unique_request_id"
}

Egypt Bank Codes

Last updated