- Cancels an invoice
Lists a collection of invoices
Creates an invoice
Retrieves an invoice's details
Updates a specific invoice
Deletes an invoice
Submits an invoice for processing
Submits an ACH invoice for processing
Retrieves calculations for an invoice
Publishes 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
Cancels an invoice
PUT {{baseURL}}/pay-int-api/invoices/{{invoiceId}}/cancel
This endpoint cancels an invoice.
Only invoices in published(Due, Past Due) status and not paid can be canceled.
Care must be taken to complete all the fields with the existing information.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-int-api/invoices/{invoiceId}/cancel
- Sandbox environmenthttps://sandbox.api.flute.com/pay-int-api/invoices/{invoiceId}/cancel
- Production environmenthttps://api.flute.com/pay-int-api/invoices/{invoiceId}/cancel
curl -i -X PUT \
https://developer.flute.com/_mock/api-reference/pay-int-api/invoices/9be2f3a4-5b6c-4d7e-8f9a-0b1c2d3e4f70/cancel \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-version: string'