Retrieve a payment method
Payment Methods
Retrieve a payment method
GET
Retrieve a payment method
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.
ID of the payment method.
Response
The payment method.
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