Callbacks
Introduction
Learn about callbacks and webhooks in Cobo’s Wallet-as-a-Service (WaaS) solution, including their role in real-time updates and authentication.
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.
Callbacks serve similarly to a Two-Factor Authentication (2FA) method. Registering a callback endpoint lets your application double-check sensitive WaaS 2.0 API actions such as withdrawals and contract calls before they continue.
For more details about the webhooks and callbacks mechanisms and how to handle them, refer to Webhooks and callbacks.
