{
"success": true,
"response": {
"id": "a393e9f0-aa92-45fa-b9cc-7156c4da2163",
"advancedBalanceId": "50781c26-1005-4b1e-94ea-a19a17017e90",
"externalId": "merchantExternalId123",
"externalUserId": "10099",
"payerEmail": "site@domain.com",
"orderId": "a3cb5179-babb-422e-8c34-9d4658cacc7f",
"orderLink": "https://payment.domain/a3cb5179-babb-422e-8c34-9d4658cacc7f",
"invoiceLink": "https://invoices.domain/a393e9f0-aa92-45fa-b9cc-7156c4da2163",
"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": true,
"additionalFees": [
"SEPA_WITHDRAWAL"
],
"insurancePercent": "1",
"slippagePercent": "2",
"paymentTolerancePercent": "1.5",
"webhookURL": "https://merchant.domain/webhooks/invoice",
"returnUrl": "https://merchant.domain/",
"expiresAt": "2024-12-25T14:35:53.166Z",
"createdAt": "2024-12-25T14:35:23.166Z",
"currencies": [
{
"currency": "USDT",
"networks": [
{
"name": "ethereum",
"amount": "25"
}
]
}
]
}
}