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.
Command structure
All commands follow the pattern:Domains
| Domain | Resources |
|---|---|
banking | Balances, transfers, deposits, payouts, beneficiaries, conversions, virtual accounts |
issuing | Cards, cardholders, transactions, spending controls, reports |
payment | Intents, attempts, refunds, settlements, bank accounts |
connect | Connected accounts, sub-account onboarding, KYC uploads |
simulate | Sandbox testing — deposits, authorizations, reversals |
file | Document uploads and retrieval links |
Quick aliases
Common resources have top-level shortcuts so you can skip the domain name:| Alias | Equivalent |
|---|---|
uqpay beneficiary list | uqpay banking beneficiary list |
uqpay card list | uqpay issuing card list |
uqpay payout list | uqpay banking payout list |
Read operations
Use flags to pass query parameters:Write operations
Use-d key=value to pass request body fields. Dot notation creates nested objects:
File encoding
Base64 encoding
Prefix the file path with@ to base64-encode a local file:
Data URI format
For Connect document uploads, use@+ to encode as a data URI:

