For the complete documentation index, see llms.txt. This page is also available as Markdown.

🇪🇬Egypt

Wallets

  • payout_method.type = wallet

  • payout_method.payment_method =

    • vodafone_cash

    • etisalat

    • orange_money

    • bank_wallets

payout_method_details Parameter
Type
Required
Description

phone_number

number

Yes

11 digits excluding the international calling code e.g. 010xxxxxxxx, 011xxxxxxxxx

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"
}
{
    "purpose": "SALARIES",
    "reference": null,
    "id": "adfe2849-cf09-43f2-bd6e-92b931c3c249",
    "payout_method": {
        "type": "wallet",
        "payment_method": "vodafone_cash",
        "beneficiary_details": {
            "name": "John Doe"
        }
    },
    "amount": {
        "value": 500,
        "currency_code": "EGP"
    },
    "country_code": "EG",
    "request_id": "unique_request_id",
    "created_at": 1709276882
}

Bank Transfer

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

payout_method_details Parameter
Type
Required
Description

account_name

string

Yes

Max 255 char

account_number

string

Yes

Bank account number

bank_code

string

Yes

See “Egypt Bank Codes” below

iban

string

Yes

IBAN. 29 char. E.g. EG380019000500000000263180002

swift_code

string

Yes

SWIFT Code. 8 or 11 digits, numbers and capital letters allowed.

account_currency

string

Yes

“EGP”

Example Bank Transfer Payload

Egypt Bank Codes

payment_method
Bank Name
Bank Code

bank_transfer

Ahli United Bank

AUB

MIDBANK

MIDB

Banque Du Caire

BDC

HSBC Bank Egypt S.A.E

HSBC

Credit Agricole Egypt S.A.E

CAE

Egyptian Gulf Bank

EGB

The United Bank

UB

Qatar National Bank Alahli

QNB

Arab Bank PLC

ARAB

Emirates National Bank of Dubai

ENBD

Al Ahli Bank of Kuwait – Egypt

ABK

National Bank of Kuwait – Egypt

NBK

Arab Banking Corporation - Egypt S.A.E

ABC

First Abu Dhabi Bank

FAB

Abu Dhabi Islamic Bank – Egypt

ADIB

Commercial International Bank - Egypt S.A.E

CIB

Housing And Development Bank

HDB

Banque Misr

MISR

Arab African International Bank

AAIB

Egyptian Arab Land Bank

EALB

Export Development Bank of Egypt

EDBE

Faisal Islamic Bank of Egypt

FAIB

Blom Bank

BLOM

Abu Dhabi Commercial Bank – Egypt

ADCB

Alex Bank Egypt

BOA

Societe Arabe Internationale De Banque

SAIB

National Bank of Egypt

NBE

Al Baraka Bank Egypt B.S.C.

ABRK

Egypt Post

POST

Nasser Social Bank

NSB

Industrial Development Bank

IDB

Suez Canal Bank

SCB

Mashreq Bank

MASH

Arab Investment Bank

AIB

General Authority For Supply Commodities

GASC

Arab International Bank

ARIB

Agricultural Bank of Egypt

PDAC

National Bank of Greece

NBG

Central Bank Of Egypt

CBE

ATTIJARIWAFA BANK Egypt

BBE

Last updated

Was this helpful?