Different-Account business transfer

Transfer funds between accounts of different users (cross-business transfer) When to call this API
Call /transfer/external when the payer and payee belong to two different platform accounts
(different accountIds).
Example:
- Account A (a merchant) pays 500 USD to Account B (a personal user)
- A marketplace collects 100 EUR commission from the seller’s account and sends it to the marketplace’s own account
limits: if payer and payee account are crypto accounts , support transfer between sub-wallet and master wallet(for the same currency)

if payer and payee account are infinity Accounts, support transfers between master merchant account and sub-merchant account/end-customer account (for the same currency)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Idempotency key provided by the client to ensure uniqueness of the transfer request

string
required

Total transfer amount (Including handling fees). Fraction digits depend on currency precision: USDC / USDT / WUSD: up to 6 decimal places; ETH / BTC: up to 8 decimal places; default to 2 decimal places.

from
object
required

Transfer destination details (payee information)

to
object
required

Transfer destination details (payee information)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json