You can apply when the status of the receipt is [PENDING_RELATE|CHECK_REJECTED]
Request
Body Params application/json
{
"relate_list": [
{
"amount": 0,
"contract_order_no": "string"
}
],
"recv_order_no": "string"
}
Request Code Samples
curl --location 'http://prod-cn.your-api-server.com/api/v2/trade-settle/apply' \
--header 'X-Merch-Id;' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
"relate_list": [
{
"amount": 0,
"contract_order_no": "string"
}
],
"recv_order_no": "string"
}'
Responses
{
"status": "PENDING_RELATE"
}
Modified at 2026-04-16 08:38:47