Open API
Здесь представлены АПИ-методы для работы с облачной кассой
Last updated
Здесь представлены АПИ-методы для работы с облачной кассой
Last updated
Обратите внимание, что не все описанные параметры поддерживаются на ККТ. Для детализации используйте страницу с полным описанием API.
GET /possystem/v5/{groupCode}/report/{uuid} HTTP/1.1
Host: fiscalization.evotor.ru
Accept: */*
OK
{}
GET /possystem/v5/getToken HTTP/1.1
Host: fiscalization.evotor.ru
Accept: */*
OK
{}
POST /possystem/v5/getToken HTTP/1.1
Host: fiscalization.evotor.ru
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"login": "text",
"pass": "text"
}
OK
{}
POST /possystem/v5/{groupCode}/{operation} HTTP/1.1
Host: fiscalization.evotor.ru
Content-Type: application/json
Accept: */*
Content-Length: 3138
{
"timestamp": "2025-05-31T12:56:26.042Z",
"service": {
"callback_url": "text"
},
"receipt": {
"client": {
"name": "text",
"inn": "text",
"birthdate": "text",
"citizenship": "text",
"address": "text",
"email": "text",
"phone": "text",
"document_code": "text",
"document_data": "text"
},
"company": {
"email": "text",
"sno": "osn",
"inn": "text",
"payment_address": "text"
},
"items": [
{
"name": "text",
"price": 1,
"quantity": 1,
"measure": 1,
"sum": 1,
"vat": {
"type": "none",
"sum": 1
},
"excise": 1,
"payment_method": "full_prepayment",
"payment_object": 1,
"user_data": "text",
"country_code": "text",
"declaration_number": "text",
"mark_quantity": {
"numerator": 1,
"denominator": 1
},
"mark_processing_mode": "0",
"sectoral_item_props": [
{
"date": "text",
"number": "text",
"value": "text",
"federal_id": "text"
}
],
"mark_code": {
"unknown": "text",
"ean8": "text",
"ean13": "text",
"itf14": "text",
"gs1m": "text",
"fur": "text",
"egais20": "text",
"egais30": "text",
"short": "text"
},
"agent_info": {
"type": "bank_paying_agent",
"paying_agent": {
"operation": "text",
"phones": [
"text"
]
},
"receive_payments_operator": {
"phones": [
"text"
]
},
"money_transfer_operator": {
"phones": [
"text"
],
"name": "text",
"address": "text",
"inn": "text"
}
},
"supplier_info": {
"phones": [
"text"
],
"name": "text",
"inn": "text"
}
}
],
"payments": [
{
"type": 1,
"sum": 1
}
],
"vats": [
{
"type": "none",
"sum": 1
}
],
"cashier": "text",
"cashier_inn": "text",
"total": 1,
"additional_check_props": "text",
"additional_user_props": {
"name": "text",
"value": "text"
},
"operating_check_props": {
"name": "text",
"value": "text",
"timestamp": "text"
},
"sectoral_check_props": [
{
"date": "text",
"number": "text",
"value": "text",
"federal_id": "text"
}
]
},
"correction": {
"client": {
"name": "text",
"inn": "text",
"birthdate": "text",
"citizenship": "text",
"address": "text",
"email": "text",
"phone": "text",
"document_code": "text",
"document_data": "text"
},
"company": {
"email": "text",
"sno": "osn",
"inn": "text",
"payment_address": "text"
},
"items": [
{
"name": "text",
"price": 1,
"quantity": 1,
"measure": 1,
"sum": 1,
"vat": {
"type": "none",
"sum": 1
},
"excise": 1,
"payment_method": "full_prepayment",
"payment_object": 1,
"user_data": "text",
"country_code": "text",
"declaration_number": "text",
"mark_quantity": {
"numerator": 1,
"denominator": 1
},
"mark_processing_mode": "0",
"sectoral_item_props": [
{
"date": "text",
"number": "text",
"value": "text",
"federal_id": "text"
}
],
"mark_code": {
"unknown": "text",
"ean8": "text",
"ean13": "text",
"itf14": "text",
"gs1m": "text",
"fur": "text",
"egais20": "text",
"egais30": "text",
"short": "text"
},
"agent_info": {
"type": "bank_paying_agent",
"paying_agent": {
"operation": "text",
"phones": [
"text"
]
},
"receive_payments_operator": {
"phones": [
"text"
]
},
"money_transfer_operator": {
"phones": [
"text"
],
"name": "text",
"address": "text",
"inn": "text"
}
},
"supplier_info": {
"phones": [
"text"
],
"name": "text",
"inn": "text"
}
}
],
"payments": [
{
"type": 1,
"sum": 1
}
],
"vats": [
{
"type": "none",
"sum": 1
}
],
"cashier": "text",
"total": 1,
"correction_info": {
"type": "self",
"base_date": "2025-05-31T12:56:26.042Z",
"base_number": "text"
},
"cashier_inn": "text",
"additional_check_props": "text",
"additional_user_props": {
"name": "text",
"value": "text"
},
"operating_check_props": {
"name": "text",
"value": "text",
"timestamp": "text"
},
"sectoral_check_props": [
{
"date": "text",
"number": "text",
"value": "text",
"federal_id": "text"
}
]
},
"external_id": "text"
}
OK
{}