Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

Set up a webhook

1

Go to Webhooks settings

Sign in to the dashboard, click your profile picture in the top-right corner, and select Settings. Then navigate to DeveloperWebhooks.Webhooks settings page
2

Create a webhook

Click Create Webhook in the top-right corner.Create Webhook button
3

Configure the endpoint

Fill in the webhook details:
  1. Enter your notification URL — the endpoint that will receive event payloads.
  2. Select the event types you want to subscribe to, or choose Subscribe to all events.
  3. Click Create to save. Webhook configuration form
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.IP allowlist reference

Check previous webhooks or re-trigger

You can review past webhook deliveries and resend them from the dashboard.
  1. On the Webhook page, select the Events tab. Events tab
  2. To view the details of a specific delivery, click the menu next to the event and select Details. Event details menu
  3. In the details panel, click Re-Trigger to resend the webhook notification. Re-Trigger button

Edit or remove a webhook

After a webhook is created, you can modify its URL or subscribed events, or delete it entirely, from the Webhooks list. Edit or remove webhook For signature verification, retry logic, and best practices, see Webhooks Overview.