代碼意義 API Response Code

API 回應代碼(ResponseCode)

回應碼
Response Code
回應碼說明Response code description
000成功Success
100訂單不存在Order does not exist.
101此訂單號已付款Order has been paid.
103退款金額錯誤Error in refund amount.
1051. remain_amount 金額不正確
2. refund_amount 金額不一致(當refund_amount與先前同refund_order_id請求不一致)
1. Inconsistent remain amount
2. Inconsistent refund amount
113因退款金額大於店家累計未請款金額,故退款失敗Refund reject due to refund amount exceeds total unreimbursed amount.
200失敗;參數錯誤Failure; parameter error.
201失敗;參數錯誤Failure; validation error.
999其他Others.


訂單狀態代碼(OrderStatusCode)

回應碼
Status Code
回應碼說明Status code description
0交易成功Transaction success.
1付款處理中Processing payment.
101此訂單號尚未付款Order has not been paid
102此訂單號不存在Order number does not exist.