跳转到主要内容
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