/customers/payment-methodsList Payment Methods
This endpoint retrieves a list of all payment methods.
Query parameters
Filter payment methods that belong to the given customer ID
Filter payment methods by type (e.g., card, direct_debit)
Possible values:carddirect_debitFilter payment methods by the processor that issued them. Most integrators don't need this filter — payment-method handling is abstracted at the order-payment layer.
Possible values:stripeadyenmanualFilter payment methods by status (e.g., active, revoked)
Possible values:pendingactiverevokedFilter payment methods that are used for memberships
Filter payment methods that are associated with barcodes (wearable devices)
The page to retrieve results from
The number of results to return per page
Responses
- 200
The
PaymentMethodswere successfully retrieved - 401
The user is unauthenticated