🇪🇬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"
}
{
"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
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"
}
{
"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
}
Egypt Bank Codes
Last updated