{
"success": true,
"response": {
"id": "a39a97fd-f0a1-461d-9603-13cdaa54b859",
"advancedBalanceId": "2db11a99-a1cb-44f1-ba3b-ee41d80f53be",
"currency": "USDT",
"network": "ethereum",
"status": "pending",
"orderId": "Order #123456",
"description": "Payment by order #123456",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"addressId": "e5b79674-72aa-46c5-9bc0-6c71176bbd61",
"tag": null,
"amount": "123.12",
"received": "100.32",
"paymentTolerancePercent": "1.5",
"successWebhook": "https://merchant.domain/webhooks/success",
"errorWebhook": "https://merchant.domain/webhooks/fail",
"returnUrl": "https://merchant.domain/",
"link": "https://payment.domain/a39a97fd-f0a1-461d-9603-13cdaa54b859",
"expiresAt": "2025-05-14T14:09:50.463Z",
"createdAt": "2025-05-14T13:39:50.463Z",
"updatedAt": "2025-05-14T13:39:50.463Z",
"transactions": [
{
"id": "81103c99-2ed2-43a4-a658-3cd0069cfba3",
"status": "processed",
"currency": "USDT",
"network": "ethereum",
"amount": "100.32",
"tx": "0xb502e6ba8745a99f3484d75c027c55cacc26d6342b3a129f97d802899435ef12",
"confirmations": 1,
"sender": "0x00000005707bf50efa35a2db020ede9ac08ae226",
"priceUSD": "2000",
"amountUSD": "100"
}
],
"orphanDeposits": [
{
"id": "2d32a096-b5a0-41b6-ab3e-2fe699f5cbc4",
"organizationId": "2db11a99-a1cb-44f1-ba3b-ee41d80f53be",
"orderId": "a39a97fd-f0a1-461d-9603-13cdaa54b859",
"stage": "WITHDRAWAL",
"status": "PENDING",
"message": null,
"currency": "BUSD",
"network": "bsc",
"amount": "200",
"canWithdrawal": true,
"inTransaction": {
"addressType": "PAY_IN",
"addressId": "e5b79674-72aa-46c5-9bc0-6c71176bbd61",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed"
},
"outTransactions": {
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed",
"feeAmount": "1.2",
"feeAmountUSD": "1.22",
"withdrawalId": "b5feed9a-d0d4-4f5e-844b-72903e61bd6c",
"createdAt": "2025-05-15T13:39:50.464Z"
},
"createdAt": "2025-05-14T13:39:50.464Z"
}
]
}
}