Create a new customer or customers.
There are 3 account customer types; a person or company customer, then any other additional customers. Each of these types has its own object: person
, company
and customer
. The person
and company
objects have considerably more fields than a customer
object. You can add up to 3 customers with this endpoint, one for each type.
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.
Refer to the Core objects guide for more information.