1. Pay Out (代付)
AICAPAY
尼日利亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Pay Out (代付)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Validate
    • Name Enquiry
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Bank List
      POST
  • Virtual Account
    • 入帐通知
    • 入帐结果查询
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account List
      POST
    • Query Virtual Account Detail
      POST
    • Create Virtual Account
      POST
  • 代付(巴西)
  • 支付(赞比亚)
  • 代收(墨西哥)
  • 代收(巴西)
  • 创建订单
    POST
  • 查询订单结果
    POST
  • 查询订单结果
    POST
  • 创建订单
    POST
  • 查询订单结果
    POST
  • 创建订单
    POST
  • 创建订单
    POST
  • 查询订单结果
    POST
  1. Pay Out (代付)

创建订单

sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
POST
https://openapi-sandbox.aicapay.com/merchant-order-biz
/openapi/transfer/bankSubmit
转账、代付接口
支持的账户类型:
尼日利亚:银行账户
墨西哥:银行卡、银行账户
赞比亚:电子钱包、银行账户

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "payeeUserId": "string",
    "payeeType": 0,
    "accountName": "string",
    "bankCode": "string",
    "accountNo": "string",
    "notifyUrl": "string",
    "desc": "string",
    "transactionLocation": "1.38716,3.05117"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi-sandbox.aicapay.com/merchant-order-biz/openapi/transfer/bankSubmit' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'access-key;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "payeeUserId": "string",
    "payeeType": 0,
    "accountName": "string",
    "bankCode": "string",
    "accountNo": "string",
    "notifyUrl": "string",
    "desc": "string",
    "transactionLocation": "1.38716,3.05117"
}'

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "status": 1,
    "errorCode": "string",
    "errorMsg": "string",
    "transType": "string",
    "merchantNo": "00000002",
    "businessAmount": 10000,
    "payAmount": 10000,
    "fee": 100,
    "stampDutiesAmount": 0,
    "payeeAmount": 9900,
    "countryCode": "string",
    "currency": "string",
    "payeeName": "string",
    "payeeBankCode": "string",
    "payeeAccount": "string",
    "endTime": 1762390708000,
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
上一页
结果通知
下一页
查询订单结果
Built with