Skip to main content
Recommended for all new integrations.
The API provides endpoints to:
  1. Retrieve all billing statements
  2. Retrieve a specific billing statement by UUID
  3. Retrieve all transactions from a specific billing statement
Each of these endpoints returns structured financial data, including statement periods, totals, and associated transaction details.

Retrieve All Billing Statements

Use this endpoint to list all billing statements associated with the account.

Endpoint

GET /v3/billing-statements

cURL Request

cURL

Sample JSON Response

JSON

Retrieve a Billing Statement by UUID

Use this endpoint to retrieve the full details of a specific billing statement, including amounts, dates, and metadata.

Endpoint

GET /v3/billing-statements/{uuid}

cURL Request

cURL

Sample JSON Response

JSON

Retrieve Transactions from a Billing Statement

Use this endpoint to get all transactions associated with a given billing statement.

Endpoint

GET /v3/billing-statements/{uuid}/transactions

cURL Request

cURL

Sample JSON Response

JSON
💡 Tip: Billing statements and their transactions are useful for automating your month-end reconciliation process.⚠️ Note: The sample data shown is for illustrative purposes only and does not represent actual financial or tax calculations.

Endpoint Reference

GET /api/v3/billing-statements

List billing statements (v3)Response Schema (BillingStatementPageV3):

GET /api/v3/billing-statements/current

Get current billing statement (v3)Response Schema (BillingStatementResponse):

GET /api/v3/billing-statements/{uuid}

Get billing statement by UUID (v3)Parameters:Response Schema (BillingStatementResponse):