Open API
Здесь представлены АПИ-методы для работы с облачной кассой
Last updated
Здесь представлены АПИ-методы для работы с облачной кассой
Last updated
Обратите внимание, что не все описанные параметры поддерживаются на ККТ. Для детализации используйте страницу с полным описанием API.
curl -L \
--url 'https://fiscalization.evotor.ru/possystem/v5/{groupCode}/report/{uuid}'
{}
OK
curl -L \
--url 'https://fiscalization.evotor.ru/possystem/v5/getToken?login=text&pass=text'
{}
OK
curl -L \
--request POST \
--url 'https://fiscalization.evotor.ru/possystem/v5/getToken' \
--header 'Content-Type: application/json' \
--data '{
"login": "text",
"pass": "text"
}'
{}
OK
curl -L \
--request POST \
--url 'https://fiscalization.evotor.ru/possystem/v5/{groupCode}/{operation}' \
--header 'Content-Type: application/json' \
--data '{
"timestamp": "2025-04-03T17:00:43.746Z",
"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-04-03T17:00:43.746Z",
"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