Undo an Action

Undo an Action

Recipes
💳
Generate message signature (v2)
Open Recipe

📘

Undo an action

How undo an action works in practice:

  1. Search for disputes
  2. Retrieve a single dispute by ID
  3. Make note of the tcn value and the id for the dispute. You will need these both later
  4. Look through the events array to see previousActions with status SUBMITTED
  5. Make a note of the eventId and actionId for the previous action to undo. This code is required when using the Undo an Action endpoint
  6. Create and send your Undo an Action endpoint request including the disputeId eventId actionId and tcn you found earlier
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!
Want a quick overview?