Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Invoice ID
Response
OK
Finalize a draft invoice
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/finalize \
--header 'x-api-key: <api-key>'{}Enter your API key in the format x-api-key <api-key>*
Invoice ID
OK
curl --request POST \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/finalize \
--header 'x-api-key: <api-key>'{}