1. Pay In(代收)
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • Pay In Result Notification
    • Initiate Pay In
      POST
    • Query Pay In Result
      POST
  • Pay Out(代付)
    • Pay Out Result Notification
    • Initiate Pay Out
      POST
    • Query Pay Out Result
      POST
  • Institution List
    • Bank List
      POST
  • Validate
    • Name Enquiry(尼日利亚)
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Virtual Account(尼日利亚)
    • Virtual Account Collect Notification
    • Confirm Notification Result
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account Detail
      POST
    • Query Virtual Account List
      POST
    • Update Virtual Account Name
      POST
  1. Pay In(代收)

Query Pay In Result

Prod Env
https://openapi.aicapay.com/merchant-order-biz
Prod Env
https://openapi.aicapay.com/merchant-order-biz
POST
https://openapi.aicapay.com/merchant-order-biz
/openapi/payIn/status/query
查询代收订单的状态

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4"
}

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "transType": "string",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "merchantNo": "00000002",
    "status": 1,
    "requestAmount": 10000,
    "payAmount": 10000,
    "fee": 10,
    "payeeAmount": 9990,
    "payerAccNo": "string",
    "payerName": "string",
    "accountNo": "string",
    "countryCode": "string",
    "currency": "string",
    "beginTime": 1762390708000,
    "endTime": 1762390708000,
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "narration": "string",
    "errorCode": "string",
    "errorMessage": "string",
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
上一页
Initiate Pay In
下一页
Pay Out Result Notification
Built with