POST
/
invoices
/
{invoiceId}
/
commit
Commit Invoice
curl --request POST \
  --url https://rest.taxes.provider.com/api/v1/invoices/{invoiceId}/commit \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee.

Headers

merchant_id
string

Merchant's domain name will be sent by Chargebee

trace_id
string

Unique id of the request will be sent by Chargebee

Path Parameters

invoiceId
string
required

The unique identifier of the invoice at the Tax Service Adapter or Tax Service Provider.

Response

204

Invoice committed successfully.