Transaction Management API Requests

Learn about Transaction Management API requests.

Transaction Management requests

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.
Check for a Transaction/v2/transaction-exists/{transaction id}GETThis request checks if the transaction with the specified transactionId exists.