Scenario 2: Post-capture {#tax-scenario-com-two}
================================================

You can commit a tax request after a capture. If you implement the tax service in this way, you will have to request the tax calculation service at least twice per request. For example:

1. Request the tax calculation service with the commit indicator field set to taxInformation.commitIndicator set to `false`.
2. Authorize and capture the payment.
3. If the authorization and capture are successful, request the tax calculation service with the taxInformation.commitIndicator set to `true`.

