Boost
  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
    • Query Pay Out Result
      POST
    • Initiate Pay Out
      POST
  • Institution List
    • Bank List
      POST
    • Wallet 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
  • Payment(赞比亚)
    • Query Payment Result
      POST
    • Initiate Payment
      POST
  • Pay In(墨西哥)
    • Initiate Pay In
    • Query Pay In Result
  • Schemas
    • Schemas
      • BasePageReq
      • BaseRespDTO
      • VertifyPayReq
      • NotifyDto
      • PageResultBankInstitutionDto
      • JSONConfig
      • JSONObject
      • PaymentBankCardReq
      • OnlineBankingReq
      • PaymentOnlineBankingDto
      • CollectionCheckoutOrderDto
    • PaymentOnBehalfReq
    • UpdateSubAccStatusReq
    • QueryInstitutionListDto
    • QueryPayStatusDto
    • AccountOperationResp
    • NetworkDto
    • QueryTransferInReq
    • QuerySubAccReq
    • UpdateSubAccNameReq
    • PageResultDtoSubAccDto
    • Resp
    • SubAccDto
    • Query Balance Resp
    • QueryOneSubAccReq
    • TransferBankSubmitDto
    • QueryAccountNameReq
    • CreateSubAccReq
    • PaymentWalletReq
    • 返回的数据
    • Open SubMerchant Req
    • QueryAccountNameDto
    • Open SubMerchant Resp
    • PaymentInfoDto
    • PaymentOrderReq
    • CollectionPaymentReq
    • CollectionPaymentDto
    • QueryTransferInDto
    • QueryTransferDto
    • QueryPaymentOrderDto
    • QueryCollectionDto
    • OnlinePaymentReq
    • CollectionPaymentMxDto
  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
查询代收订单的状态

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:22.123Z",
    "endTime": "2019-08-24T14:15:22.123Z",
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "errorCode": "string",
    "errorMessage": "string",
    "createTime": "2019-08-24T14:15:22.123Z",
    "updateTime": "2019-08-24T14:15:22.123Z"
}
Previous
Initiate Pay In
Next
Pay Out Result Notification
Built with