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.
- Sign in to the Dashboard > Select Global Account
- Navigate to Global account screen
- Click New Global Account in the top right corner
- Select the account type you wish to create and fill in the required information.
Applying via API
If you are integrating programmatically rather than using the Dashboard, call the Create Virtual Account API.
The synchronous response always returns SUCCESS and is acknowledgement only. The application’s final state is delivered asynchronously through the Virtual Account Create / Update webhook:
virtual.account.create — UQPAY has accepted the application for the requested currency.
virtual.account.update with status = Active — the VA is now usable.
No webhook is sent on failure. Subscribe to the webhook before issuing any production Create VA calls.