Update customer payment mode
customer
Update customer payment mode
A new customer already defaults to the first entry of the product’s allowedPaymentModes, so this is often a no-op — check the configuration rather than always calling it.
PUT
Update customer payment mode
Authorizations
Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.
Headers
Your tenant identifier. Requests without it are rejected.
Path Parameters
the customer id
Pattern:
^customer(_test)?_[346789ABCDEFGHJKLMNPQRTUVWXYabcdefghijkmnpqrtwxyz]{21}$Query Parameters
Optional: the whenAt datetime
Body
application/json
the customer payment mode
Available options:
DIRECT_DEBIT, BANK_TRANSFER, OFFLINE Response
The response is of type object.

