Skip to main content
GET
List chargebacks

Authorizations

Authorization
string
header
required

Your opaque API key (pag_...) sent directly as the Bearer token. There is no token/JWT exchange.

Query Parameters

from
string<date>
required

Inclusive start date (00:00 UTC), YYYY-MM-DD. Must be on or after 2026-08-21 (the data window start); an earlier date returns 422.

Example:

"2026-08-01"

to
string<date>
required

Exclusive end date (00:00 UTC), YYYY-MM-DD. Pass the day after your intended last day. Max window 90 days.

Example:

"2026-08-08"

type
enum<string>

Filter by refund type.

Available options:
chargeback,
alert_chargeback
Example:

"chargeback"

limit
integer
default:1000

Maximum number of records (1 to 5000).

Required range: 1 <= x <= 5000
Example:

1000

Response

List of refunds

data
object[]
meta
object