Invoices
Void an invoice
This endpoint is used for voiding an invoice. You can void an invoice only when it’s in a finalized
status, and the payment status is not succeeded
.
POST
/
invoices
/
{lago_id}
/
void
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
lago_id
string
requiredUnique identifier assigned to the invoice within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the invoice's record within the Lago system.
Response
200 - application/json
invoice
object
requiredWas this page helpful?