🇪🇬Egypt

Check the requirements and validations made over the cashouts on Egypt

Required fields

Field

Format

Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

EG

currency

EGP / USD

Phone

String (max length: 100)

Beneficiary phone number

amount

Number with up to 2 decimals

Cashout amount

bank_code

Code specifying the beneficiary's bank

beneficiary_name

String (max length: 100)

Beneficiary's name

beneficiary_lastname

String (max length: 100)

Beneficiary's last name

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "20000000001",
    "country": "EG",
    "amount": 500,
    "currency": "EGP",
    "phone": "201001231176",
    "bank_code": "10001", 
    "document_id": "12345678901234",
    "beneficiary_name": "John",
    "beneficiary_lastname": "Doe",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Bank Codes

Bank

Code

Etisalat

10001

Vodafone

10002

Orange Cash

10003

CIB Smart wallet

10004

For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.

Last updated

Was this helpful?