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.
