Webhook Introduction
Listen to events in your Yobopay account on your webhook endpoint so your integration can automatically trigger reactions.
Get Started
Create a Webhook Endpoint
Register the Endpoint
Register your webhook URL and obtain a webhook_secret_key.


Data Signature Validation
Verify request authenticity using HMAC-SHA256 signatures (see ).
Endpoint Configuration Example
Signature Validation Steps
Extract Headers
Generate Signed Payload
Compute HMAC-SHA256 Signature
Validate Signatures
Best Practices
Modified at 2025-04-28 12:07:28