put https://api-sandbox.pismolabs.io/accounts/v2/customers/
Overwrite customer information. This endpoint allows you to mark the customer on the account as active or inactive using the is_active
field. This field is informative only. There are no restrictions that prevent inactive customers from performing any actions.
If the customer.is_active
property is set to true
, and the Maximum number of card holders
program parameter is set, this customer is counted in the limit of maximum number of card holders for an account.
If the customerId
parameter is not set, the server returns "Cannot get property 'customerId' on null object".
This endpoint generates a Customer changed event.