Update a payment method
Updates the editable display fields (nickname, holder_name). Instrument data is immutable — to change cards or bank accounts, create a new payment method and deactivate the old one. Returns 404 if the payment method isn’t reachable by this key.
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Body
Editable payment-method fields. Instrument data (type, digits, expiry, bank, wallet) is immutable — requests naming any other field are rejected with a 422.
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.