# UQPAY Developer Docs ## Docs - [Access Token](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/access-token.md): Request an access token by specifying your `x-client-id` and `x-api-key` in the HTTP request header. The returned `auth_token` is required for all other API endpoints and must be passed in the `x-auth-token` header prefixed with `Bearer ` — for example, `x-auth-token: Bearer `. The… - [Create Account](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/create-account.md): Create an account so they can start receiving payments. Once created, we will run due diligence checks. Please note that currently this API is only for Banking accounts. - [Create SubAccount](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/create-sub-account.md): This endpoint allows you to create sub-accounts under one of the following supported business lines: - [Get File Download Links](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/download-links.md): Get file download links. Populate the download request with a list of file IDs and the API responds with associated download links. Files do not exceed 20MB. - [Get Additional Documents](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/get-additional-documents.md): Retrieve the list of required and optional documents type for creating a company-type sub-account based on the specified country. This endpoint is only applicable to company-type sub-accounts. Individual-type sub-accounts do not require this API. - [List Connected Accounts](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/list-connected-accounts.md): Returns a paginated list of sub-accounts linked to your master account. The list is empty if no sub-accounts have been created. See [Connected Accounts](/account-center/v1.6/guide/connected-accounts) for the master/sub-account model and the `x-on-behalf-of` pattern. - [Retrieve Account](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/retrieve-account.md): Retrieves the details of an account. - [Upload A File](https://developers-sandbox.uqpaytech.com/account-center/v1.6/api-reference/upload-file.md): Upload a file to UQPAY. The maximum size of the upload file is up to `20MB`. Supported file types include `jpeg`, `png`, `jpg`, `doc`, `docx`, `pdf`. When you upload a file, the API responds with a file_id. This file ID can then be referenced as required as part of the attachments object in our othe… - [Account Onboarding](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/account-onboarding.md): Create and onboard subaccounts for your merchants or customers using the UQPAY API. - [Connected Accounts](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/connected-accounts.md): Manage subaccounts and make API requests on their behalf using the x-on-behalf-of header. - [Create a Sandbox Account](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/create-a-sandbox-account.md): Sign up for a UQPAY sandbox account to test API integrations with mock data before going live. - [Create API Keys](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/create-api-keys.md): Generate API credentials in the UQPAY dashboard to authenticate your API requests. - [Enum Reference — Individual Account Fields](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/enum-reference.md): Accepted values for employment_status, industry, and job_title fields in the Create SubAccount endpoint. - [Error codes](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/error-codes.md): Look up the error codes returned by the Account Center API, where they appear, and what to do when you encounter them. - [Idempotent Requests](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/idempotent-requests.md): Ensure that your same requests are executed only once. - [Industry Code Mapping](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/industry-code-mapping.md): Numeric industry codes accepted by the `business_details.industry` field when creating or updating a company sub-account. - [Overview](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/overview.md): Account Center is UQPAY's shared platform layer for authentication, account management, and webhook configuration. - [Quickstart](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/quickstart.md): Get an access token and make your first UQPAY API call in minutes. - [Rate Limiting](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/rate-limiting.md): The authentication with UQPAY API is rate limited to prevent abuse that would degrade our ability to maintain consistent API performance for all users. - [Webhook Delivery Troubleshooting Guide](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/webhook-delivery-troubleshooting-guide.md): Diagnose and resolve issues when expected webhook events are not being received by your endpoint. - [Webhooks Overview](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/webhooks-overview.md): Set up webhooks to receive real-time event notifications from UQPAY, and learn how to verify signatures and handle delivery. - [Webhook Settings](https://developers-sandbox.uqpaytech.com/account-center/v1.6/guide/webhooks-setting.md): Configure webhook endpoints in the UQPAY dashboard to receive real-time event notifications. - [Account Status](https://developers-sandbox.uqpaytech.com/account-center/v1.6/webhooks/account-status.md): Published when an account's onboarding state is created or updated. - [Onboarding RFI](https://developers-sandbox.uqpaytech.com/account-center/v1.6/webhooks/onboarding-rfi.md): Published when an RFI is required during an onboarding process. - [Activate Card](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/activate-card.md): Activate a physical card. - [Assign Card](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/assign-card.md): Assign a physical card or bulk created virtual card to a cardholder. - [Card Recharge](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/card-recharge.md): Card recharge is applicable to both `SINGLE` and `SHARE` mode cards. - [Card Withdraw](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/card-withdraw.md): Withdraw funds from the card into the account balance. - [Create Card](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/create-card.md): Creates a card and issues it to a cardholder. - [Create Cardholder](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/create-cardholder.md): Creates a new issuing cardholder object that can be issued cards. - [Create Issuing Transfer](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/create-issuing-transfer.md): Create a new issuing transfer by specifying the source account ID, destination account ID, currency, and other relevant information. - [Create PAN Token](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/create-pan-token.md): Creates a one-time PAN token for accessing sensitive card details through a secure iframe. This enables merchants to display card information (card number, expiry date, CVV) without PCI DSS compliance. - [Create Report](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/create-report.md): Creates a report for account transactions, card transactions or transaction settlements. - [Download Report](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/download-report-file.md): Downloads a report file by passing a report id. - [List Card Products](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-card-products.md): Returns a list of issuing product objects. - [List Cardholders](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-cardholders.md): Returns a list of issuing cardholder objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first. - [List Cards](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-cards.md): Returns a list of issuing card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first. - [List Cards Transactions](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-cards-transactions.md): Returns a list of issuing transaction objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first. - [List Issuing Balances](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-issuing-balances.md): Retrieves the balance of funds that are available for issuing accounts. - [List Issuing Balances Transactions](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/list-issuing-balances-transactions.md): Returns a list of transactions that have contributed to the issuing account balance (e.g., charges, fee, and so forth). - [Reset Card PIN](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/reset-pin.md): Reset physical card pin code. - [Retrieve Card](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-card.md): Retrieves the details for a card you issued previously. The card's secure information are not returned in the response. - [Retrieve Card Order](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-card-order.md): Retrieves a card order based on the `card_order_id`. - [Retrieve Sensitive Card Details](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-card-secure.md): Retrieves the secure information for a specific card identified by `card_id`. This information includes details such as `expire_date` and `cvv`. - [Retrieve Cardholder](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-cardholder.md): Retrieves an issuing cardholder object. - [Retrieve Cards Transaction](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-cards-transaction.md): Returns an issuing transaction objects associated with the provided transaction id. - [Retrieve Issuing Balance](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-issuing-balance.md): Retrieves the current account balance, based on the authentication that was used to make the request. - [Retrieve Issuing Transfer](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/retrieve-issuing-transfer.md): Retrieve an issuing transfer with provided transfer id. - [Simulate Authorization](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/simulate-authorization.md): Simulate an authorization type transaction by including the `card_id` and other authorization details in your request. Only cards with BINs below are supported for simulation. - `40963608` - [Simulate Reversal](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/simulate-reversal.md): Simulate the reversal of an existing approved authorization. - [Update Card](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/update-card.md): Updates the specified issuing card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. - [Update Card Status](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/update-card-status.md): Change a card's status, applicable to `SINGLE` and `SHARE` mode cards. - [Update Cardholder](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/api-reference/update-cardholder.md): Updates the specified issuing cardholder object by setting the values of the parameters passed. Any parameters not provided will be left unchanged (first name and last name cannot be accepted and updated). - [3D Secure](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/3d-secure.md): Configure 3DS authentication behavior for online card transactions. - [Authorization decisions](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/authorization-decisions.md): Integrate with the Authorization Decision API to approve or decline card transactions in real time. - [Card lifecycle](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/card-lifecycle.md): Manage card status transitions — freeze, unfreeze, and cancel cards through the API. - [Cardholder Region Restrictions](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/cardholder-region-restrictions.md): Supported residential countries and nationality restrictions for cardholder creation. - [Core concepts](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/core-concepts.md): Understand card forms, funding modes, and configurable settings before issuing cards. - [Create and manage cardholders](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/create-and-manage-cardholders.md): Register cardholder identities before issuing cards, and update cardholder details as needed. - [Enhanced KYC Card Issuance](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/enhanced-kyc-card-issuance.md): Step-by-step guide to issuing cards that require Enhanced KYC verification for cardholders. - [Error codes](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/error-codes.md): Look up the error codes returned by the Card Issuance API, where they appear, and what to do when you encounter them. - [Fund your issuing balance](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/fund-your-issuing-balance.md): Deposit funds to your issuing balance and manage card-level balances for Single and Share mode cards. - [Integration FAQ](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/integration-faq.md): Answers to common questions encountered during card issuance API integration, based on real customer feedback. - [Issue physical cards](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/issue-physical-cards.md): Assign pre-manufactured physical cards to cardholders and activate them for use. - [Issue virtual cards](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/issue-virtual-cards.md): Create virtual cards through the API and deliver card credentials to cardholders. - [One-Step Card Issuance](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/one-step-card-issuance.md): Create a cardholder and issue a card in a single API call. - [One-time cards](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/one-time-cards.md): Issue cards that auto-cancel after the first transaction event you define, with any unused balance released back to your issuing balance. - [Overview](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/overview.md): Issue and manage virtual and physical cards for your cardholders through the UQPAY API. - [Phone Number Validation Rules](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/phone-number-validation-rules-for-cardholder.md): Phone number format and length requirements by country used during cardholder creation. - [PIN and no-PIN payments](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/pin-and-no-pin-payments.md): Manage card PINs and configure PIN-free transaction thresholds for physical cards. - [Quickstart](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/quickstart.md): Issue your first virtual card in a few API calls. - [Secure Iframe Guide](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/secure-iframe-guide.md): Display sensitive card details such as card number, expiry, and CVV in a PCI-compliant manner using the Secure Iframe. - [Spending controls](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/spending-controls.md): Set per-transaction spending limits and merchant category restrictions on issued cards. - [Supported BINs for Risk Control Configurations](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/supported-bins-for-risk-control-configurations.md): Reference table showing which card BINs support 3DS and MCC risk control configurations. - [Testing in sandbox](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/guide/testing-in-sandbox.md): Test card issuance flows, simulate transactions, and prepare for production launch. - [3DS OTP](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/3ds-otp.md): Published when a 3D Secure authentication is triggered and an OTP is generated. - [Activation Code](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/activation-code.md): Published when a card activation code is generated. - [Activation Status](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/activation-status.md): Published when a card activation succeeds or fails. - [Card Created](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-created.md): Published when a card creation order completes or fails. - [Card Fee](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-fee.md): Published when a fee is deducted from a card. - [Card Recharged](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-recharged.md): Published when a card recharge order completes or fails. - [Card Status Updated](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-status-updated.md): Published when a card status update order completes or fails. - [Card Updated](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-updated.md): Published when a card update order completes or fails. - [Card Withdraw](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/card-withdraw.md): Published when a card withdrawal order completes or fails. - [Cardholder KYC Status Changed](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/cardholder-kyc-status-changed.md): Published when a cardholder's KYC verification status changes. - [Cardholder Updated](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/cardholder-updated.md): Published when a cardholder's information is updated. - [Report Created](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/report-created.md): Published when a report is created and ready for download. - [Transaction](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/transaction.md): Published when a transaction is authorized, reversed, refunded, settled, or charged back. - [Transfer Status Changed](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/transfer-status-changed.md): Published when an issuing transfer status changes. - [Verification OTP](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks/verification-otp.md): Published when a Google Pay or Apple Pay binding requires verification via OTP. - [Commands](https://developers-sandbox.uqpaytech.com/developer-tools/cli/commands.md): Reference for all UQPAY CLI commands, including domain resources, data operations, and quick aliases. - [CLI](https://developers-sandbox.uqpaytech.com/developer-tools/cli/overview.md): Install and configure the UQPAY CLI to manage resources and test APIs from the command line. - [MCP Integration Guide](https://developers-sandbox.uqpaytech.com/developer-tools/mcp/mcp-integration-guide.md): Query UQPAY API documentation through AI assistants using the Model Context Protocol (MCP). - [Go SDK](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/go/overview.md): Install and configure the official UQPAY Go SDK to integrate banking and card issuance APIs. - [Resources](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/go/resources.md): Use the UQPAY Go SDK to interact with Banking and Card Issuance resources. - [Java SDK](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/java/overview.md): Install and configure the official UQPAY Java SDK to integrate payment, banking, and card issuance APIs. - [Resources](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/java/resources.md): Use the UQPAY Java SDK to interact with Banking, Issuing, Connect, Payment, Supporting, and Simulator resources. - [Authorization decision](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/nodejs/authorization-decision.md): Handle real-time card transaction authorization decisions with PGP encryption using the UQPAY Node.js SDK. - [Error handling](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/nodejs/error-handling.md): Handle API errors, configure retries, and understand error types in the UQPAY Node.js SDK. - [Node.js SDK](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/nodejs/overview.md): Install and configure the official UQPAY Node.js SDK to integrate payment, banking, and card issuance APIs. - [Resources](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/nodejs/resources.md): Use the UQPAY Node.js SDK to interact with Account, Global Account, Card Issuance, Payment, and Supporting resources. - [Webhooks](https://developers-sandbox.uqpaytech.com/developer-tools/sdk/nodejs/webhooks.md): Verify and handle incoming UQPAY webhook events with the Node.js SDK. - [Check Beneficiary](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/check-beneficiary.md): Check if a beneficiary is exists or not. - [Create Beneficiary](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-beneficiary.md): Create a new beneficiary for payout. - [Create Conversion](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-conversion.md): Create a new currency conversion within your UQPAY account balances. This allows you to exchange one currency for another at the available rate. ##### Usage Guidelines - If using a pre-generated quote, provide a valid `quote_id`. The key conversion parameters (`buy_currency`, `sell_currency`, `conve… - [Create Payout](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-payout.md): Creates a new payout to a beneficiary. With development and support from SWIFT and local payment rails, you can make faster and more cost-effective international payments to your overseas corporate accounts, suppliers, and employees. - [Create Quote](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-quote.md): Create a new FX quote to be used for a conversion. The returned rate includes UQPAY's markup and reflects the final rate applicable within the quote's validity period. - [Create Transfer](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-transfer.md): Creates a new internal transfer between accounts, typically used for moving funds between a master account and its sub-accounts under the **Banking** system. Please note: this API is **only applicable to Banking-related accounts**, and does **not** apply to internal transfers within the **Issuing*… - [Create Virtual Account](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/create-virtual-account.md): Virtual Accounts are foreign currency accounts that function as local bank accounts. They can be used to collect funds from around the world. You get account details that enable you to collect funds from various platforms. Global Accounts can also be used to top up your UQPAY balance. - [Delete Beneficiary](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/delete-beneficiary.md): Delete a specific beneficiary by specifying the beneficiary_id. - [List Balances](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-balances.md): Retrieves the balance of funds that are available for banking accounts. - [List Balances Transactions](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-balances-transactions.md): Returns a list of transactions that have contributed to your account balance, including charges, fees, and other adjustments. You can filter the results by specifying a time range. If no time range is provided, or only the end date is specified, the response will include transactions from the past 3… - [List Beneficiaries](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-beneficiaries.md): Get list of beneficiaries. - [List Conversion](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-conversion.md): Returns a list of currency conversion transactions processed through your UQPAY account. - [List Conversion Dates](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-conversion-dates.md): List one week of available conversion dates for the specified from_currency and token_currency. - [List Current Rates](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-current-rates.md): Retrieve the latest exchange rates for one or more specified currency pairs. The returned rates reflect the actual conversion rates applied by UQPAY. - [List Deposits](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-deposits.md): Returns a list of deposits made into your UQPAY wallet. You can filter results by specifying a time range. If no time range is provided, or only the end date is specified, the response will include deposits from the past 30 days up to today or the specified end date. - [List Payment Methods](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-payment-methods.md): This endpoint returns a list of payment methods. - [List Payouts](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-payouts.md): Retrieves a list of payout transactions. The response can be filtered by specifying a creation date range or payout status. ##### Usage Guidelines: - If `start_time` and `end_time` are both omitted, the API returns payouts from the last 30 days by default. - If only `end_time` is provided, it retrie… - [List Transfers](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-transfers.md): Request a list of transfers, filtered by the specified criteria. - [List Virtual Accounts](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/list-virtual-accounts.md): Get list of virtual accounts. - [Retrieve Balance](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-balance.md): Retrieves the current account balance, based on the authentication that was used to make the request. - [Retrieve Beneficiary](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-beneficiary.md): Get a specific beneficiary by specifying the beneficiary_id. - [Retrieve Conversion](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-conversion.md): Get a specific conversion by specifying the conversion_id. - [Retrieve Deposit](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-deposit.md): Retrieves details of a deposit using the given deposit ID. - [Retrieve Payout](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-payout.md): Get a specific payout by specifying the payout_id. - [Retrieve Transfer](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/retrieve-transfer.md): Get a specific transfer by specifying the transfer id. - [Simulate Deposit Creation](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/simulate-deposit-creation.md): You can use this endpoint to simulate deposits into your global account. This is only available in the sandbox environment. - [Update Beneficiary](https://developers-sandbox.uqpaytech.com/global-account/v1.6/api-reference/update-beneficiary.md): Update a beneficiary. Entity type of the beneficiary cannot be modified. - [Apply for a Virtual Account](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/apply-for-a-virtual-account.md) - [COBO & POBO](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/cobo-pobo.md) - [Create Conversion - via API](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/create-conversion-via-api.md): Use the Conversion API to perform foreign exchange conversions between supported currencies. - [Create Conversion - via Dashboard](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/create-conversion-via-dashboard.md): Follow the steps below to create a new currency conversion through the UQPAY Global Account Dashboard - [Cross-Currency Payout Guide](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/cross-currency-payout-guide.md): Send funds from your UQPAY account in one currency to a beneficiary who receives payment in a different currency. - [Cross-Currency Payout Supported Currency Pairs](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/cross-currency-payout-supported-currency-pairs.md) - [Deposit](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/deposit.md) - [Integration FAQ](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/integration-faq.md): Answers to common questions encountered during Global Account API integration, based on real customer feedback. - [Named PoBo v.s. Non-Named PoBo; Named CoBo v.s. Non-Named CoBo](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/named-pobo-vs-non-named-pobo-named-cobo-vs-non-named-cobo.md) - [Overview of Global Account](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/overview.md): Collect funds globally, send cross-border payouts, and exchange currencies through a single API. - [Payout](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/payout.md) - [Recipients (Beneficiary)](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/recipients-beneficiary.md): The terms "Recipient" and "Beneficiary" have the same meaning on the UQPAY platform. The user interface on the dashboard uses "Recipient," while some APIs use "Beneficiary" - [Supported Regions and Currencies](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/supported-regions-and-currencies.md): A comprehensive list of currencies and their supported capabilities across UQPAY Global Account services. - [Virtual Account (Global account & Local account)](https://developers-sandbox.uqpaytech.com/global-account/v1.6/guide/virtual-account-global-account-local-account.md): Virtual accounts are digital identifiers to receive local and international payments, linked to a primary settlement account, facilitating efficient transaction management without holding funds. - [Beneficiary Created](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks/beneficiary-created.md): Published when a beneficiary creation is successful or failed. - [Conversion Status](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks/conversion-status.md): Published when a conversion is created, canceled, funds arrived, or completed. - [Deposit Status](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks/deposit-pending-rejected-completed.md): Published when a deposit is pending, rejected, or completed. - [Payout Status](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks/payout-status.md): Published when a payout is created, rejected, completed, or failed. - [Virtual Account Create / Update](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks/virtual-account-create-update.md): Published when a virtual account is created, updated, or closed. - [Cancel a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/cancel-payment-intent.md): Cancels a Payment Intent, which closes the order and prevents the customer from completing any further payment attempts. - [Capture a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/capture-payment-intent.md): Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture. - [Confirm a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/confirm-payment-intent.md): Confirms a payment intent for processing - [Create Bank Account](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/create-bank-account.md): Create a new bank account for settlement purposes. - [Create a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/create-payment-intent.md): Creates a new payment intent to process a payment. After the PaymentIntent is created, attach a payment method and `confirm` API to continue the payment. - [Create Payout](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/create-payout.md): Create a new payout order - [Create a refund](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/create-refund.md): Create a refund for a completed payment - [Get list of settlements](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/get-list-of-settlements.md): Retrieve a list of settlements with optional filtering - [List Balances](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-balances.md): Retrieve lists of payment currency account balances - [List all Bank Accounts](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-bank-accounts.md): Retrieve a list of all bank accounts with pagination support. - [List all PaymentAttempts](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-payment-attempts.md): Retrieve a list of payment attempts with optional filtering - [List all PaymentIntents](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-payment-intents.md): Returns a list of payment intents. - [List all Payouts](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-payouts.md): Retrieve a list of payout orders with optional filtering and pagination support. - [List all refunds](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/list-refunds.md): Retrieve a list of refunds with optional filtering - [Retrieve Balance](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-balance.md): Retrieve the details of the specific individual currency account balance - [Retrieve Bank Account](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-bank-account.md): Retrieve details of a specific bank account by ID. - [Retrieve a PaymentAttempt](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-payment-attempt.md): Retrieve details of a specific payment attempt by ID - [Retrieve a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-payment-intent.md): Retrieves the details of a specific payment intent - [Retrieve Payout](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-payout.md): Retrieve details of a specific payout order - [Retrieve a refund](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/retrieve-refund.md): Retrieve details of a specific refund by ID - [Update Bank Account](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/update-bank-account.md): Update an existing bank account. - [Update a PaymentIntent](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/api-reference/update-payment-intent.md): Updates properties on a PaymentIntent object without confirming. Depending on which properties you update, you might need to confirm the PaymentIntent again. For example, updating the `payment_method` always requires you to confirm the PaymentIntent again. If you prefer to update and confirm at the… - [3DS Integration Guide - Option 1](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/3ds-integration-guide-option-1.md): Integrate 3D Secure authentication using option 1 to add an extra layer of security to online card transactions. - [3DS Integration Guide - Option 2](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/3ds-integration-guide-option-2.md): Integrate 3D Secure authentication using option 2 to add an extra layer of security to online card transactions. - [AFT Parameters](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/aft-parameters.md): Additional parameters required when creating a Payment Intent for account funding transactions (AFT). - [Cancellation](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/cancellation.md): Cancel a payment intent before it reaches a final state, for both card and wallet payments. - [Core Concepts](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/core-concepts.md): Understand Payment Intent and Payment Attempt, the core building blocks of UQPAY's acquiring system. - [Direct API Integration](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/direct-api-integration.md): Accept card payments by creating payment intents and handling payment attempts directly via the UQPAY API. - [Error codes](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/error-codes.md): Look up the error codes returned by the Global Acquiring API, where they appear, and what to do when you encounter them. - [Hosted Payment Page (HPP) Integration Guide](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/hosted-payment-page.md): Redirect customers to a UQPAY-hosted checkout page to securely accept payments without handling sensitive payment data. - [Integration FAQ](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/integration-faq.md): Answers to common questions encountered during Global Acquiring API integration, based on real customer feedback. - [Overview](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/overview.md): Accept card and e-wallet payments online and in-store through UQPAY's acquiring platform. - [Payment Links](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/payment-links.md): Create shareable payment links and QR codes to accept payments without a digital storefront or complex integration. - [POS API Integration Guide](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/pos-integration.md): Integrate with the UQPAY POS API for card-present transactions, including terminal registration, PIN key management, and payment processing. - [Quickstart](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/quickstart.md): Accept your first card payment in the UQPAY sandbox in under 5 minutes. - [Refunds](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/refunds.md): Process refunds to return funds to customers when they return goods or services. - [Settlement Report](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/settlement-report.md): Reconcile transactions and fees in settlement batches using downloadable reports from the Dashboard. - [Testing in Sandbox](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/guide/testing-in-sandbox.md): Test card numbers, e-wallet sandbox setup, and go-live checklist for UQPAY Global Acquiring. - [Chargeback Alert](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/chargeback-alert.md): Published when a chargeback alert is created or updated for a payment transaction. - [Payment Cancellation](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/payment-cancellation.md): Published when a payment intent cancellation succeeds or fails. - [Payment Refund](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/payment-refund.md): Published when a payment refund is created, succeeds, or fails. - [Payment Settlement](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/payment-settlement.md): Published when a settlement batch has been processed and funds are transferred to the designated Global Account. - [PaymentAttempt Result](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/paymentattempt-result.md): Published when a payment attempt changes state, including created, capture requested, cancelled, or failed. - [PaymentIntent Result](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/paymentintent-result.md): Published when a payment intent is created, succeeds, fails, or requires customer action. - [Payout Final State](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks/payout-final-state.md): Published when a merchant-initiated fund withdrawal reaches a new state. - [Can Information Be Edited After Successful Registration](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/can-information-be-edited-after-registration.md): How to modify your registration and company information after signing up with UQPAY. - [Can Login Email Be Changed](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/can-login-email-be-changed.md): Information about changing your login email address in UQPAY. - [Forgot Operation Password, What to Do](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/forgot-operation-password.md): How to reset your operation password if you have forgotten it. - [Forgot UQPAY Login Password, What to Do](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/forgot-uqpay-login-password.md): How to recover your UQPAY account when you have forgotten your login password. - [How Does UQPAY Ensure Fund Security](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-does-uqpay-ensure-fund-security.md): Overview of how UQPAY safeguards customer funds through PCI-DSS compliance. - [How Long Does MFA Verification Code Stay Valid](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-long-does-mfa-verification-code-stay-valid.md): Understand the validity period of MFA verification codes in TOTP-based apps. - [How Long Will It Take to Review the Submitted Information](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-long-to-review-submitted-information.md): Expected timeline for UQPAY account review after submitting your application. - [How to Change Operation Password](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-to-change-operation-password.md): Steps to change your UQPAY operation password from account settings. - [How to Enable Account Two-Step Verification](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-to-enable-account-two-step-verification.md): Steps to enable MFA two-step verification on your UQPAY account. - [How to Reset UQPAY Login Password](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-to-reset-uqpay-login-password.md): Steps to reset your UQPAY login password from the security settings. - [How to Unbind Virtual MFA Device](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-to-unbind-virtual-mfa-device.md): Options for unbinding a virtual MFA device from your UQPAY account. - [How to Use MFA Apps](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/how-to-use-mfa-apps.md): Steps to set up Google Authenticator or Microsoft Authenticator for UQPAY MFA. - [Is It Secure to Provide Company Information for UQPAY](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/is-it-secure-to-provide-company-information.md): Assurance about the confidentiality of company information submitted to UQPAY. - [Non-Permitted Activity](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/non-permitted-activity.md): Industries, client types, and activities not permitted on the UQPAY platform. - [Permitted Jurisdictions](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/permitted-jurisdictions.md): List of countries and territories where UQPAY operates. - [Reports](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/reports.md): How to generate and download reports from your UQPAY account. - [Restricted Countries](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/restricted-countries.md): Countries and regions where UQPAY cannot send or receive funds. - [Unfamiliar IP Address Found in Account Recent Activity, What to Do](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/unfamiliar-ip-address-in-account-activity.md): Steps to take when you notice an unknown IP address in your UQPAY account activity. - [UQPAY Account Failed to Pass Review, What to Do](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/uqpay-account-failed-to-pass-review.md): How to resolve a failed UQPAY account review and resubmit your information. - [What Documents Are Needed to Onboard a Corporate](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/what-documents-needed-to-onboard-corporate.md): Required documents and information for corporate onboarding with UQPAY. - [What Else Should Be Done After Two-Step Verification Being Enabled](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/what-else-after-two-step-verification-enabled.md): What to expect and do after enabling MFA two-step verification on your UQPAY account. - [What Is MFA](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/what-is-mfa.md): Overview of Multi-Factor Authentication (MFA) and how it protects your UQPAY account. - [What Is Operation Password](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/what-is-operation-password.md): Learn about the operation password and how it adds a security layer to your UQPAY account. - [What Is Virtual MFA Device](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/what-is-virtual-mfa-device.md): Explains what a virtual MFA device is and how it generates verification codes. - [Where to Download MFA Apps](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/where-to-download-mfa-apps.md): Where to find and download authenticator apps for UQPAY MFA. - [Where Will the Funds Go? Will Funds Automatically Be Withdrawn to Bank Account?](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/where-will-the-funds-go.md): Understand how funds are settled to your UQPAY account and your withdrawal options. - [Why Account Available Balance Is Negative](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/why-account-available-balance-is-negative.md): Understand why your UQPAY account balance may show a negative amount. - [Why Consumer Is Informed of Balance Insufficient When There Is Actually Enough Money](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/why-consumer-informed-balance-insufficient.md): Explains why consumers may see insufficient balance errors despite having adequate funds. - [Why the System Reports Incorrect Verification Code](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/why-system-reports-incorrect-verification-code.md): Common reasons for MFA verification code errors and how to resolve them. - [Why the System Reports That Password Needs to Be Changed](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/why-system-reports-password-needs-to-be-changed.md): Explains why UQPAY prompts you to change your password periodically. - [Why the System Reports Wrong Account or Password When These Are Both Correctly Entered](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/why-system-reports-wrong-account-or-password.md): Troubleshoot login issues when the system rejects correct credentials. - [Will the Account Be in My Name](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/will-the-account-be-in-my-name.md): Confirms that UQPAY local collection accounts are in the account holder's name. - [Wire Transfer Regulations (WTR2)](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/wire-transfer-regulations-wtr2.md): Overview of WTR2 requirements for payer and beneficiary information in wire transfers. - [Your UQPAY Account](https://developers-sandbox.uqpaytech.com/knowledge-base/account-security/your-uqpay-account.md): Overview of UQPAY account management, including user access and account groups. - [If I Integrate with 3D-Secure, Does This Eliminate the Possibility of Fraud?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/3d-secure-and-fraud.md): 3DS provides liability shift but does not eliminate fraud entirely; issuers can still report fraud volume. - [How Can Using Auth and Capture Prevent Fraud?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/auth-and-capture-prevent-fraud.md): Using auth-and-capture with review rules to prevent fraud by releasing suspicious transactions before capture. - [Can I Edit the Response or Submit Additional Files After Submit?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/can-i-edit-response-after-submit.md): You have only one opportunity to submit your dispute response; UQPAY immediately forwards it to the issuing bank. - [Can I Refund a Charge to Prevent Fraud?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/can-i-refund-a-charge-to-prevent-fraud.md): Banks are mandated to report fraud on all captured payments regardless of refunds, with rare exceptions for reversals within 2 hours. - [Can I Refund the Customer Directly When I Get a Dispute?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/can-i-refund-the-customer-directly-when-get-a-dispute.md): Why you should not refund a customer directly during an active dispute to avoid double compensation. - [Create a Secondary (Tier-2) Merchant](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/create-a-secondary-merchant.md): Step-by-step guide to creating a sub-account (secondary merchant) in UQPAY. - [Dispute Network Reason Codes Categorization](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/dispute-network-reason-codes.md): Complete reference of Visa and Mastercard dispute reason codes with descriptions. - [Dispute Withdrawals](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/dispute-withdrawals.md): How dispute withdrawals work, why you must still submit evidence, and what to expect on timelines. - [During the Dispute](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/during-the-dispute.md): What happens when a cardholder files a dispute, including timelines, fees, and the resolution process. - [If I See High Fraud on 3DS Charges, What Should I Do?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/high-fraud-on-3ds-charges.md): How to handle high fraud rates on 3DS-authenticated charges by adjusting rules and adding risk checks. - [How to Create New Acquiring Account with UQPAY](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/how-to-create-new-acquiring-account.md): Registration and activation steps for a new UQPAY acquiring account. - [What About Other Types of Chargebacks?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/other-types-of-chargebacks.md): Less common dispute types like general or duplicate chargebacks and what they may indicate. - [What Are Some Ways I Can Prevent Credit Not Processed or Product Unacceptable Chargebacks?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/prevent-credit-not-processed-chargebacks.md): Strategies to reduce chargebacks related to credit processing issues or product quality concerns. - [What Are Some Ways I Can Prevent Friendly Fraud?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/prevent-friendly-fraud.md): Preventative measures against friendly fraud including documentation, verification, and delivery confirmation. - [What Are Some Ways I Can Prevent Product Not Received Chargebacks?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/prevent-product-not-received-chargebacks.md): How to prevent product-not-received chargebacks through communication, shipping practices, and inventory management. - [What Are Some Ways I Can Prevent Subscription Canceled Chargebacks?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/prevent-subscription-canceled-chargebacks.md): Strategies to reduce subscription cancellation chargebacks including easy cancellation, billing reminders, and prevention services. - [Preventing Disputes and Fraud](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/preventing-disputes-and-fraud.md): Comprehensive guide to identifying fraud indicators, shipping best practices, and card testing prevention. - [Responding to Disputes](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/responding-to-disputes.md): How to evaluate and respond to disputes, including evidence requirements and submission guidelines. - [What Is a Chargeback?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/what-is-a-chargeback.md): Understanding the chargeback process, common dispute reasons, and possible outcomes for merchants. - [What Is Early Fraud Warnings?](https://developers-sandbox.uqpaytech.com/knowledge-base/acquiring/what-is-early-fraud-warnings.md): How Visa and Mastercard early fraud warnings (EFWs) help merchants identify and refund suspicious transactions before formal disputes. - [Alipay Credit Card Quick Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/alipay-credit-card-quick-payment-limits.md): Alipay credit card transaction limits vary based on individual cardholder payment history. - [Alipay Debit Card Quick Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/alipay-debit-card-quick-payment-limits.md): Alipay debit card transaction limits vary based on individual cardholder payment history. - [Are There Fees for Issuing a Refund?](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/are-there-fees-for-issuing-a-refund.md): UQPAY does not charge extra fees for cancellations or refunds processed through the payment channel. - [Can Personal Bank Card Be Used for Withdrawal?](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/can-personal-bank-card-be-used-for-withdrawal.md): Whether personal bank cards can be used for UQPAY withdrawals depends on your account registration type. - [Creating and Managing Cards](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/creating-and-managing-cards.md): How to create virtual, physical, and corporate cards, manage balances, set spending limits, and freeze or cancel cards. - [UnionPay Card Online Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/unionpay-card-online-payment-limits.md): UnionPay card online payment limits vary according to merchant and bank requirements. - [WeChat Pay Credit Card Quick Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/wechat-pay-credit-card-quick-payment-limits.md): WeChat Pay credit card transaction limits vary based on bank rules, payment scenarios, and risk assessment. - [WeChat Pay Debit Card Quick Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/wechat-pay-debit-card-quick-payment-limits.md): WeChat Pay debit card transaction limits vary based on bank rules, payment scenarios, and transaction risk. - [Which International Credit Card Payment Does UQPAY Support?](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/which-international-credit-card-payment-does-uqpay-support.md): UQPAY supports MasterCard, Visa, and American Express for international credit card payments. - [Why I Failed Adding Bank Card to UnionPay App?](https://developers-sandbox.uqpaytech.com/knowledge-base/card-issuing/why-i-failed-adding-bank-card-to-unionpay-app.md): Common reasons for failing to add a bank card to the UnionPay app, including card limits and frequent removal activity. - [Deposit & Withdrawal](https://developers-sandbox.uqpaytech.com/knowledge-base/dpt-ramp/deposit-withdrawal.md): DPT Ramp deposit and withdrawal rules including fiat USD, crypto limits, supported blockchains, and processing times. - [Account Registration and Activation for Card Issuing](https://developers-sandbox.uqpaytech.com/knowledge-base/getting-started/account-registration-and-activation-for-card-issuing.md): How to register and activate your UQPAY account specifically for Card Issuing services. - [Account Registration and Verification](https://developers-sandbox.uqpaytech.com/knowledge-base/getting-started/account-registration-and-verification.md): Step-by-step guide to registering, verifying email, setting up 2FA, and completing KYC on the UQPAY Merchant Platform. - [Account Sign-Up](https://developers-sandbox.uqpaytech.com/knowledge-base/getting-started/account-sign-up.md): How to register and activate your UQPAY account, including email verification troubleshooting. - [Registration and Account Management](https://developers-sandbox.uqpaytech.com/knowledge-base/getting-started/registration-and-account-management.md): Key facts about supported countries, KYB review timeframes, and mandatory 2FA for UQPAY accounts. - [Supported Countries for Registration](https://developers-sandbox.uqpaytech.com/knowledge-base/getting-started/supported-countries-for-registration.md): Complete list of countries supported for UQPAY registration, classified by risk level. - [Apply for Named Sub-Account](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/apply-for-named-sub-account.md): Step-by-step guide to creating a named sub-account under your main UQPAY account. - [Countries from Which Customers Can Receive Funds into Their Named Account](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/countries-for-named-account-collection.md): UQPAY supports fund collection from 180+ countries and territories worldwide. - [Countries Where Our Customer Can Be Incorporated and Get a Named Account](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/countries-for-named-account-incorporation.md): List of permitted jurisdictions for incorporation and named account eligibility with UQPAY. - [Countries Supporting Local Routes](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/countries-supporting-local-routes.md): Countries where UQPAY supports local payment and collection routes, the most cost-effective way to move money globally. - [Supported Countries and Territories for AU Users](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/supported-countries-and-territories-for-au-users.md): Onboarding eligibility by country for Australia-based UQPAY users, including restrictions and classifications. - [Supported Countries and Territories for SG Users](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/supported-countries-and-territories-for-sg-users.md): Onboarding eligibility by country for Singapore-based UQPAY users, including restrictions and classifications. - [Supported Countries for Collection](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/supported-countries-for-collection.md): Complete list of countries where UQPAY supports fund collection, classified by risk level. - [Virtual Account Application and Management](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/virtual-account-application-and-management.md): How to apply for and manage virtual accounts through UQPAY, including default and named virtual accounts. - [Wallet & Fund Management](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/wallet-fund-management.md): How to perform internal transfers between accounts and check account balances in UQPAY. - [What Currencies Can I Use to Collect Locally?](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/what-currencies-can-i-use-to-collect-locally.md): UQPAY supports local collection in CAD, USD, GBP, EUR, and SGD. - [Where Can I Collect CAD/USD/GBP/EUR Funds From?](https://developers-sandbox.uqpaytech.com/knowledge-base/global-account/where-can-i-collect-cad-usd-gbp-eur-funds-from.md): Geographic availability of local fund collection for CAD, USD, GBP, and EUR currencies. - [Applicable Time Periods for Cancellation of Transactions, Pre-Auth, and Refunds](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/applicable-time-periods-for-cancellation-and-refunds.md): Key timeframes for cancelling transactions, reversing pre-authorizations, and processing refunds. - [Can Corporate Account Be Used for UnionPay eBank Payment](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/can-corporate-account-be-used-for-unionpay-ebank-payment.md): Corporate accounts cannot be used for UnionPay eBank payments -- only personal bank cards or UnionPay corporate cards are accepted. - [Can Successful Transaction Be Refunded or Cancelled](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/can-successful-transaction-be-refunded-or-cancelled.md): How to refund or cancel a successful transaction in UQPAY, including full and partial refund support. - [I Have Booked the Wrong Conversion Date, Can I Change It?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/change-conversion-date.md): How to modify a conversion date after booking on UQPAY. - [COBO & POBO Currency List](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/cobo-pobo-currency-list.md): Complete reference of supported currencies for COBO collection and POBO payment services, including local, SWIFT, conversion, and hold capabilities. - [Countries to Which a Customer Can Make Payments](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/countries-for-payments.md): Overview of UQPAY's global payment network covering 212 countries in 37 currencies. - [Currencies](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/currencies.md): Full list of currencies supported for FX conversion on UQPAY, including restrictions. - [Currency Pairs for Weekend FX Conversions](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/currency-pairs-for-weekend-fx-conversions.md): List of currency pairs available for weekend FX trading on UQPAY. - [Currency Triangulation](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/currency-triangulation.md): How UQPAY converts certain currencies indirectly through intermediary currencies such as USD, SGD, or EUR. - [Does UQPAY Provide Overseas Local Payment Methods](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/does-uqpay-provide-overseas-local-payment-methods.md): UQPAY supports 300+ local payment methods worldwide for cross-border transactions. - [Does UQPAY Provide Any Products Other Than Payment Solutions](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/does-uqpay-provide-products-other-than-payment-solutions.md): Beyond payments, UQPAY offers data analysis, financial tools, merchant systems, and marketing assistants. - [Faster Currency Conversions](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/faster-currency-conversions.md): 22 currencies now convert same-day (T+0) instead of T+1, accelerating payment timelines. - [FX Currency List](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/fx-currency-list.md): Supported currencies for FX conversion by region, including local payout availability and fee rates. - [FX Timelines](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/fx-timelines.md): Foreign exchange cutoff times, funding windows, and trading hours for same-day currency conversions. - [GrabPay Payment Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/grabpay-payment-limits.md): Balance and transaction limits for GrabPay stored value payments on UQPAY. - [Guidance on UQPAY's Transaction Monitoring Processes](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/guidance-on-transaction-monitoring-processes.md): How UQPAY reviews flagged transactions, required documentation, and escalation procedures. - [What Payment Types Can I Use to Collect CAD/USD/GBP/EUR Locally?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/local-collection-payment-types.md): Available local payment methods for collecting CAD, USD, GBP, and EUR on UQPAY. - [Is There a Limit to How Much I Can Collect CAD/USD/GBP/EUR in One Transaction?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/local-collection-transaction-limits.md): Per-transaction collection limits for CAD, USD, GBP, and EUR local payments on UQPAY. - [What Currencies Can I Use to Pay Locally?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/local-payment-currencies.md): List of currencies available for local payments on UQPAY. - [Managing Your Margin](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/managing-your-margin.md): How margin and deposits work on UQPAY, including top-up procedures and permission management. - [What's Non-Accepted Modes of Funding?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/non-accepted-modes-of-funding.md): Funding methods that UQPAY does not support, including cash and cheque transactions. - [Payment & FX Services](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/payment-fx-services.md): How to perform payouts, manage recipients, and conduct currency exchanges on UQPAY. - [Payment Trace and Recalls FAQ](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/payment-trace-and-recalls-faq.md): How to initiate SWIFT payment traces and recalls, eligibility, timelines, and costs. - [Payment Tracking and Universal Confirmations](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/payment-tracking-and-universal-confirmations.md): How SWIFT payment tracking works in UQPAY, including status definitions, FAQs, and Universal Confirmation requirements. - [Making Payments to India, Indonesia, Malaysia and the Philippines](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/payments-to-india-indonesia-malaysia-philippines.md): FAQ on INR, IDR, MYR, and PHP payments including supported pairs, limits, and local rails. - [Payments Troubleshooting](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/payments-troubleshooting.md): Common payment issues and resolution steps for SWIFT and local payments on UQPAY. - [Supported Countries for Payment](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/supported-countries-for-payment.md): Countries where UQPAY supports payment transactions, categorized by risk level. - [Supported FX Modes](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/supported-fx-modes.md): Overview of FX conversion modes available on UQPAY including spot, TOD, TOM, and forward. - [SWIFT Collections FAQ](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/swift-collections-faq.md): Frequently asked questions about receiving third-party funds via SWIFT collections on UQPAY. - [What Is SWIFT Collections Support Currencies?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/swift-collections-supported-currencies.md): List of currencies supported for SWIFT collections on UQPAY. - [SWIFT Payment Fees](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/swift-payment-fees.md): UQPAY SWIFT payment fee tiers, charge options, and destination country classifications. - [Transaction](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/transaction.md): How to view and track transaction details on UQPAY. - [Transaction Limits](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/transaction-limits.md): UQPAY transaction amount limits based on business type and payment method. - [UnionPay App Shows Transaction Succeeded but Cannot Be Found in UQPAY System](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/unionpay-app-transaction-succeeded-but-not-found-in-uqpay.md): How to troubleshoot when a UnionPay app transaction appears successful but is missing from the UQPAY system. - [Is There Any Limit on the Amount of UnionPay App QR Code Payment](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/unionpay-qr-code-payment-amount-limit.md): Payment limits for UnionPay QR code payments in merchant-presented and consumer-presented modes. - [Weekend FX Conversion FAQ](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/weekend-fx-conversion-faq.md): Frequently asked questions about UQPAY's weekend FX conversion service including availability, limits, and settlement. - [When Will Refund Arrive](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/when-will-refund-arrive.md): Estimated refund processing times by payment method and what to do if your refund has not arrived. - [Where to See Instant Rewards Received by Scanning UnionPay QR Code with BOC App](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/where-to-see-instant-rewards-from-unionpay-qr-with-boc.md): How to find instant rewards in the BOC e-Wallet app or BOC mobile banking app after UnionPay QR code payments. - [Which Currencies Does UQPAY Support?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/which-currencies-does-uqpay-support.md): Overview of all currencies supported by UQPAY for payments, collections, and FX conversions. - [Which Exchange Rate Will Be Used to Settle the Transaction](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/which-exchange-rate-will-be-used.md): UQPAY applies the real-time market exchange rate at the moment a transaction is successfully processed. - [Which Payment Methods Does UQPAY Support](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/which-payment-methods-does-uqpay-support.md): Overview of payment methods supported by UQPAY, including UnionPay, international credit cards, WeChat Pay, and Alipay. - [Why BOC App Reports Error When Scanning UnionPay QR Code](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-boc-app-reports-error-scanning-unionpay-qr.md): Only Singapore BOC mobile banking and BOC SG-eWallet apps can scan UnionPay QR codes in Singapore. - [Why Can't I Get a Rate for My Conversion?](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-cant-i-get-a-rate.md): Troubleshooting guide for when FX conversion rates are unavailable on UQPAY. - [Why the Debited Amount Is Different from the Original Payment](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-debited-amount-differs-from-original-payment.md): Common reasons why a disputed or debited charge may differ from the original transaction amount. - [Why I Failed Paying Outside Chinese Mainland by Presenting UnionPay App QR Code](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-failed-paying-outside-chinese-mainland-with-unionpay-qr.md): How to switch to non-Chinese mainland payment mode in the UnionPay app for overseas QR code payments. - [Why I Received Instant Rewards at 11:35pm but Failed This Afternoon at 2:45pm](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-instant-rewards-at-11-35pm-but-not-2-45pm.md): Understanding UPI's daily settlement cutoff at 11pm and how it affects instant reward eligibility across days. - [Why I Didn't Receive Instant Rewards After Making UnionPay QR Code Payment](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-no-instant-rewards-after-unionpay-qr-payment.md): Troubleshooting steps when instant rewards are not received after a UnionPay QR code payment. - [Why I Didn't Receive Instant Rewards for the UnionPay QR Code Payment Made at 11:01pm](https://developers-sandbox.uqpaytech.com/knowledge-base/payments-fx/why-no-instant-rewards-at-11-01pm.md): UnionPay performs daily system updates from 11pm to 11:30pm, during which instant rewards cannot be issued. - [Acquisition Products Pricing](https://developers-sandbox.uqpaytech.com/knowledge-base/pricing-billing/acquisition-products-pricing.md): Complete pricing table for UQPAY acquiring products including UnionPay, WeChat, Alipay+, GrabPay, PayNow, and Visa/Mastercard. - [Can Funds Be Sent in Full, Without Bank Fees?](https://developers-sandbox.uqpaytech.com/knowledge-base/pricing-billing/can-funds-be-sent-in-full-without-bank-fees.md): When using UQPAY collections, the recipient receives the complete amount; however, the sender may be charged fees by their bank. - [UQPAY Pricing Plan](https://developers-sandbox.uqpaytech.com/knowledge-base/pricing-billing/uqpay-pricing-plan.md): Overview of UQPAY subscription plans (Basic, Pro, Enterprise) including sub-accounts, virtual cards, and support levels. - [How Long Will It Take for My CAD/USD/GBP/EUR Funds to Arrive?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/how-long-will-it-take-for-cad-usd-gbp-eur-funds-to-arrive.md): Expected arrival times for CAD, USD, GBP, and EUR fund transfers to your UQPAY account. - [I Have Traded the Wrong Amount, How Do I Amend It?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/i-have-traded-the-wrong-amount.md): How to correct a wrong conversion amount using split and cancel in UQPAY. - [When Will Withdrawal Arrive?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/when-will-withdrawal-arrive.md): Withdrawal arrival times vary by bank; contact your financial institution for specific timelines. - [Why Haven't I Received the Email on Successful Registration?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/why-havent-i-received-the-email-on-successful-registration.md): What to do if you don't receive the UQPAY registration confirmation email. - [Why Is the Email Address Unavailable?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/why-is-the-email-address-unavailable.md): Troubleshoot email address unavailability during UQPAY registration. - [Why Is Withdrawal Rejected?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/why-is-withdrawal-rejected.md): How to check the reason for a rejected withdrawal in the UQPAY system. - [Why My Funds Have Not Arrived?](https://developers-sandbox.uqpaytech.com/knowledge-base/troubleshooting/why-my-funds-have-not-arrived.md): Troubleshooting guide when funds have not arrived in your UQPAY account, including required documentation and UETR tracking. - [Create Address Book](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/create-address-book.md): Create wallet address book entry, supporting Exchange addresses and Personal Wallet addresses. Automatic address risk assessment and validation is performed. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Create Conversion](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/create-conversion.md): Initiate Fiat and Crypto conversion. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Create Quote](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/create-quote.md): Exchange rate quote for currency conversion. - [Create Transfer](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/create-transfer.md): Initiate Stablecoin Account Fiat fund transfer to Global Account (Type: transfer-out: 4001); Initiate Global Account Fiat fund transfer to Stablecoin Account (Type: transfer-in: 4000). [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-d… - [Create Withdraw](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/create-withdraw.md): Initiate cryptocurrency withdrawal request. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Deposit Wallet Address](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/deposit-wallet-address.md): Get deposit address for specified cryptocurrency. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Estimate Network Fee](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/estimate-network-fee.md): Get estimated network fee for withdrawal. Network fees are dynamic and adjust based on blockchain network congestion. It is recommended to call this endpoint before user initiates withdrawal to display estimated fees. Actual withdrawal fees may slightly differ from estimates. If network status is MA… - [List Address Book](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-address-book.md): Query wallet address book list with multi-condition filtering support. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Asset Transactions](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-asset-transactions.md): Query transactions for all wallets. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Assets](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-assets.md): Query current balance of all wallet accounts at once. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Conversions](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-conversions.md): Query all exchange transactions. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Deposit Addresses](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-deposit-addresses.md): Query all generated deposit addresses. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Deposits](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-deposits.md): Query deposit records. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Supported Assets and Networks](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-supported-assets.md): Query list of supported currencies and networks in the system. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [List Withdraws](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/list-withdraws.md): Query withdrawal records. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Retrieve Asset](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/retrieve-asset.md): Query current balance of specified currency wallet. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Retrieve Conversion](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/retrieve-conversion.md): Query specified exchange transaction. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Retrieve Deposit](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/retrieve-deposit.md): Query specified deposit order details. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Retrieve Transfer](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/retrieve-transfer.md): Query specified transfer transaction. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Retrieve Withdraw](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/api-reference/retrieve-withdraw.md): Query specified withdrawal order details. [ *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer) - [Stablecoin Account API Publisher Disclaimer](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer.md): Disclaimer regarding the Stablecoin Account API Reference publication by UQPAY PTY LTD. - [Conversion](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/webhooks/conversion.md) - [Deposit](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/webhooks/deposit.md) - [Transfer](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/webhooks/transfer.md) - [Withdrawal](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/webhooks/withdrawal.md) ## OpenAPI Specs - [ramp](https://developers-sandbox.uqpaytech.com/stablecoin-account/v1.6/ramp.yaml) - [payment](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/payment.yaml) - [banking](https://developers-sandbox.uqpaytech.com/global-account/v1.6/banking.yaml) - [issuing](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/issuing.yaml) - [supporting](https://developers-sandbox.uqpaytech.com/account-center/v1.6/supporting.yaml) - [connect](https://developers-sandbox.uqpaytech.com/account-center/v1.6/connect.yaml) - [access](https://developers-sandbox.uqpaytech.com/account-center/v1.6/access.yaml) - [webhooks-acquiring](https://developers-sandbox.uqpaytech.com/global-acquiring/v1.6/webhooks-acquiring.yaml) - [webhooks-banking](https://developers-sandbox.uqpaytech.com/global-account/v1.6/webhooks-banking.yaml) - [webhooks-issuing](https://developers-sandbox.uqpaytech.com/card-issuance/v1.6/webhooks-issuing.yaml) - [webhooks-connect](https://developers-sandbox.uqpaytech.com/account-center/v1.6/webhooks-connect.yaml)