Retrieve invoices
STACKIT provides a secure and efficient way to automatically access your invoices through the Invoice Exporter API. This complements the invoices you receive by email. It is also ideal for businesses that want to automate accounting workflows or integrate invoice data into internal systems.
Key API features
Section titled “Key API features”The API includes two endpoints to help you manage your invoices:
List All Invoices
Section titled “List All Invoices”- What it does: Retrieves a list of all invoices for your customer account. You can filter the results by year, month, or client organization. You can also paginate large lists using the provided cursor.
- When to use it: Use this endpoint if you want an overview of multiple invoices. For example, use it to generate monthly billing summaries or to check available invoices for download.
- Sample Use Case: “Show me all invoices from January 2025 for my customer account.”
Get Invoice Details
Section titled “Get Invoice Details”- What it does: Retrieves detailed information for a specific invoice, including dates, customer details, totals, and taxes.
- When to use it: Use this endpoint when you know the invoice number and want to fetch complete billing data or integrate invoice specifics into another system.
- Sample Use Case: “I want to pull the full breakdown of invoice #INV-2025-0001 into my accounting platform.”
For more details, see the Invoice Exporter API Documentation.