Webhooks Documentation & Setup Guide

Follow the steps below to configure the webhook URL in XPay:

Step 1: Log in to the XPay Portal

Step 2: Navigate to Webhook Settings

Step 3: Copy the Webhook URL

Step 4: Add the Webhook URL

After adding the URL, you will start receiving the webhook events on payments, subscriptions, etc.

Step 5: Signature Verification

You can copy the Webhook HMAC secret and create a SHA-256 signature using the received webhook payload and match it against the signature provided in webhook headers.