This endpoint allows a user to retrieve an invoice

🚧

Invoice modifications

Invoices have many computed properties that can change before settling (such as status). Please use the List all modified invoices endpoint to ensure your records are kept up-to-date.

Invoice Statuses

The value of "status" can be in one of the following four states:

StatusDescription
"open"The invoice has not been paid, or payment is still processing.
"paid"The invoice has been fully paid.
"pastDue"The invoice is not fully paid and past its due date.
"void"The invoice has been voided and is not due for payment, nor has been paid previously.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!