Create customer

Create a new customer. The customer object defines a person or a company associated with an account. Each account contains at least one customer. You can add multiple customers to an account but only one can be the account holder. Other customers can have their own individual cards, but the balances on those cards must be shared with the account holder.

This endpoint generates a customer_creation-1 event.

If the customer.is_owner property is set to true:

  • the account holder will be changed to this new customer and all existing customers will remain active in the account.
  • this endpoint generates an account_owner_change-1 event.

A customer has an associated entity object. If one isn't passed in the request, the platform creates a default one.

See the Core objects and Customer objects guide for more information.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!