Get an invoice
Webhooks and account administration
Get an invoice
Returns line items and status for one invoice.
GET
Get an invoice
What this endpoint does
Returns line items and status for one invoice.When to use it
Use it for invoice detail, accounting export, or support investigation.Before you call
Authenticate with invoice read access and pass an invoice ID owned by the same tenant account.Money and balance effect
This is a read-only request. It does not reserve, debit, credit, or settle money.States and completion
Use the invoice status and amounts as returned; a listed invoice is not necessarily settled.Safe retries
GET requests are read-only and may be retried with normal exponential backoff. Do not send anIdempotency-Key.
Read Revenue and invoices for the complete workflow.Authorizations
Send the same Wayex API key as Authorization: Bearer <key>.
Path Parameters
Response
The invoice.
Minimum string length:
1Pattern:
^INV-\d{6}-\d{4}$Minimum string length:
1Available options:
draft, issued, settled, void Available options:
AUD Pattern:
^-?\d+(\.\d+)?$Pattern:
^-?\d+$Pattern:
^-?\d+(\.\d+)?$Pattern:
^-?\d+$Pattern:
^\d+(\.\d+)?$Pattern:
^\d+$Pattern:
^-?\d+(\.\d+)?$Pattern:
^-?\d+$Minimum string length:
1Minimum string length:
1Minimum string length:
1Minimum string length:
1
