Create a new customer record with key details such as name, email, payment preferences, and package subscriptions. This API streamlines onboarding workflows by ensuring customer data is accurately captured at signup.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Customer to add to the system.
The first name of the customer.
The last name of the customer.
Email address of the customer.
Indicates whether the customer will pay outside our system. If true, use the payment API to refresh payment information at the start of each subscription cycle. If false, redirect the user using the checkout link, and payment will be processed through our system.
Package id in our system
The unique identifier for the user in your system. You can use the GET /customers API to filter users based on this identifier.
Resource created successfully.