{
"success": false,
"response": {
"id": "17bddab9-d30a-4010-a701-d9032183395e",
"advancedBalanceId": "97097744-7e25-49ca-a7f2-d0217cabe5e8",
"currency": "USDT",
"network": "ethereum",
"status": "pending",
"orderId": "Order #123456",
"description": "Payment by order #123456",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"addressId": "31d2521c-7f0b-422c-9ecc-d72717a6afc6",
"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/17bddab9-d30a-4010-a701-d9032183395e",
"expiresAt": "2024-08-15T15:50:13.805Z",
"createdAt": "2024-08-15T15:20:13.805Z",
"updatedAt": "2024-08-15T15:20:13.805Z",
"transactions": [
{
"id": "a883acbc-b2f8-4f45-814f-b62f98175c47",
"status": "processed",
"currency": "USDT",
"network": "ethereum",
"amount": "100.32",
"tx": "0xb502e6ba8745a99f3484d75c027c55cacc26d6342b3a129f97d802899435ef12",
"sender": "0x00000005707bf50efa35a2db020ede9ac08ae226",
"priceUSD": "2000",
"amountUSD": "100"
}
],
"orphanDeposits": [
{
"id": "e04c0f6e-6fb1-43bd-8dd6-8b62a889717f",
"organizationId": "97097744-7e25-49ca-a7f2-d0217cabe5e8",
"orderId": "17bddab9-d30a-4010-a701-d9032183395e",
"stage": "WITHDRAWAL",
"status": "PENDING",
"currency": "BUSD",
"network": "bsc",
"amount": "200",
"canWithdrawal": false,
"inTransaction": {
"addressType": "PAY_IN",
"addressId": "31d2521c-7f0b-422c-9ecc-d72717a6afc6",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed"
},
"outTransactions": {
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"txId": "0x123456...",
"amount": "200",
"status": "processed",
"feeAmount": "1.2",
"feeAmountUSD": "1.22",
"withdrawalId": "c3f73bbf-79bb-4464-af5d-ba24156599a2",
"createdAt": "2024-08-16T15:20:13.806Z"
},
"createdAt": "2024-08-15T15:20:13.806Z"
}
]
}
}