post https://prod.emea.api.fiservapps.com/sandbox/exp/v1/disputes//actions//undo
Undo an Action
Recipes
💳
Generate message signature (v2)
Open Recipe
Undo an action
How undo an action works in practice:
- Search for disputes
- Retrieve a single dispute by ID
- Make note of the
tcn
value and theid
for the dispute. You will need these both later- Look through the
events
array to seepreviousActions
withstatus
SUBMITTED- Make a note of the
actionId
for the previous action to undo. This code is required when using the Undo an Action endpoint- Create and send your Undo an Action endpoint request including the
disputeId
actionId
andtcn
you found earlier