Update customer payment mode
PUT/customers/:customerId/payment-mode
A new customer defaults to the first automatic mode of the product's allowedPaymentModes — OFFLINE is only a default when it is the only allowed mode, and is only accepted on single-payer policies. Switching to OFFLINE stops automatic collection — an in-flight payment still settles through its webhook. Switching back to DIRECT_DEBIT requires a usable payment method, and already-issued invoices are not charged retroactively.
Request
Responses
- 200
- 400
- 404
- 409