Skip to main content

Deposits

Deposits are how you fund your wallets. 4pay.cc accepts USDT and USDC on the TRON (TRC-20) network.


How It Works​

1. Create a deposit  →  receive a unique TRON payment address
2. Send crypto → send USDT or USDC to that address
3. Funds credited → once confirmed on-chain, wallet is topped up (minus fee)

Each deposit request generates a unique payment address — do not reuse addresses across deposits.


Supported Currencies​

CurrencyNetworkSymbol
USDTTRON (TRC-20)USDTTRC20
USDCTRON (TRC-20)USDCTRC20

Deposit Statuses​

StatusDescription
in_progressPayment address created, waiting for on-chain confirmation
completedFunds confirmed and credited to wallet
failedDeposit failed — contact support

Deposit Object​

{
"id": "abc123e4-5678-90ab-cdef-1234567890ab",
"paymentAddress": "TXYZabc123def456ghi789jkl012mno345",
"status": "completed",
"currency": "USDTTRC20",
"amount": "100.00",
"feeCurrency": "USDTTRC20",
"feeAmount": "0.50",
"settlementCurrency": "USD",
"settlementAmount": "99.50",
"txHash": "abc123def456...",
"createdAt": "2025-06-02T15:38:49+00:00"
}
FieldDescription
paymentAddressTRON address to send crypto to
amountCrypto amount received
feeAmountFee deducted (in crypto)
settlementAmountAmount credited to wallet (in USD)
txHashBlockchain transaction hash (after confirmation)

In This Section​