6. Confirm payment completed
Confirm payment completed
此接口用於確認用戶提交的訂單。通過調用此接口,用戶可以完成訂單的最終確認步驟,確保訂單正式記錄並處理。
POST
/openapi/order/confirm
請求
Name | Type | Required | Description |
---|---|---|---|
order_no | string[1,128] | Choose one of the two | 訂單編號 |
query_code | string[1,128] | Choose one of the two | 查詢代碼 |
請求
{
"order_no": "************",
"query_code": "************",
}
響應
Name | Type | Description |
---|---|---|
code | int | 業務狀態碼 |
msg | string | 業務消息 |
示例響應
{
"code": 1,
"msg": "current status cannot be confirmed"
}