Invoices
Finalize an invoice
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Invoices
Finalize an invoice
Finalize a draft invoice
POST
/
invoices
/
{id}
/
finalize
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/finalize
{}
Path Parameters
Invoice ID
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/finalize
{}