- Deletes an invoice
Lists a collection of invoices
Creates an invoice
Retrieves an invoice's details
Updates a specific invoice
Submits an invoice for processing
Submits an ACH invoice for processing
Retrieves calculations for an invoice
Publishes an invoice
Cancels an invoice
Marks an invoice as paid
Sends an SMS notification for a published invoice
Downloads an invoice
Sends an email notification for the invoice
Deletes an invoice
DELETE {{baseURL}}/pay-int-api/invoices/{{invoiceId}}
Published invoices cannot be deleted.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-int-api/invoices/{invoiceId}
- Sandbox environmenthttps://sandbox.api.flute.com/pay-int-api/invoices/{invoiceId}
- Production environmenthttps://api.flute.com/pay-int-api/invoices/{invoiceId}
curl -i -X DELETE \
https://developer.flute.com/_mock/api-reference/pay-int-api/invoices/9be2f3a4-5b6c-4d7e-8f9a-0b1c2d3e4f70 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-version: string'