Get invoice PDF
Endpoint: GET /v10/invoices/{invoiceId}/pdf
This endpoint will fetch the PDF of an invoice.
caution
This endpoint might return an error with code 50010 indicating that the PDF is not ready yet. If you get this code you will have to wait and then try again.
Data of response
Parameter | Required | Default | Description |
---|---|---|---|
invoice | Yes | The PDF of the invoice encoded using base64 |