Processing WebHook Notifications
Method
XPay.validateWebhookRequest({
method: 'POST',
url: 'domain.com/ipn',
timestamp: 1672158945,
signature: 'signature',
rawBody: '{ ... }'
})Verifying a notification (webhook)
Last updated
