List all payment methods for the authenticated user. Results are cursor-paginated and sorted by creation date (newest first by default). Use the nextCursor or previousCursor returned in the response to navigate between pages.
API scope required: payment-methods.read
Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
API key required for authentication
Identifies the target user when authenticating with a server API key. Format: <type>:<value> (e.g., email:alice@example.com, userId:abc123, phoneNumber:+12125551234, twitter:alice). Required for API-key authentication; ignored when authenticating with a JWT (the JWT subject is used).
Filter by payment method type.
card, bank-account-us, bank-account-mx, bank-account-ar, bank-account-br, pix Opaque cursor from a previous response's nextCursor or previousCursor. Omit on the first request.
Maximum number of items to return per page. Must be between 1 and 100.
1 <= x <= 100Sort order by creation date. Defaults to desc (newest first). Once a page has been requested with a given sort, follow-up requests using the returned cursor preserve that order.
asc, desc Returns a paginated list of payment methods