跳到主要内容

Retrieve Refund List

Introduction

Retrieve refund list

Interface

GET /v1/refunds

Request Params

FieldNameTypeRangeExampleDefaultOptionalRemarkRule
payment_idPayment IDstringoptional
referenceReferencestringoptional
statusStatusstringoptional
pagePagestringrequired
per_pagePer Pagestringrequired
time_created[lt]Time Createdstringrequired
time_created[gt]Time Createdstringrequired

Response Params

Response Example

200 success:

{
"object": "list",
"url": "/v2/refunds",
"has_more": false,
"data": []
}