List payment methods for a payer
Payment Methods
List payment methods for a payer
GET
List payment methods for a payer
Documentation Index
Fetch the complete documentation index at: https://docs.withacclaim.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the payer.
Response
List of payment methods for the payer.
Example:
"pm_AbC123XyZ"
Type of payment method
Available options:
Card, AchDebit, SepaDebit, WireTransfer, PaperCheck, Cash, Paypal, ApplePay, GooglePay, Venmo, Zelle Example:
"Card"
Whether the payment method is active
Example:
true
Whether this is the default payment method for the payer
Example:
false
Card details (present when type is Card)
ACH bank account details (present when type is AchDebit)
SEPA bank account details (present when type is SepaDebit)
PayPal account details (present when type is Paypal)
Example:
"2025-10-08T18:20:31Z"
Example:
"2025-10-08T18:25:00Z"
Last modified on May 26, 2026