Invoices
List Invoices
GET
/
invoices
Response
id
string
The Alguna ID of the invoice.
accountId
string
The Alguna ID of the account associated with the invoice.
currency
string
The ISO 4217 currency in which the invoice is billed.
description
string
The description or memo for the invoice, such as “Platform subscription”.
billingPeriodStart
string
The start date of the billing period for the invoice. (RFC 3339 timestamp)
billingPeriodEnd
string
The end date of the billing period for the invoice. (RFC 3339 timestamp)
status
string
The status of the invoice, e.g., “processing”. For more info on invoice statuses see the invoice status guide.
total
string
The total amount of the invoice as a decimal string e.g., “200.00”.
billingPeriod
string
The formatted billing period for the invoice.
createdAt
datetime
The date and time at which the invoice was created.
updatedAt
datetime
The date and time at which the invoice was last updated.