跳轉到主要內容
GET
/
api
/
RefundStatus
/
getAllRefundStatus
Get all refund statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/RefundStatus/getAllRefundStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "refundStatuses": [
    {
      "refundStatusCode": "<string>",
      "refundStatus": "<string>",
      "refundStageDescription": "<string>"
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
列出退款可處的全部狀態(待處理、已核准、已拒絕、已完成)。用以將交易或退款查詢回應中的退款狀態碼轉譯。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

回應

Success

refundStatuses
object[]

List of refund statuses