Webhooks are HTTP callbacks that Rise sends to your application when specific events occur in your account. Think of them as “reverse API calls” – instead of your application repeatedly asking Rise “did anything happen?”, Rise proactively notifies your application the moment something interesting occurs.When an event happens in your Rise account – like a payment being received or a payment group being created – Rise can immediately send an HTTP POST request to your server with the event details.
Get instant updates when events occur in your Rise account, enabling you to build responsive applications that react immediately to changes.
Reduce API calls
Instead of constantly polling Rise’s API to check for updates, webhooks deliver information to you automatically, reducing server load and improving efficiency.
Better user experiences
Update your application’s UI, send notifications to users, or trigger business processes the moment something happens, creating seamless experiences.
Reliable delivery
Rise webhooks include robust retry logic with exponential backoff, ensuring your application receives events even if your server is temporarily unavailable.
All monetary amounts in blockchain context are transmitted as strings to prevent JSON number precision issues. Timestamps are always in UTC using ISO-8601 format.
Rise webhooks v2 provides enhanced reliability, better security, and more granular event control compared to our previous webhook system. If you’re currently using Rise webhooks v1, check out our migration guide to upgrade.