{
"settings": {
"project_id": "string",
"country": "RU",
"pay_system_id": "string",
"email": "string",
"state": "string",
"city": "string",
"street": "string",
"zip": "string",
"house_number": "string",
"company_name": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"pay_system": {
"id": "string",
"name": "T-Bank",
"currency": "RUB",
"min_amount": 1000,
"max_amount": 100000000,
"topup": true,
"required_settings": [
"email"
],
"description": "МИР, СБП, TPay"
}
},
"converted": false,
"transaction": {
"id": "string",
"project_id": "uuid",
"type": "deposit",
"amount": -12450,
"currency": "RUB",
"balance_before": 100000,
"balance_after": 87550,
"balance_currency": "RUB",
"deposit_balance_before": 80000,
"deposit_balance_after": 75000,
"bonus_balance_before": 10000,
"bonus_balance_after": 7000,
"profit_balance_before": 10000,
"profit_balance_after": 10000,
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z",
"messages_count": 0,
"total_tokens": 0,
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"status": "string",
"is_live": true,
"details_by_agent": {
"agent-123": {
"messages": 145,
"cost": 7820,
"tokens": 78450,
"type": "support",
"is_no_agent": false
},
"no_agent": {
"messages": 50,
"cost": 2500,
"tokens": 12000,
"type": "unknown",
"is_no_agent": true
}
},
"details_by_model": {
"gpt-4o": {
"messages": 200,
"cost": 10200,
"tokens": 105000
}
},
"conversion_from_currency": "string",
"conversion_to_currency": "string",
"conversion_rate": 0,
"conversion_amount_from": 0,
"conversion_amount_to": 0,
"payment_method": "string",
"payment_id": "string",
"order_id": "string",
"pay_system_id": "string",
"pay_system_account_id": "string"
}
}