On This Page
Example: Processing a Tax Void Using the REST API
Request
{ "clientReferenceInformation": { "code": "TAX_TC001" } }
Response
{ "clientReferenceInformation": { "code": "TAX_TC001" }, "id": "6679355473836204603955", "status": "VOIDED", "submitTimeUtc": "2022-11-08T19:25:47Z", "voidAmountDetails": { "currency": "USD", "voidAmount": "-103.5" } }