AICAPAY
  1. PayIn-MX API
AICAPAY
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn
    • PayIn notification
    • PayIn-NG API
      • PayIn-initialize
      • PayIn-query
    • PayIn-MX API
      • PayIn-onlineBanking
        POST
      • PayIn-queryList
        POST
  • PayOut API
    • PayOut notification
    • PayOut-query
      POST
    • PayOut-bankSubmit
      POST
  • Payment API
    • Payment notification
    • Payment
      POST
    • Payment-query
      POST
  • BankAccount API
    • Query account name
      POST
  • Institution API
    • Query bank list
      POST
    • Query wallet list
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • VirtualAccount API
    • VA notification
    • VA Order-detail
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query One Virtual Account
      POST
    • Query Virtual Account List
      POST
  • habaripay
    • 获取token
  1. PayIn-MX API

PayIn-queryList

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/payIn-mx/status/queryList
Maintainer:胡正强
Mexico, PayIn[摩西哥代收],查询订单状态列表
Multiple order collections returned by querying merchant order numbers.

Request

Header Params

Body Params application/json

Example
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4"
}

Responses

🟢200OK
*/*
OK
Body

Example
[
    {
        "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",
        "sessionId": "string",
        "errorCode": "string",
        "errorMessage": "string",
        "createTime": "2019-08-24T14:15:22Z",
        "updateTime": "2019-08-24T14:15:22Z"
    }
]
Previous
PayIn-onlineBanking
Next
PayOut notification
Built with