Skip to main content

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
NameTypeRequiredDescription
order_no string[1,128]Choose one of the twoOrder number
query_codestring[1,128] Choose one of the twoQuery code

Request

{
"order_no": "************",
"query_code": "************",
}
Response
NameTypeDescription
codeintBusiness status code
msgstringBusiness message

Example Response

{
"code": 1,
"msg": "current status cannot be confirmed"
}