- Webhooks notify your application after an event has occurred.
- Callbacks ask your application to approve or deny an operation before it is executed.
Handle callback messages
Follow the steps below to handle callback messages from the Cobo payments service:- Create a callback endpoint.
- Choose a server environment.
- Define an endpoint URL.
- Implement the handling logic on the server side.
- Parse the callback request.
- Verify the signature.
- Approve or deny the operation.
- Register the endpoint on Cobo Portal.
