Skip to main content
GET
List Refunds

Overview

Retrieve a paginated list of refunds for your application.

Query Parameters

Response

Refund Object

Example Usage

Example Response

Filtering Examples

Refunds for a Specific Collection

Completed Refunds Only

This Month’s Refunds

Use refund reports for accounting reconciliation and to track refund rates over time.

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Query Parameters

page
integer
default:1
limit
integer
default:20
Required range: x <= 100
status
enum<string>
Available options:
PENDING,
COMPLETED,
FAILED
collectionId
string
dateFrom
string<date>
dateTo
string<date>

Response

Refunds retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object