v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBQuery
Search for acquired payments and refunds
Supports querying multiple payment or refund orders using either the system order number or the merchant order number. Settlement information is not currently available for these orders, and no fee or charge details are provided. A reconciliation (settlement) API will be introduced later as needed.
post/open-api/v3/acquiring/search
Request body
Example request
{
"tradeNo": "202506100638470951564431961",
"merchantTradeNo": "d7f9c511-9b7c-4a4c-a3eb-59a28b414d63",
"orderStatus": "PENDING",
"orderType": "PAYMENT",
"subMerchantId": "125324345435443",
"paymentMethod": "CARD"
}Response
OK