Retrieves an invoice by ID or token
Required permissions:
invoice:basic:readplan:basic:readThe app API key from an app from the /dashboard/developer page
The ID of the invoice or a token
"inv_xxxxxxxxxxxxxx"
A successful response
A statement that defines an amount due by a customer.
The ID of the invoice.
"inv_xxxxxxxxxxxxxx"
The date the invoice was created.
"2023-12-01T05:00:00.401Z"
The status of the invoice.
open, paid, past_due, void The number of the invoice.
"#0001"
The date the invoice is due.
"2023-12-01T05:00:00.401Z"
The email address that the invoice was created for.
A signed token that allows fetching the invoice data publically without being authenticated.
The plan that the invoice was created for.
The user that the invoice was created for.