Webhooks Documentation & Setup Guide
Follow the steps below to configure the webhook URL in XPay:
Step 1: Log in to the XPay Portal
- Access your XPay account using your credentials.
Step 2: Navigate to Webhook Settings
- Go to XAP (XPay Admin Panel).
- Click on Store Info.
- Select Keys Details.
- Locate the Webhook URL section.
Step 3: Copy the Webhook URL
- Find the Webhook URL provided in the section.
- Click Copy to save it to your clipboard.
Step 4: Add the Webhook URL
- Paste the copied Webhook URL into the required field.
- Ensure the changes are saved successfully.
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.