Invoices
Get invoice PDF
Download the invoice as a PDF.
GET/v1/invoices/{invoice_id}/pdf
Parameters
| Parameter | Description |
|---|---|
| invoice_idstring · pathrequired | No description in the spec. |
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the invoices:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other invoices operations
- List invoices GET /v1/invoices
- Get invoice GET /v1/invoices/{invoice_id}
- Email invoice POST /v1/invoices/{invoice_id}/email
- Void invoice route POST /v1/invoices/{invoice_id}/void
BillKit