v.2026-01-27
in 2 days
In API version v.2026-01-27 we have adjusted how the api/v1/payments endpoint calculates tax.
Updated Endpoints
Tax calculation changes:
Tax Calculation Changes
Made changes to how tax is calculated based on the request object, this change was made to make tax more intuitive by only allowing automated calculation to occur when explicitly defined with auto.
POST Payments
POST PaymentsThe payments tax calculation logic has been changed.
- Return value calculation changes:
tax: Tax is no longer automatically calculated whentaxfield is not included in request, iftaxis not included in the request the calculatedtaxwill be set to0. Tax will still be automatically calculated iftaxisautoin the request.
