Skip to main content
The Scrums.com API is planned and not yet publicly available. Endpoints and behaviour are subject to change before release.
Invoices are generated at the end of each billing period. They consolidate subscription charges and metered usage into a single document. Once finalized, invoices are immutable.

Base path

/v1/organizations/{organization_id}/invoices

Endpoints

MethodPathDescription
GET/v1/organizations/{org_id}/invoicesList invoices for an organization
GET/v1/invoices/{id}Get an invoice
GET/v1/invoices/{id}/line-itemsList line items on an invoice
POST/v1/invoices/{id}/payTrigger payment on an open invoice

Attributes

FieldTypeDescription
idstringUnique identifier
organization_idstringParent organization reference
subscription_idstringAssociated subscription reference
statusenumdraft, open, paid, void, uncollectible
totalnumberTotal invoice amount
currencystringISO 4217 currency code
period_startdatetimeStart of the billing period
period_enddatetimeEnd of the billing period
due_datedatetimePayment due date
paid_atdatetimeWhen payment was received

Relationships

Invoices belong to Organizations and Subscriptions, and are built from Usage Records.
Last modified on April 15, 2026