Set up a webhook
1
Open Webhooks
Sign in to the merchant portal. At the bottom of the sidebar, open Developers, then select Webhooks.
2
Create a webhook
On the Summary tab, select Add Webhook.
3
Configure the endpoint
Fill in the webhook details:
- Enter your notification URL — the endpoint that will receive event payloads.
- Select the event types you want to subscribe to, or choose Subscribe to all events.
- Select Create to save the endpoint.
- Copy the signing secret from the confirmation dialog and store it securely. The secret is shown only once.
4
Whitelist UQPAY's IP addresses
To ensure webhooks are delivered successfully in your production environment, add UQPAY’s IP addresses to your server’s allowlist. See Webhooks Overview for the full list.
Check previous webhooks or re-trigger
You can review past webhook deliveries and resend them from the dashboard.- On the Webhooks page, select the Events tab.
- Open a delivery to review its event ID, source ID, HTTP status, attempts, and request payload.
- Select Re-Trigger in the event details to resend the notification.

