Authorizations
The app API key from an app from the /dashboard/developer page
Path Parameters
The ID of the invoice or a token
Example:
"inv_xxxxxxxxxxxxxx"
Response
A successful response
A statement that defines an amount due by a customer.
The ID of the invoice.
Example:
"inv_xxxxxxxxxxxxxx"
The date the invoice was created.
Example:
"2023-12-01T05:00:00.401Z"
The status of the invoice.
Available options:
open, paid, past_due, void The number of the invoice.
The date the invoice is due.
Example:
"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.

