{
"success": false,
"response": {
"id": "21d17719-d1d5-483c-bac2-e9fbc7c6f646",
"advancedBalanceId": "97ed074e-f6ce-441f-a1eb-1e3211e15f3f",
"externalId": "merchantExternalId123",
"orderId": "b0895e25-9f6c-486c-8743-6f10e19922cb",
"orderLink": "https://payment.domain/b0895e25-9f6c-486c-8743-6f10e19922cb",
"invoiceLink": "https://invoices.domain/21d17719-d1d5-483c-bac2-e9fbc7c6f646",
"status": "INIT",
"order": "Order #123456",
"description": "Payment by order #123456",
"currency": "USD",
"amount": "20",
"receivedNetwork": "USDT",
"receivedCurrency": "USDT",
"receivedAmount": "100.32",
"receivedAmountInInvoiceCurrency": "100.94",
"rate": "100.32",
"includeFee": false,
"additionalFees": [
"SEPA_WITHDRAWAL"
],
"insurancePercent": "1",
"slippagePercent": "2",
"paymentTolerancePercent": "1.5",
"webhookURL": "https://merchant.domain/webhooks/invoice",
"returnUrl": "https://merchant.domain/",
"expiresAt": "2024-10-15T16:11:57.598Z",
"createdAt": "2024-10-15T16:11:27.599Z",
"currencies": [
{
"currency": "USDT",
"networks": [
{
"name": "ethereum",
"amount": "25"
}
]
}
]
}
}