Webhooks are essential mechanisms for the Cobo payments service to communicate with your application. After you set up and register webhook endpoints, the Cobo payments 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. You can view the data of all webhook events in your organization on Cobo Portal > Developer > Webhook Events.Documentation Index
Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
Use this file to discover all available pages before exploring further.
Handle webhook events
Follow the steps listed below to handle webhook events sent from the Cobo payments service:- Create a webhook endpoint.
- Choose a server environment.
- Define an endpoint URL.
- Implement the handling logic on the server side.
- Parse the API request.
- Verify the signature.
- Respond to the API request.
- Add other handling logic (if applicable).
- Register the endpoint on Cobo Portal.
When registering a webhook endpoint, you need to specify the event types to which you want to subscribe.
