For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
LoginSandbox
Platform GuidesAPI DocsSDKMCP ServerChangelog
Platform GuidesAPI DocsSDKMCP ServerChangelog
  • Getting started
    • Introduction
    • Concepts
    • Onboarding guide
  • Use cases
    • Monetizing an AI agent
    • Pricing models for AI products
    • Configuring entitlements for AI products
  • Usage metering & events
    • Meters
    • Usage events
    • Unmatched events
    • Event reprocessing
  • Products & plans
    • Product Catalog
    • Pricing Plans
    • Features & Entitlements
  • Wallets & credits
    • Credit types & wallets
    • Credits in pricing plans
  • Customers & subscriptions
    • Customers
    • Subscriptions
    • Quotes
  • Invoicing
    • Invoices
      • Invoice Corrections
      • Usage Report
      • Delivery methods
      • One-off invoices
      • Invoice Lifecycle
      • Invoice statuses
      • Invoice payment status
      • Invoice date settings
    • Invoice corrections
    • Payment Collections
    • Tax
    • Currencies & Exchange rates
    • E-invoicing
  • Analytics & reporting
    • Insights
    • Report downloads
    • Revenue Recognition & Deferred Revenue
  • Integrations
    • CRM
    • ERP
    • Email Providers
    • Data Imports: Event File Uploads
    • Data Exports
    • Payment Service Providers
  • Settings & admin
    • Billing entities
    • Payment Options
    • User management
    • Customising invoices
    • Custom fields
    • Default platform settings
    • API key creation
    • Alert Rules
    • Workflows
  • Workflows
    • Workflow Triggers
    • Workflow Actions
    • Monitoring and Audit
    • Common Use Cases
  • For developers
    • Introduction
    • Authentication
    • Local development setup
    • API
    • Errors
    • Troubleshooting
    • Query Parameters
    • Expanding Responses
    • Idempotency
    • Timestamp formatting
    • Webhooks
    • Locale
    • MCP Server
LoginSandbox
On this page
  • Email
  • API
  • Step 1: Configure Webhook on Invoice Resource
  • Step 2: Call Get Invoices Endpoint
  • Manual download
  • .CSV file download
  • Google Buckets
InvoicingInvoices

Delivery methods

Was this page helpful?
Previous

One-off invoices

Next
Built with

Selecting the right invoice delivery method is crucial for prompt and accurate invoice delivery. Solvimon has multiple ways to receive and send invoices.

Email

The most standard way to send invoices to your customers is by email. For this, Solvimon offers integrations with the most widely used emailing platforms.

Read more about setting up sending invoices per email in this documentation article.

API

Step 1: Configure Webhook on Invoice Resource

Configure a webhook restricted to INVOICE.UPDATED using the inclusive_actions field. This will trigger webhook events on every invoice update, such as an invoice moving from DRAFT state to FINAL state.

The payload INVOICE.UPDATED of the event will contain essential details such as:

  • Invoice Amount
  • Customer Billing Email Address

These details can be used to dynamically generate a customer facing email to notify customer of the new invoice.

Solvimon webhooks are compatible with tools such as Zapier, MessageBird Engagement Platform, Twillio Studio. These tools can be used to easily setup a customer facing invoice process. In which you can manage Email templates, Email configuration, Dunning process and more.

When the webhook has been received and processed, for more details on accepting a webhook see: Webhooks, you can move on to step 2:

Step 2: Call Get Invoices Endpoint

Call the GET invoices endpoint to fetch the FINAL invoice PDF

Get invoice PDF endpoint

Manual download

Through the Solvimon desk a user can download invoices manually

You can download a usage report and view all unique events that were ingested for this specific invoice.

.CSV file download

Invoice data can be retrieved in .CSV form and uploaded into an ERP system, for example.

There are 3 levels of CSV files:

  • Invoice header data: One row per invoice summarising the invoice header level data points such as total invoice amount and total tax
  • Invoice line data: One row per invoiced product in order to retrieve revenue per product
  • Invoice tax summaries: One row per invoice per tax rate summarizing all tax data

Google Buckets

Solvimon uses Google Cloud Buckets to store and archive Invoice PDF files. Enterprise customers can contact support to get access to the Google cloud bucket.

Receiving invoices through Google Cloud Buckets and other methods are available on our enterprise plan. Please contact our support team to get more information about getting access to this functionality