Get a payment method
Returns a single payment method by ID. Returns 404 if it isn’t reachable by this key.
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Response
Successful Response
A stored payment instrument (card, bank account, or wallet) belonging to a borrower. Carries display-safe metadata only — never full card or account numbers.
The person (borrower) this payment method belongs to.
Kind of instrument. One of: card, bank_account, wallet.
False once the payment method has been removed. Inactive methods cannot be attached to autopay or payments.
Last four digits of the card or account number.
Name of the card or account holder.
Borrower-chosen label for this payment method.
Card network (e.g. visa, mastercard). Cards only.
Card expiration month (1-12). Cards only.
Card expiration year (four digits). Cards only.
Bank name. Bank accounts only.
Bank account type (e.g. checking, savings). Bank accounts only.
Wallet provider (e.g. apple_pay, google_pay). Wallets only.