Boost
  1. PayIn-MX API
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • TransferIn API
    • TransferIn-detail
      POST
  • Bank API
    • Query bank list
      POST
  • BankAccount API
    • Query account name
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • notify
    • PayOut result notification
    • PayIn result notification
    • Recharge result notification
  1. PayIn-MX API

PayIn-queryList

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-mx/status/queryList
Mexico, PayIn,
Multiple order collections returned by querying merchant order numbers.

请求参数

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": "2019-08-24T14:15:22Z",
        "endTime": "2019-08-24T14:15:22Z",
        "transId": "B6864C218481468FBEB2640DB11078AD",
        "errorCode": "string",
        "errorMessage": "string",
        "createTime": "2019-08-24T14:15:22Z",
        "updateTime": "2019-08-24T14:15:22Z"
    }
]
上一页
PayIn-onlineBanking
下一页
PayOut-bankSubmit
Built with