List Refunds
Lists refunds, newest first. Without filters this is every refund the caller can read; narrow it to one payment with payment_id, one account with account_id, or one buyer with user_id.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-02-1"
Query Parameters
Only refunds issued by this account, prefixed biz_.
Only refunds of this payment, prefixed pay_.
Only refunds to this buyer, prefixed user_.
Only refunds requested before this ISO 8601 timestamp.
Only refunds requested after this ISO 8601 timestamp.
The field to sort by.
created_at The sort direction.
asc, desc The number of refunds to return.
A cursor; returns refunds after this position.
The number of refunds to return from the end of the range.
A cursor; returns refunds before this position.

