Create a new account customer.
There are 3 customer types you can create with this endpoint: a company
customer, a person
customer, or a person customer with less informational fields (customer
object).
Each account contains at least one customer. You can add multiple customers to an account but only one can be the account owner. Other customers can have their own individual cards, but the balances on those cards must be shared with the account owner.
This endpoint generates a Customer created event.
If the customer.is_owner
property is set to true
:
- The account owner is changed to this new customer, and all existing customers remain active in the account.
- This endpoint generates an Account owner changed event.
If the customer.is_active
= 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.
Each customer has an associated entity object. If one isn't passed in the request, a default one is created using their document number.
Refer to the Core objects guide for more information.