{
"success": false,
"response": {
"id": "d73adeb9-0d7d-4b4a-8b5d-3e92eac70297",
"advancedBalanceId": "f9565f73-eb15-4246-9954-169eeb9475fc",
"currency": "USDT",
"network": "ethereum",
"status": "pending",
"orderId": "Order #123456",
"description": "Payment by order #123456",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"addressId": "21d8a948-5b69-45b9-8a4d-898be4df18e6",
"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/d73adeb9-0d7d-4b4a-8b5d-3e92eac70297",
"expiresAt": "2024-12-26T08:51:53.353Z",
"createdAt": "2024-12-26T08:21:53.353Z",
"updatedAt": "2024-12-26T08:21:53.353Z",
"transactions": [
{
"id": "4495b8cd-8978-4f8c-a191-7606bbd2f927",
"status": "processed",
"currency": "USDT",
"network": "ethereum",
"amount": "100.32",
"tx": "0xb502e6ba8745a99f3484d75c027c55cacc26d6342b3a129f97d802899435ef12",
"confirmations": 0,
"sender": "0x00000005707bf50efa35a2db020ede9ac08ae226",
"priceUSD": "2000",
"amountUSD": "100"
}
],
"orphanDeposits": [
{
"id": "4d55830a-9fd7-41ee-8f34-412379bd9ba3",
"organizationId": "f9565f73-eb15-4246-9954-169eeb9475fc",
"orderId": "d73adeb9-0d7d-4b4a-8b5d-3e92eac70297",
"stage": "WITHDRAWAL",
"status": "PENDING",
"currency": "BUSD",
"network": "bsc",
"amount": "200",
"canWithdrawal": false,
"inTransaction": {
"addressType": "PAY_IN",
"addressId": "21d8a948-5b69-45b9-8a4d-898be4df18e6",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed"
},
"outTransactions": {
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed",
"feeAmount": "1.2",
"feeAmountUSD": "1.22",
"withdrawalId": "75a60661-059b-4a2b-89a2-d9e5ddbbc10e",
"createdAt": "2024-12-27T08:21:53.353Z"
},
"createdAt": "2024-12-26T08:21:53.354Z"
}
]
}
}