What are webhooks?
Learn about webhooks and their role in real-time notifications for events in Cobo’s Wallet-as-a-Service (WaaS) solution.
Webhooks and callbacks are essential mechanisms for the WaaS service to communicate with your application. After you set up and register callback and webhook endpoints, the WaaS service sends push messages to the designated URL when an event occurs. They allow your application to receive real-time updates or notifications and to respond to events accordingly.
Webhooks serve as real-time notifications for events such as transaction status updates. They are triggered when certain events occur such as transaction status or TSS request status changes, based on the event types to which you subscribe.
For more details about the webhooks and callbacks mechanisms and how to handle them, refer to Webhooks and callbacks.
Was this page helpful?