You can now fetch invoice reminder PDFs from the API!

Hello devs!

Today we released a new endpoint that allows you to fetch the PDF of invoice reminders. To find this go to Swagger and find the reminder endpoint.

The endpoint has three GET methods.

GET /reminder can be used to find all reminders that correspond to the parameters you set. dateFrom and dateTo is mandatory, but you can also specify an invoiceId here to limit your results. From here you can take the reminderId and use GET /reminder/{reminderId}/pdf to return the PDF of the reminder you need.

As always, reach out if you have any questions or comments via our contact form.