Request
Body Params application/json
{
"recv_order_no": "string"
}
Request Code Samples
curl --location 'http://prod-cn.your-api-server.com/api/v2/trade-settle/inquiry' \
--header 'X-Merch-Id;' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
"recv_order_no": "string"
}'
Responses
{
"reason": "string",
"refund_remark": "string",
"status": "PENDING_RELATE"
}
Modified at 2026-04-16 07:47:36