v1
latestOpenAPI 3.0.42026-07-2286621993.2 KBinvoices
Send invoice reminder
Sends a reminder to the payer about an invoice, by ID. In the JSON request body, include a notification object that defines the subject of the reminder and other details. <blockquote><strong>Notes:</strong><ul><li>API caller can send only 2 reminders in a day.</li></ul></blockquote>.
post/v2/invoicing/invoices/{invoice_id}/remind
Path parameters
invoice_idstring required
The ID of the draft invoice to delete.
Request body
Response
A successful request returns the HTTP 204 No Content status code with no JSON response body.