Taxes

Assign a tax to a charge

post/api/taxes/charge/{chargeId}

Path parameters

chargeIdstring required

Charge ID

Request body

taxIdstring required

Tax ID to assign

Example request

{
  "taxId": "clx1234567890"
}

Response

Tax assigned to charge

Changes

Changed in 1 of the 2 revisions of this API.1