List payment methods
Returns a paginated list of Payment Method objects for the authenticated account, sorted by creation date with the most recent methods first.
Query Parameters
Maximum number of payment methods to return (default 10).
1 <= x <= 100
Pagination cursor; returns items after this payment-method ID.
Pagination cursor; returns items before this payment-method ID.
Filter results by payment-method type.
card
Specifies related objects to expand in each payment method (for example, expand[]=driver
or expand[]=fleet
).
Body
Response
A dictionary with a data property that contains an array of up to limit Payment Method objects, starting after Payment Method starting_after. Each entry in data is a separate Payment Method object. If no additional payment methods are available, the array is empty.
The response is of type object
.