A credit note is a legal document that records a reduction in the amount owed on an invoice. Borga generates credit notes automatically whenever a refund is processed against a paid invoice. You cannot create credit notes directly — retrieve them here to reconcile refunds in your accounting system.Documentation Index
Fetch the complete documentation index at: https://docs.borga.is/llms.txt
Use this file to discover all available pages before exploring further.
Credit notes are created automatically when a refund is processed. You can filter by
invoice to find all credit notes associated with a specific invoice.List credit notes
GET /v1/credit_notes
Returns a paginated list of credit notes, ordered by creation date descending.
Query parameters
Filter by invoice ID. Returns only credit notes issued against the specified invoice.
Maximum number of credit notes to return per page.
Response fields
Array of credit note objects.
Whether more credit notes exist beyond this page.
Retrieve a credit note
GET /v1/credit_notes/{id}
Retrieves the details of an existing credit note.
Path parameters
The ID of the credit note to retrieve.
Response fields
Unique credit note identifier.
ID of the invoice this credit note was issued against.
Amount credited.
Three-letter ISO 4217 currency code.
Reason for the credit note (e.g.
duplicate, fraudulent, order_change, product_unsatisfactory).Current status of the credit note.
ISO 8601 timestamp of when the credit note was created.