Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

A merchant secret key (sk_…) sent as Authorization: Bearer <key>.

Query Parameters

customer
string

Filter to payment methods attached to this customer id.

status
enum<string>

Filter by status.

Available options:
active,
consumed,
expired,
revoked
limit
integer
default:20

Page size (default 20, max 100).

Required range: 1 <= x <= 100
offset
integer
default:0

Number of records to skip.

Required range: x >= 0
starting_after
string

Cursor: a payment method id (typically the previous response's next_cursor). Returns results strictly after it, newest first. Cannot be combined with offset.

Response

A list of payment methods, newest first.

data
object[]
required
has_more
boolean
required

True when more records exist beyond this page.

next_cursor
string

Present when has_more is true: the last returned payment method's id. Pass it as starting_after on the next request.