Get invoice

GET https://api.invunion.com/api/v1/invoices/:code invoices:read Markdown

Get one invoice by number.

Returns the invoice, its payment-schedule installments, live matches, wallet applications, and recovery totals. Identify the invoice with its `invoice_number`, which is unique in the tenant.

Path parameters

NameTypeRequired
code

Invoice number (`invoice_number`). Invoices without a number cannot be addressed by path.

Example: INV-2026-0042

string

Max 100

Required

Errors

This operation can return the following errors in addition to generic HTTP failures.

Error HTTP code Description
Missing Bearer token 401 The Authorization header is missing or is not a Bearer token.
Invalid or revoked API key 401 The API key is unknown, malformed, expired, or has been revoked.
API key is missing scope invoices:read 403 The key does not include invoices:read. A write scope does not imply the matching read scope.
Too many requests, please try again later 429 Wait and retry. The Retry-After header is the number of seconds to wait.
Invoice not found 404 No invoice with this number exists in the authenticated tenant.
Internal server error 500 Unexpected server error. The JSON body includes correlationId. Retry with backoff.