Skip to main content

6. Confirm payment completed

Confirm payment completed

此接口用於確認用戶提交的訂單。通過調用此接口,用戶可以完成訂單的最終確認步驟,確保訂單正式記錄並處理。

POST
/openapi/order/confirm
請求
NameTypeRequiredDescription
order_no string[1,128]Choose one of the two訂單編號
query_codestring[1,128] Choose one of the two查詢代碼

請求

{
"order_no": "************",
"query_code": "************",
}
響應
NameTypeDescription
codeint業務狀態碼
msgstring業務消息

示例響應

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