Error
Payment method endpoints
List payment methods
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Query Parameters
Filter to payment methods attached to this customer id.
Filter by status.
Available options:
active, consumed, expired, revoked Page size (default 20, max 100).
Required range:
1 <= x <= 100Number of records to skip.
Required range:
x >= 0Cursor: a payment method id (typically the previous response's next_cursor). Returns results strictly after it, newest first. Cannot be combined with offset.

