Webhooks FAQ
Get answers to common questions about webhooks.
How do I test in Sandbox?
The easiest way to test in Sandbox, once registered, is to use the CreateIdentity API to create a new identity.
If your sandbox consumer is registered and setup correctly, you should see an identity.approved
event. Reach out to
Support if you do not see the message.
My consumer failed to process a message, how should i recover?
If your consumer failed to process a message, Paxos will attempt to retry for up to 24 hours, read the full retry policy for more information. After this you can use the List Events API to fetch undelivered events and process them.