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
      • Credit Notes
      • Refunds on Credited Invoices
    • 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
  • Full credit note (API & Desk)
  • Partial credit note (API)
InvoicingInvoice corrections

Credit Notes

Was this page helpful?
Previous

Refunds on Credited Invoices

Next
Built with

When an invoice is FINAL, it cannot be changed anymore. Any corrections needed will have to be done through a Credit Note.

This is a new invoice which is linked to the original invoice and can be seen linked under the main invoice.


Full credit note (API & Desk)

Invoices can be fully corrected by creating a full Credit Note.

Via Desk:

  • Go to the invoice you’d like to credit

  • In the menu, select ‘Credit entire invoice’

  • Add an optional note and create the credit note

  • The credit note page will be created, the user is navigated to the credit invoice where the PDF can be downloaded. The original invoice is linked to the credit invoice as shown below

  • Once a credit note is created on the invoice, the main invoice remains in FINAL and the new credit invoice, denoted by a ‘CR’ in the prefix, is created in DRAFT status

  • The Credit invoice is also linked in the main invoice

Via the API:

  • Create a POST action on the invoice that needs to be credited
  • Do not specify any invoice lines - it will credit the entire invoice automatically
  • The invoice number of the credit invoice is

Partial credit note (API)

Invoices can also be partially credited, by specifying the invoice lines and the credit amount in the credit action on the invoice.

Via the API:

  • POST a credit action on the invoice that needs to be credited
  • Specify the invoice lines and amounts
  • Receive the credit invoice number in the response

To read more about creating and managing credit notes via the API, read our documentation here