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

🇸🇦沙特阿拉伯

电子钱包

  • payout_method.type = wallet

  • payout_method.payment_method = wallets

payout_method_details 参数
类型
必填项
描述

phone_number

String

bank_code

String

“STCPAY”

电子钱包 Payload示例

{
  "payout_method": {
    "type": "wallet",
    "payment_method": "wallets",
    "beneficiary": {
      "name": "John Doe",
      "payout_method_details": {
        "phone_number": "+966123456789",
        "bank_code": "STCPAY"
      }
    }
  },
  "amount": {
    "value": 500,
    "currency_code": "SAR"
  },
  "country_code": "SA",
  "purpose": "salaries",
  "request_id": "unique_request_id"
}
{
    "purpose": "SALARIES",
    "reference": null,
    "id": "a7cd5204-9a8d-4136-8813-86016aa72f5b",
    "payout_method": {
        "type": "wallet",
        "payment_method": "sa_wallets",
        "beneficiary_details": {
            "name": "John Doe"
        }
    },
    "amount": {
        "value": 500,
        "currency_code": "SAR"
    },
    "country_code": "SA",
    "request_id": "unique_request_id",
    "created_at": 1710128069
}

银行转账

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

payout_method_details 参数
类型
必填项
描述

account_name

String

最多 255 个字符。发送与 beneficiary.name 相同的值

account_number

String

IBAN(24 位字符)。例如:SA0380000000608010167519

bank_code

String

请参阅下方的“沙特阿拉伯银行代码”

银行转账Payload示例

沙特阿拉伯银行代码

类型
银行名称
银行代码

电子钱包

STC Pay

STCPAY

银行转账

Saudi National Bank

SNBK

Al Rajhi Bank

RJHI

Riyad Bank

RIBL

Saudi Awwal Bank

SABB

Arab National Bank

ARNB

alinma bank

INMA

Banque Saudi Fransi

BSFR

Saudi Investment Bank

SIBC

Bank AlJazira

BJAZ

Bank AlBilad

ALBI

Gulf International Bank Saudi Arabia (GIB-SA)

GULF

STC bank

STCJ

Emirates NBD

EBIL

National Bank of Bahrain (NBB)

NBOB

National Bank of Kuwait (NBK)

NBOK

Muscat Bank

BMUS

Deutsche Bank

DEUT

BNP Paribas

BNPA

J.P. Morgan Chase N.A

JPMG

National Bank Of Pakistan (NBP)

NBPA

T.C.ZIRAAT BANKASI A.S.

TCZB

Industrial and Commercial Bank of China (ICBC)

ICBK

Qatar National Bank

QNBA

MUFG Bank, Ltd.

BOTK

First Abu Dhabi Bank

FABM

Credit Suisse Bank

CRES

Standard Chartered Bank

SCBL

National Bank of Iraq

NBIQ

最后更新于

这有帮助吗?