Update a payment method
PUT/api/v1/customers/:customer_id/payment_methods/:id
Replace mutable fields on a saved payment method — typically
customer-visible label, default-flag, or billing-address metadata.
Provider-issued identifiers such as card_token and on-chain
addresses are immutable; delete the payment method and re-create
it to change those.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Payment method updated
Validation error
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource
Requested resource not found