Transaction Management API Requests

Learn about Transaction Management API requests.

Transaction Management requests

⚠️

Caution

Submitting Transaction Management requests outside of the suggested time period can result in calculation errors or duplicate transactions:

  • For On-Premise and On-Demand deployments, Transaction Management requests must be executed prior to Tax Journal Purges that include impacted transactions.
  • For Cloud deployments, Transaction Management requests must be executed within 90 days of tax calculation for impacted transactions.
RequestsEndpointMethodDescription
Delete a Transaction/v2/transactions/{id}DELETEThis request deletes a transaction stored in the host system.
Reverse a Transaction/v2/transactions/{id}/reversalPOSTThis request performs a Reversal operation. It creates a second transaction with negated taxability amounts to "reverse" the original transaction.
Roll back a Transaction/v2/transactions/{id}/rollbackPOSTThis request performs a Rollback operation to revert a transaction to its previous state, after having been modified by an ARBillingSync , APInvoiceSync , or AccrualSync synchronization event.
Check for a Transaction/v2/transaction-exists/{transaction id}GETThis request checks if the transaction with the specified transactionId exists.