> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/payout/integration-guides/api-reference/initiate-a-payout-request/country-details/egypt.md).

# Egypt

## <mark style="color:purple;">Wallets</mark>

* payout\_method.type = wallet
* payout\_method.payment\_method =&#x20;
  * 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 |

### <mark style="color:purple;">Example Wallet Payload</mark>

{% tabs %}
{% tab title="Example Request" %}

```javascript
{
  "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"
}
```

{% endtab %}

{% tab title="Example Response" %}

```python
{
    "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
}
```

{% endtab %}
{% endtabs %}

## <mark style="color:purple;">Bank Transfer</mark>

* 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”                                                            |

### <mark style="color:purple;">Example Bank Transfer Payload</mark>

{% tabs %}
{% tab title="Example Request" %}

```javascript
{
  "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"
}
```

{% endtab %}

{% tab title="Example Response" %}

```python
{
    "purpose": "SALARIES",
    "reference": "Invoice #12345",
    "id": "fee1eb06-5ec0-4c03-ad92-ed64dac28402",
    "payout_method": {
        "type": "bank_transfer",
        "payment_method": "bank_transfer",
        "beneficiary_details": {
            "name": "John Doe"
        }
    },
    "amount": {
        "value": 1000,
        "currency_code": "EGP"
    },
    "country_code": "EG",
    "request_id": "unique_request_id",
    "created_at": 1709276616
}
```

{% endtab %}
{% endtabs %}

## <mark style="color:purple;">Egypt Bank Codes</mark>

| 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       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/payout/integration-guides/api-reference/initiate-a-payout-request/country-details/egypt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
