Webhooks
The Redemption API supports webhook events that allow you to track the lifecycle and state changes of a redemption in real time. These webhooks can be used to automate internal processes, trigger notifications, or initiate subsequent redemption flows.Available Events
redemption.createdFired when a new redemption is created (statusdraft). 👉 Seeredemption.createdEventredemption.confirmedFired when the redemption is successfully confirmed from the provider and the funds are consumed. 👉 Seeredemption.confirmedEventredemption.failedFired whenever a state transition lands in afailedoutcome. 👉 Seeredemption.failedEvent

