1. Pay Out
AICAPAY
肯尼亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay Out (代付)
    • Pay Out
      • Pay Out Result Notification
      • Query Pay Out Result
        POST
      • Initiate Pay Out
        POST
  • Payment
    • Payment notification
    • Query Payment Result
      POST
    • Initiate Payment
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Wallet List
      POST
  1. Pay Out

Query Pay Out Result

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/status/query
查询转账订单的状态

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4"
}

请求示例代码

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/status/query' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'access-key;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4"
}'

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "transType": "string",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "merchantNo": "00000002",
    "status": 1,
    "businessAmount": 10000,
    "payAmount": 10100,
    "fee": 100,
    "stampDutiesAmount": 0,
    "payeeAmount": 10000,
    "countryCode": "string",
    "currency": "string",
    "payeeName": "string",
    "payeeBankCode": "string",
    "payeeAccount": "string",
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "errorCode": "string",
    "errorMessage": "string",
    "endTime": 1762390708000,
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
上一页
Pay Out Result Notification
下一页
Initiate Pay Out
Built with