List payment methods
Returns a paginated list of saved payment methods for the authenticated organization, ordered by creation date (newest first). Only payment methods with status succeeded are included. Narrow results with customerId and/or customerEmail.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Query Parameters
Filter to payment methods belonging to the customer with this client-provided customerId.
Filter to payment methods belonging to the customer with this email address.
Number of results per page. Defaults to 10, maximum 100.
1 <= x <= 100Page number to return.
x >= 1