v14
latestOpenAPI 3.1.02026-08-083813925.4 MBList payment methods
Returns a paginated list of payment methods for a member or company, or for the authenticated user when neither is given, with optional filtering by creation date. A payment method is a stored representation of how a customer intends to pay, such as a card, bank account, or digital wallet.
Required permissions:
- member:payment_methods:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of the member to list payment methods for. Omit this and company_id to list your own saved payment methods.
The unique identifier of the company. Provide either this or member_id, not both. Omit both to address your own saved payment methods.
The direction of the sort.
Only return payment methods created before this timestamp.
Only return payment methods created after this timestamp.
How a payment method will be charged after the buyer leaves — the same vocabulary as a confirmation token's setup_future_usage.
Response
A successful response
Example response
{
"data": [
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "payt_xxxxxxxxxxxxx"
}
]
}