Document Download (PDF)
Last updated
Was this helpful?
Request Finance allows you to download PDFs of your invoices via API, just as you can download them via the interface.
GET https://api.request.finance/invoices/[id]/pdf/[type]
This endpoint does not support bulk downloads. Retrieve each invoice PDF individually, or loop through IDs to automate the process.
id*
String
ID of the request or invoice
type*
String
Either default or receipt
default: the invoice as a PDF
receipt: the invoice receipt, only available for paid invoices
Last updated
Was this helpful?
Was this helpful?