Чеки
Информация о чеке
Запрос позволяет получить информацию о текущем состоянии чека по его уникальному идентификатору.
get/receipts/{receipt_id}
Path parameters
receipt_idstring required
Идентификатор чека в ЮKassa.
Example:rt-1da5c87d-0984-50e8-a7f3-8de646dd9ec9
Идентификатор чека.
Response
Запрос успешно обработан
Example response
{
"id": "rt-1da5c87d-0984-50e8-a7f3-8de646dd9ec9",
"payment_id": "215d8da0-000f-50be-b000-0003308c89be",
"refund_id": "215d8da0-000f-50be-b000-0003308c89be",
"status": "succeeded",
"fiscal_document_number": "3986",
"fiscal_storage_number": "9288000100115785",
"fiscal_attribute": "2617603921",
"registered_at": "2019-05-13T17:56:00.000+03:00",
"fiscal_provider_id": "fd9e9404-eaca-4000-8ec9-dc228ead2345",
"items": [
{
"quantity": 1,
"amount": {
"value": "1000.00",
"currency": "RUB"
},
"country_of_origin_code": "RU",
"customs_declaration_number": "10714040/140917/0090376",
"excise": "20.00",
"supplier": {
"phone": "79000000000",
"inn": "6321341814"
},
"measure": "piece",
"payment_subject_industry_details": [
{
"federal_id": "001",
"document_date": "2020-11-18",
"value": "123/43"
}
],
"product_code": "00 00 00 01 00 21 FA 41 00 23 05 41 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 12 00 AB 00",
"mark_mode": "0",
"mark_quantity": {
"numerator": 1,
"denominator": 100
}
}
],
"settlements": [
{
"amount": {
"value": "1000.00",
"currency": "RUB"
}
}
],
"on_behalf_of": "123",
"receipt_industry_details": [
{
"federal_id": "001",
"document_date": "2020-11-18",
"value": "123/43"
}
],
"receipt_operational_details": {
"created_at": "2020-07-03T11:52:31.827Z"
}
}