Once a customer is created, you can access the customer view, where you can edit their information.
You cannot change the external_id and the currency of customers after an object has been
assigned to them (i.e. plans, coupons, one-off invoices, wallet and credits).
When creating or updating a customer, you can specify whether the customer is a company or an individual by setting the customer type.
By default, if no customer type is specified, the customer will be created without a defined type, and you will need to assign one manually.
When a plan that includes usage-based charges is assigned to a customer, you can
start pushing events associated with the customer account.
During the billing period, the customer’s current usage is visible in the
“Analytics” tab of the customer view, under “Current usage report including (but not limited to):
Total amount for the period under consideration; and
Breakdown by charge, including total number of billing units and amount.
Fetch customer's current usage
Fetch customer's current usage
You can retrieve the customer’s current usage via the API using this endpoint.
The “Billing overview” lets you see in a glance where a customer stands in terms of revenue and collection. It takes into account invoices since the customer’s creation date.
Gross revenue indicates how much has been billed to this customer
Total overdue highlights the aggregated amount from invoices that are past due
Check a customer's billing status
Check a customer's billing status
You can retrieve the customer’s gross revenue via the API using this endpoint.
You may delete a customer linked to existing objects (i.e. applied coupons, wallets, subscriptions, add-ons).
If you do so:
All subscriptions associated with this customer account will be immediately terminated (this action may trigger the generation of invoices and/or credit notes);
All coupons applied to this customer account will be immeditely terminated;
The customer’s active wallet will be immediately terminated and all remaining credits will be voided; and
All draft invoices associated with this customer account will be immediately finalized.
finalized invoices and credit notes associated with the deleted customer remain available in the “Invoices” section of the user interface and can also be retrieved via the API.
It is possible to generate new credit notes and process refunds after the deletion of the customer.
After deleting a customer account, you can create a new one using the same external_id.
Assistant
Responses are generated using AI and may contain mistakes.