payments

Calculate Tax

Calculate tax for a project quote based on shipping address.

Uses the Stripe Tax Calculation API to compute destination-based sales tax. The returned calculation_id must be passed to create-intent or purchase-order to attach tax to the payment.

Handles deposit quotes: if the quote requires a deposit, tax is calculated on the deposit portion of each line item.

post/api/v1/payments/calculate-tax

Request body

project_idstring uuid required

Response

Successful Response

calculation_idstring required
subtotalstring required
tax_amountstring required
tax_ratestring nullable
totalstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.