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

🇪🇬埃及

电子钱包

  • payout_method.type = wallet

  • payout_method.payment_method =

    • vodafone_cash

    • etisalat

    • orange_money

    • bank_wallets

payout_method_details 参数
类型
必填项
描述

phone_number

Number

E164 格式 11 位数字,不包括国际电话代码,例如:010xxxxxxxx, 011xxxxxxxx

电子钱包 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
}

银行转账

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

payout_method_details 参数
类型
必填项
描述

account_name

String

最多 255 个字符

account_number

String

银行帐号

bank_code

String

请参阅下面的“埃及银行代码”

iban

String

国际银行账号(IBAN)。 29 个字符。例如: EG380019000500000000263180002

swift_code

String

SWIFT代码。允许使用 8 或 11 位数字、数字和大写字母。

account_currency

String

“EGP”

银行转账Payload示例

埃及银行代码

支付方式
银行名称
银行代码

银行转账

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

最后更新于

这有帮助吗?