6. Confirm payment completed
Confirm payment completed
(Optional) After completing the transfer of the order, the user calls this interface to confirm that the user has completed all transfers and immediately starts receiving assets. If the amount paid by the user is the same as the order amount, this step will be completed automatically
POST
/openapi/order/confirm
Request
Name | Type | Required | Description |
---|---|---|---|
order_no | string[1,128] | Choose one of the two | Order number |
query_code | string[1,128] | Choose one of the two | Query code |
Request
{
"order_no": "************",
"query_code": "************",
}
Response
Name | Type | Description |
---|---|---|
code | int | Business status code |
msg | string | Business message |
Example Response
{
"code": 1,
"msg": "current status cannot be confirmed"
}