Skip to main content
Stablecoin Account API Publisher Disclaimer Transfers move fiat between the two UQPAY account systems: a transfer out sends funds from your Stablecoin Account to your Global Account, and a transfer in pulls funds from your Global Account into your Stablecoin Account. Together with deposits, conversions, and payouts, this closes the loop: crypto in → convert → transfer out → pay out from the Global Account (and the reverse for on-ramping customers).

Create a transfer

Call Create Transfer with the currency, amount, and direction:
Response:
If the order fails at submission, the response’s message field inside data carries the failure reason.

Track the transfer

Transfer status flows through Submitted / Pending to Success, Failed, or Submit Failed. Updates arrive on the Transfer webhook: Query a single order with Retrieve Transfer using the long order_id. Transfers also appear in the unified ledger as Transfer In / Transfer Out — see Manage asset balances.
After a transfer out completes, the funds are available in your Global Account — see the Global Account guide for what you can do with them there.