Create a new transaction that reverses the effects of a previous transaction. The original transaction is not deleted—a compensating transaction is created instead.Documentation Index
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
ledger001)
id: The ID of the transaction to revert. (e.g., 1234)
force: When true, allows the revert even if it would cause accounts to go negative.
atEffectiveDate: When true, the revert transaction uses the same effective date as the original. Useful for maintaining accurate historical records.
dryRun: When true, validates the revert without creating the compensating transaction.The access token received from the authorization server in the OAuth 2.0 flow.
Name of the ledger.
"ledger001"
Transaction ID.
x >= 01234
Force revert
Revert transaction at effective date of the original tx
Set the dryRun mode. dry run mode doesn't add the logs to the database or publish a message to the message broker.
true
OK