put https://api-sandbox.pismolabs.io/accounts/v2/customers/
Overwrite some 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 customer.is_active
= true
, and the Maximum number of card holders
program parameter is set, this customer is counted in the account's maximum number of card holders limit.
If the customerId
parameter is not set, the server returns "Cannot get property customerId
on null object".
Note: If social_name
and nickname
are not passed, their values are overwritten as null.
This endpoint generates a Customer changed event.