Available Endpoints
Endpoint | Description |
---|---|
/customers/{customer_id}/invoices/{invoice_id} | Retrieves a specific invoice for a given customer. |
/customers/{customer_id}/invoices | Lists all invoices for a given customer. |
/invoices/regenerate | Regenerates a previously issued invoice. |
/invoices/void | Voids an existing invoice. |
Associated Invoice Parameters
When using these endpoints, the associated invoices will include these parameters:Field | Type | Description |
---|---|---|
plan_id | string (UUID) | The unique identifier for the plan associated with this invoice. |
plan_name | string | The name of the plan associated with the invoice. |
plan_custom_fields | object | A map of custom fields defined on the associated plan at the time of invoice generation. |
invoice_adjustments | array | A list of adjustments applied to the invoice, such as credits, discounts, or manual corrections. |