Learn how to securely handle real-time events from xPay using webhooks.
signing_key
will also be provided for securing the communication between xPay and your system. Make sure your webhook URL is set up to reliably accept these events and handle them as needed.
signing_key
required for verifying the events will also be provided there.HMAC-SHA512
and ECDSA
. For implementation details, see the Webhook Verification Guide.