{
"success": true,
"response": {
"id": "5612b553-3c5b-4938-b5b9-4617e17d9315",
"externalId": "merchantExternalId123",
"externalUserId": "10099",
"payerEmail": "[email protected]",
"orderId": "8c770e8a-b0c5-4a9f-be9f-603677c4baab",
"orderLink": "https://payment.domain/8c770e8a-b0c5-4a9f-be9f-603677c4baab",
"invoiceLink": "https://invoices.domain/5612b553-3c5b-4938-b5b9-4617e17d9315",
"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": "2026-01-29T11:17:29.953Z",
"createdAt": "2026-01-29T11:16:59.954Z",
"currencies": [
{
"currency": "USDT",
"networks": [
{
"name": "ethereum",
"amount": "25"
}
]
}
]
}
}