POST https://api.banka.bot/v1/crypto/invoices.amount_due, сумма, которуюpayment_url, наша платёжная страница, если вы не строите свою.expires_at). Перевод после истечения неcurl --location '/v1/crypto/invoices' \
--header 'Idempotency-Key: 4f1c9d2e-8a37-4b56-9f0e-1d2c3b4a5968' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": "10.00",
"network": "TRC20"
}'{
"invoice_id": "inv_9RQ2K7M4TDXA",
"order_id": "order_123",
"status": "pending",
"network": "TRC20",
"asset": "USDT",
"amount": "10.00",
"network_fee": "3.00",
"amount_due": "13.00",
"amount_paid": "0.00",
"address": "TQmQ7xF6yv3NqM2hVJ8cWzKdRp5tLbYs4A",
"payment_url": "https://pay.banka.bot/c/9RQ2K7M4TDXA",
"transfers": [],
"created_at": "2026-08-18T12:00:00Z",
"expires_at": "2026-08-18T13:00:00Z",
"paid_at": null
}