{"openapi": "3.0.1", "info": {"title": "Tochka.API", "version": "v1.89.11"}, "paths": {"/medusa/v1.0/recipients/{recipientExtId}/payout_methods/cards": {"post": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Add Card Recipient Payout Method", "description": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u0443", "operationId": "add_card_recipient_payout_method_medusa_v1_0_recipients__recipientExtId__payout_methods_cards_post", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "required": true, "schema": {"type": "string", "title": "Recipientid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientId", "in": "path"}], "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/AddCardRecipientPayoutMethodRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateCardPayoutMethodResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients/{recipientExtId}/payout_methods/sbp": {"post": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Add Sbp Recipient Payout Method", "description": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0442\u043e\u0434 \u0432\u044b\u043f\u043b\u0430\u0442\u044b \u0421\u0411\u041f", "operationId": "add_sbp_recipient_payout_method_medusa_v1_0_recipients__recipientExtId__payout_methods_sbp_post", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f, UUID", "required": true, "schema": {"type": "string", "title": "Recipientextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f, UUID"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientExtId", "in": "path"}], "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/AddSbpRecipientPayoutMethodRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateSbpPayoutMethodResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/orders": {"get": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Get Order List", "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u043a\u0430\u0437\u043e\u0432", "operationId": "get_order_list_medusa_v1_0_orders_get", "parameters": [{"required": true, "schema": {"type": "integer", "title": "Offset"}, "name": "offset", "in": "query"}, {"required": true, "schema": {"type": "integer", "title": "Limit"}, "name": "limit", "in": "query"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetOrderListResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}, "post": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Create Order", "description": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437", "operationId": "create_order_medusa_v1_0_orders_post", "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": true}}, "/medusa/v2.0/orders": {"post": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Create Order V2", "description": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437 v2", "operationId": "create_order_v2_medusa_v2_0_orders_post", "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderRequestV2Data"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v3.0/orders": {"post": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Create Order V3", "description": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437 v3", "operationId": "create_order_v3_medusa_v3_0_orders_post", "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderRequestV3Data"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateOrderResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients": {"post": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Create Recipient", "description": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "operationId": "create_recipient_medusa_v1_0_recipients_post", "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateRecipientRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/CreateRecipientResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients/{recipientExtId}/payout_methods/cards/{payoutMethodExtId}": {"delete": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Delete Card Recipient Payout Method", "description": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u0443", "operationId": "delete_card_recipient_payout_method_medusa_v1_0_recipients__recipientExtId__payout_methods_cards__payoutMethodExtId__delete", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "required": true, "schema": {"type": "string", "title": "Recipientextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientExtId", "in": "path"}, {"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "required": true, "schema": {"type": "string", "title": "Payoutmethodextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "payoutMethodExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response"}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients/{recipientExtId}/payout_methods/{payoutMethodExtId}": {"delete": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Delete Recipient Payout Method", "description": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u0435\u0442\u043e\u0434 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "operationId": "delete_recipient_payout_method_medusa_v1_0_recipients__recipientExtId__payout_methods__payoutMethodExtId__delete", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "required": true, "schema": {"type": "string", "title": "Recipientextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientExtId", "in": "path"}, {"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "required": true, "schema": {"type": "string", "title": "Payoutmethodextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "payoutMethodExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response"}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/orders/{orderExtId}": {"get": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Get Order", "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437", "operationId": "get_order_medusa_v1_0_orders__orderExtId__get", "parameters": [{"description": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "required": true, "schema": {"type": "string", "title": "Orderextid", "description": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "orderExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetOrderResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}, "patch": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Update Order", "description": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0443\u0441\u043b\u0443\u0433\u0438 \u0432 \u0437\u0430\u043a\u0430\u0437\u0435", "operationId": "update_order_medusa_v1_0_orders__orderExtId__patch", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "required": true, "schema": {"type": "string", "title": "Orderextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "orderExtId", "in": "path"}], "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/UpdateOrderRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/UpdateOrderResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/orders/report": {"get": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Get Order Report", "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043e\u0442\u0447\u0435\u0442 \u043f\u043e \u0437\u0430\u043a\u0430\u0437\u0430\u043c", "operationId": "get_order_report_medusa_v1_0_orders_report_get", "parameters": [{"required": true, "schema": {"type": "string", "title": "Finishedatgte"}, "name": "finishedAtGte", "in": "query"}, {"required": true, "schema": {"type": "string", "title": "Finishedatlte"}, "name": "finishedAtLte", "in": "query"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetOrderReportResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v2.0/orders/{orderExtId}": {"get": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Get Order V2", "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437 v2", "operationId": "get_order_v2_medusa_v2_0_orders__orderExtId__get", "parameters": [{"description": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "required": true, "schema": {"type": "string", "title": "Orderextid", "description": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "orderExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetOrderResponseV2Data"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients/{recipientExtId}": {"get": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Get Recipient", "description": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0435", "operationId": "get_recipient_medusa_v1_0_recipients__recipientExtId__get", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "required": true, "schema": {"type": "string", "title": "Recipientextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetRecipientResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v2.0/recipients/{recipientExtId}": {"get": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "Get Recipient V2", "description": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0435 v2", "operationId": "get_recipient_v2_medusa_v2_0_recipients__recipientExtId__get", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "required": true, "schema": {"type": "string", "title": "Recipientextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "recipientExtId", "in": "path"}], "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/GetRecipientResponseV2Data"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/recipients/sbp-banks/": {"get": {"tags": ["\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"], "summary": "List Recipient Sbp Banks", "description": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0431\u0430\u043d\u043a\u043e\u0432-\u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0435\u0439 \u0421\u0411\u041f", "operationId": "list_recipient_sbp_banks_medusa_v1_0_recipients_sbp_banks__get", "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ListRecipientBankSbpResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}, "/medusa/v1.0/orders/{orderExtId}/decisions": {"post": {"tags": ["\u0417\u0430\u043a\u0430\u0437\u044b"], "summary": "Make Order Services Decision", "description": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043e\u043a\u0430\u0437\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438", "operationId": "make_order_services_decision_medusa_v1_0_orders__orderExtId__decisions_post", "parameters": [{"description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "required": true, "schema": {"type": "string", "title": "Orderextid", "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430"}, "example": "d6c099dc-dd49-47f9-8cae-e01ae95b6c3a", "name": "orderExtId", "in": "path"}], "requestBody": {"content": {"application/json": {"schema": {"$ref": "#/components/schemas/MakeOrderServicesDecisionRequestData"}}}, "required": true}, "responses": {"200": {"description": "Successful Response", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/MakeOrderServicesDecisionResponseData"}}}}, "500": {"description": "Server error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ErrorResponse"}}}}, "400": {"description": "Validation error", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ValidationErrorResponse"}}}}, "403": {"description": "Forbidden", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ConsentForbiddenErrorResponse"}}}}, "424": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyErrorResponse"}}}}, "502": {"description": "Dependent service fail", "content": {"application/json": {"schema": {"$ref": "#/components/schemas/FailedDependencyCriticalErrorResponse"}}}}}, "deprecated": false}}}, "components": {"schemas": {"GetOrderListResponse": {"properties": {"hasNext": {"title": "\u0415\u0441\u0442\u044c \u0435\u0449\u0451 \u0437\u0430\u043f\u0438\u0441\u0438?", "type": "boolean"}, "totalSize": {"title": "\u0412\u0441\u0435\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432", "type": "integer"}, "Items": {"items": {"$ref": "#/components/schemas/GetOrderListResponseItem"}, "title": "items", "type": "array"}}, "required": ["hasNext", "totalSize"], "title": "GetOrderListResponse", "type": "object"}, "GetOrderListResponseItem": {"properties": {"extId": {"examples": ["a3b4c5d6-e7f8-49a0-b1c2-d3e4f5a6b7c8"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "state": {"$ref": "#/components/schemas/OrderState", "title": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430"}}, "required": ["state"], "title": "GetOrderListResponseItem", "type": "object"}, "LinkModel": {"properties": {"self": {"examples": ["https://enter.tochka.com/uapi"], "format": "uri", "maxLength": 2083, "minLength": 1, "title": "Self", "type": "string"}}, "required": ["self"], "title": "LinkModel", "type": "object"}, "MetaModel": {"properties": {"totalPages": {"examples": [1], "title": "Totalpages", "type": "integer"}}, "required": ["totalPages"], "title": "MetaModel", "type": "object"}, "OrderState": {"enum": ["waiting_user_payment", "canceled", "waiting_services", "finished"], "title": "OrderState", "type": "string"}, "GetOrderListResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/GetOrderListResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetOrderListResponseData", "type": "object"}, "GetOrderResponse": {"properties": {"orderExtId": {"examples": ["b4c5d6e7-f8a9-40b1-c2d3-e4f5a6b7c8d9"], "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "receiptEmail": {"examples": ["example@example.com"], "title": "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0447\u0435\u043a\u0430", "type": "string"}, "state": {"$ref": "#/components/schemas/OrderState", "title": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430"}, "totalPrice": {"examples": ["10.00"], "title": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "totalAmount": {"examples": ["10.00"], "title": "\u0418\u0442\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438", "type": "string"}, "purpose": {"title": "\u0426\u0435\u043b\u044c \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "type": "string"}, "orderCommission": {"examples": ["10.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "medusaCommission": {"examples": ["10.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0441\u0435\u0440\u0432\u0438\u0441\u0430", "type": "string"}, "acquiringCommission": {"examples": ["10.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0430", "type": "string"}, "platformCommission": {"examples": ["10.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "acquiringCommissionChargedAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u0432\u0437\u0438\u043c\u0430\u043d\u0438\u044f \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0430", "type": "string"}, "platformCommissionPaidAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u0432\u0437\u0438\u043c\u0430\u043d\u0438\u044f \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "Services": {"items": {"$ref": "#/components/schemas/GetOrderResponseServiceItem"}, "title": "Services", "type": "array"}}, "required": ["state", "totalPrice", "totalAmount", "purpose", "orderCommission", "medusaCommission", "acquiringCommission", "platformCommission", "Services"], "title": "GetOrderResponse", "type": "object"}, "GetOrderResponseServiceItem": {"properties": {"extId": {"examples": ["e7f8a9b0-c1d2-43e4-f5a6-b7c8d9e0f1a2"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "state": {"$ref": "#/components/schemas/ServiceState", "title": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u0441\u043b\u0443\u0433\u0438"}, "price": {"examples": ["10.00"], "title": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "decision": {"$ref": "#/components/schemas/_________________________"}, "Recipient": {"$ref": "#/components/schemas/GetOrderResponseServiceRecipient", "title": "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044c"}}, "required": ["extId", "state", "price", "Recipient"], "title": "GetOrderResponseServiceItem", "type": "object"}, "GetOrderResponseServiceRecipient": {"properties": {"extId": {"examples": ["c5d6e7f8-a9b0-41c2-d3e4-f5a6b7c8d9e0"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "method": {"examples": ["CARD"], "title": "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "cardExtId": {"examples": ["d6e7f8a9-b0c1-42d3-e4f5-a6b7c8d9e0f1"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["extId", "method"], "title": "GetOrderResponseServiceRecipient", "type": "object"}, "ServiceState": {"enum": ["not_ready", "waiting_platform_decision", "ready_to_execute", "executing", "execute_failed", "executed"], "title": "ServiceState", "type": "string"}, "_________________________": {"enum": ["not_decided", "confirmed", "rejected"], "title": "\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0435", "type": "string"}, "GetOrderResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/GetOrderResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetOrderResponseData", "type": "object"}, "GetOrderResponseV2": {"properties": {"extId": {"examples": ["b4c5d6e7-f8a9-40b1-c2d3-e4f5a6b7c8d9"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "version": {"title": "\u0412\u0435\u0440\u0441\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "integer"}, "state": {"$ref": "#/components/schemas/________________"}, "createdAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "payedAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "finishedAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "Receipt": {"$ref": "#/components/schemas/GetOrderV2Receipt", "title": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0447\u0435\u043a\u0430"}, "IncomingPayment": {"$ref": "#/components/schemas/GetOrderV2IncomingPayment", "title": "\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043b\u0430\u0442\u0451\u0436"}, "Services": {"items": {"$ref": "#/components/schemas/GetOrderV2ServiceItem"}, "title": "\u0423\u0441\u043b\u0443\u0433\u0438", "type": "array"}}, "required": ["extId", "version", "state", "IncomingPayment", "Services"], "title": "GetOrderResponseV2", "type": "object"}, "GetOrderV2IncomingPayment": {"properties": {"type": {"examples": ["acquiring"], "title": "\u0422\u0438\u043f \u0432\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "type": "string"}, "Details": {"$ref": "#/components/schemas/GetOrderV2IncomingPaymentDetails", "title": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u0430"}}, "required": ["type", "Details"], "title": "GetOrderV2IncomingPayment", "type": "object"}, "GetOrderV2IncomingPaymentDetails": {"properties": {"paymentLink": {"title": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443", "type": "string"}, "redirectUrl": {"title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "failRedirectUrl": {"title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "ttl": {"title": "\u0412\u0440\u0435\u043c\u044f \u0436\u0438\u0437\u043d\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445", "type": "integer"}, "purpose": {"title": "\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0430", "type": "string"}, "consumerId": {"title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430", "type": "string"}}, "required": ["purpose"], "title": "GetOrderV2IncomingPaymentDetails", "type": "object"}, "GetOrderV2Receipt": {"properties": {"email": {"examples": ["example@example.com"], "title": "Email \u0434\u043b\u044f \u0447\u0435\u043a\u0430", "type": "string"}, "vatType": {"examples": ["vat20"], "title": "\u0421\u0442\u0430\u0432\u043a\u0430 \u041d\u0414\u0421", "type": "string"}, "name": {"title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u0430/\u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "paymentMethod": {"examples": ["full_payment"], "title": "\u041f\u0440\u0438\u0437\u043d\u0430\u043a \u0441\u043f\u043e\u0441\u043e\u0431\u0430 \u0440\u0430\u0441\u0447\u0451\u0442\u0430", "type": "string"}, "paymentObject": {"examples": ["service"], "title": "\u041f\u0440\u0438\u0437\u043d\u0430\u043a \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430 \u0440\u0430\u0441\u0447\u0451\u0442\u0430", "type": "string"}}, "required": ["email", "vatType", "name", "paymentMethod", "paymentObject"], "title": "GetOrderV2Receipt", "type": "object"}, "GetOrderV2RecipientCardDetails": {"properties": {"cardNumberMasked": {"examples": ["2202***2509"], "title": "\u041c\u0430\u0441\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["cardNumberMasked"], "title": "GetOrderV2RecipientCardDetails", "type": "object"}, "GetOrderV2RecipientMethod": {"properties": {"type": {"$ref": "#/components/schemas/__________________", "examples": ["CARD"]}, "payoutMethodExtId": {"examples": ["d6e7f8a9-b0c1-42d3-e4f5-a6b7c8d9e0f1"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "Details": {"anyOf": [{"$ref": "#/components/schemas/GetOrderV2RecipientCardDetails"}, {"$ref": "#/components/schemas/GetOrderV2RecipientSbpDetails"}], "title": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b"}}, "required": ["type", "payoutMethodExtId", "Details"], "title": "GetOrderV2RecipientMethod", "type": "object"}, "GetOrderV2RecipientSbpDetails": {"properties": {"bankId": {"examples": ["100000000065"], "title": "\u0411\u0430\u043d\u043a \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["bankId"], "title": "GetOrderV2RecipientSbpDetails", "type": "object"}, "GetOrderV2ServiceItem": {"properties": {"extId": {"examples": ["e7f8a9b0-c1d2-43e4-f5a6-b7c8d9e0f1a2"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "state": {"$ref": "#/components/schemas/_____________"}, "price": {"examples": ["200.00"], "title": "\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "decision": {"$ref": "#/components/schemas/_________________"}, "decisionMadeAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u0438\u043d\u044f\u0442\u0438\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u044f", "type": "string"}, "executedAt": {"format": "date-time", "title": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "commission": {"examples": ["50.00"], "title": "\u0421\u0443\u043c\u043c\u0430 \u0432\u0441\u0435\u0445 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0439 \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0435", "type": "string"}, "outgoingPayoutCommissionSum": {"examples": ["3.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u0443", "type": "string"}, "outgoingPayoutCommissionSumNds": {"examples": ["0.54"], "title": "\u041d\u0414\u0421 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u0437\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u0443", "type": "string"}, "incomePaymentCommissionSum": {"examples": ["3.50"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0430", "type": "string"}, "incomePaymentCommissionSumNds": {"examples": ["0.63"], "title": "\u041d\u0414\u0421 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0430", "type": "string"}, "platformCommissionSum": {"examples": ["43.50"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "Recipient": {"$ref": "#/components/schemas/GetOrderV2ServiceRecipient", "title": "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044c"}}, "required": ["extId", "state", "price", "decision", "outgoingPayoutCommissionSum", "Recipient"], "title": "GetOrderV2ServiceItem", "type": "object"}, "GetOrderV2ServiceRecipient": {"properties": {"extId": {"examples": ["c5d6e7f8-a9b0-41c2-d3e4-f5a6b7c8d9e0"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "Method": {"$ref": "#/components/schemas/GetOrderV2RecipientMethod", "title": "\u041c\u0435\u0442\u043e\u0434 \u0432\u044b\u043f\u043b\u0430\u0442\u044b"}}, "required": ["extId", "Method"], "title": "GetOrderV2ServiceRecipient", "type": "object"}, "_____________": {"enum": ["not_ready", "waiting_platform_decision", "ready_to_execute", "executing", "execute_failed", "executed"], "title": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "________________": {"enum": ["waiting_user_payment", "canceled", "waiting_services", "finished"], "title": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "_________________": {"enum": ["not_decided", "confirmed", "rejected"], "title": "\u0420\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0435", "type": "string"}, "__________________": {"enum": ["CARD", "SBP"], "title": "\u0422\u0438\u043f \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "GetOrderResponseV2Data": {"properties": {"Data": {"$ref": "#/components/schemas/GetOrderResponseV2"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetOrderResponseV2Data", "type": "object"}, "CreateOrderRequest": {"properties": {"orderExtId": {"examples": ["f6a7b8c9-d0e1-42f3-a4b5-c6d7e8f9a0b1"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "orderCommission": {"examples": ["10.00"], "title": "\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u0437\u0430\u043a\u0430\u0437", "type": "string"}, "receiptEmail": {"title": "DEPRECATED! \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Receipt.email. \u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0447\u0435\u043a\u0430", "type": "string"}, "IncomingPayment": {"$ref": "#/components/schemas/IncomingPayment"}, "Services": {"items": {"$ref": "#/components/schemas/CreateOrderRequestService"}, "maxItems": 100, "minItems": 1, "title": "\u0423\u0441\u043b\u0443\u0433\u0438", "type": "array"}, "Receipt": {"$ref": "#/components/schemas/CreateOrderRequestReceipt", "title": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u0447\u0435\u043a\u0430"}}, "required": ["orderExtId", "orderCommission", "IncomingPayment", "Services"], "title": "CreateOrderRequest", "type": "object"}, "CreateOrderRequestReceipt": {"properties": {"email": {"examples": ["example@example.com"], "title": "\u041f\u043e\u0447\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0447\u0435\u043a\u0430", "type": "string"}, "name": {"examples": ["\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044e \u0440\u0430\u0441\u0441\u0447\u0435\u0442\u043e\u0432"], "title": "\u041a\u0430\u043a \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438 \u0432 \u0447\u0435\u043a\u0435", "type": "string"}, "vatType": {"$ref": "#/components/schemas/___________"}, "paymentMethod": {"$ref": "#/components/schemas/_full_payment__________________full_prepayment______________100_"}, "paymentObject": {"$ref": "#/components/schemas/mapper_core__model_handler__________________________2"}}, "required": ["email", "name", "vatType", "paymentMethod", "paymentObject"], "title": "CreateOrderRequestReceipt", "type": "object"}, "CreateOrderRequestService": {"properties": {"extId": {"examples": ["d4e5f6a7-b8c9-40d1-e2f3-a4b5c6d7e8f9"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0438", "type": "string"}, "price": {"examples": ["10.00"], "title": "Price", "type": "string"}, "Recipient": {"$ref": "#/components/schemas/OrderRecipient"}, "startDecision": {"$ref": "#/components/schemas/mapper_core__model_handler__________________________1"}}, "required": ["extId", "price", "Recipient", "startDecision"], "title": "CreateOrderRequestService", "type": "object"}, "IncomingPayment": {"properties": {"type": {"examples": ["acquiring"], "title": "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "redirectUrl": {"examples": ["https://shop.com/?order=123&success=1"], "title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "redirectFailUrl": {"examples": ["https://shop.com/?order=123&success=0"], "title": "Redirect URL \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "paymentUrlTtl": {"examples": [60], "title": "\u0412\u0440\u0435\u043c\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u0432 \u043c\u0438\u043d\u0443\u0442\u0430\u0445", "type": "integer"}, "purpose": {"maxLength": 256, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0435", "type": "string"}, "consumerId": {"examples": ["7fe4fdce-8b72-4ec4-9bfa-05ab200b45e5"], "maxLength": 200, "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u041f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b \u0432 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0435", "type": "string"}}, "required": ["type", "redirectUrl", "redirectFailUrl", "paymentUrlTtl", "purpose"], "title": "IncomingPayment", "type": "object"}, "OrderRecipient": {"properties": {"extId": {"examples": ["c3d4e5f6-a7b8-49c0-d1e2-f3a4b5c6d7e8"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "method": {"examples": ["CARD"], "title": "\u043c\u0435\u0442\u043e\u0434 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "cardExtId": {"examples": ["8bc26e8b-00dd-4975-a93b-138ea3bda336"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["extId", "method", "cardExtId"], "title": "OrderRecipient", "type": "object"}, "___________": {"enum": ["none", "vat0", "vat5", "vat7", "vat10", "vat20", "vat105", "vat107", "vat110", "vat120"], "title": "\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u041d\u0414\u0421", "type": "string"}, "_full_payment__________________full_prepayment______________100_": {"enum": ["full_payment", "full_prepayment"], "title": "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b. full_payment \u2013 \u043f\u043e\u043b\u043d\u0430\u044f \u043e\u043f\u043b\u0430\u0442\u0430, full_prepayment \u2013 \u043f\u0440\u0435\u0434\u043e\u043f\u043b\u0430\u0442\u0430 100%", "type": "string"}, "mapper_core__model_handler__________________________1": {"description": "\u0415\u0441\u043b\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c confirmed, \u0441\u0440\u0430\u0437\u0443 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0435\u0442 \u043e\u043f\u043b\u0430\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044e. \u0410\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e \u0441 rejected.", "enum": ["not_decided", "confirmed", "rejected"], "title": "\u041f\u0440\u0435\u0434\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435", "type": "string"}, "mapper_core__model_handler__________________________2": {"enum": ["service", "goods", "work"], "title": "\u0422\u0438\u043f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0434\u043b\u044f \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "CreateOrderRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateOrderRequest"}}, "required": ["Data"], "title": "CreateOrderRequestData", "type": "object"}, "CreateOrderResponse": {"properties": {"extId": {"examples": ["b8c9d0e1-f2a3-44b5-c6d7-e8f9a0b1c2d3"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "paymentUrl": {"examples": ["https://tochka.com/acquiring/id=6f24bc79-3c3b-4970-8ef8-39eef7dbe977"], "title": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}}, "required": ["extId", "paymentUrl"], "title": "CreateOrderResponse", "type": "object"}, "CreateOrderResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateOrderResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "CreateOrderResponseData", "type": "object"}, "CreateOrderRequestServiceV2": {"properties": {"extId": {"examples": ["e5f6a7b8-c9d0-41e2-f3a4-b5c6d7e8f9a0"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0430", "type": "string"}, "price": {"examples": ["10.00"], "title": "\u0421\u0443\u043c\u043c\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "commission": {"examples": ["10.00"], "title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0441\u0438 (\u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0437\u0430 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435, \u0437\u0430 \u0432\u044b\u0432\u043e\u0434, \u043e\u0441\u0442\u0430\u0442\u043e\u043a \u2013 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b)", "type": "string"}, "Recipient": {"$ref": "#/components/schemas/OrderRecipient"}, "startDecision": {"$ref": "#/components/schemas/mapper_core__model_handler__________________________1"}}, "required": ["extId", "price", "commission", "Recipient", "startDecision"], "title": "CreateOrderRequestServiceV2", "type": "object"}, "CreateOrderRequestV2": {"properties": {"orderExtId": {"examples": ["a7b8c9d0-e1f2-43a4-b5c6-d7e8f9a0b1c2"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "IncomingPayment": {"$ref": "#/components/schemas/IncomingPayment"}, "Services": {"items": {"$ref": "#/components/schemas/CreateOrderRequestServiceV2"}, "maxItems": 50, "minItems": 1, "title": "\u0423\u0441\u043b\u0443\u0433\u0438", "type": "array"}, "Receipt": {"$ref": "#/components/schemas/CreateOrderRequestReceipt", "title": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u0447\u0435\u043a\u0430"}}, "required": ["orderExtId", "IncomingPayment", "Services"], "title": "CreateOrderRequestV2", "type": "object"}, "CreateOrderRequestV2Data": {"properties": {"Data": {"$ref": "#/components/schemas/CreateOrderRequestV2"}}, "required": ["Data"], "title": "CreateOrderRequestV2Data", "type": "object"}, "CreateOrderRequestServiceV3": {"properties": {"extId": {"examples": ["e5f6a7b8-c9d0-41e2-f3a4-b5c6d7e8f9a0"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0430", "type": "string"}, "price": {"examples": ["10.00"], "title": "\u0421\u0443\u043c\u043c\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "commission": {"examples": ["10.00"], "title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0438", "type": "string"}, "Recipient": {"$ref": "#/components/schemas/OrderRecipientV3"}, "startDecision": {"$ref": "#/components/schemas/mapper_core__model_handler__________________________1"}}, "required": ["extId", "price", "commission", "Recipient", "startDecision"], "title": "CreateOrderRequestServiceV3", "type": "object"}, "CreateOrderRequestV3": {"properties": {"extId": {"examples": ["a7b8c9d0-e1f2-43a4-b5c6-d7e8f9a0b1c2"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "IncomingPayment": {"$ref": "#/components/schemas/IncomingPaymentV3"}, "Services": {"items": {"$ref": "#/components/schemas/CreateOrderRequestServiceV3"}, "maxItems": 50, "minItems": 1, "title": "\u0423\u0441\u043b\u0443\u0433\u0438", "type": "array"}, "Receipt": {"$ref": "#/components/schemas/CreateOrderRequestReceipt", "title": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u0447\u0435\u043a\u0430"}}, "required": ["extId", "IncomingPayment", "Services"], "title": "CreateOrderRequestV3", "type": "object"}, "IncomingPaymentAcquiringDetailsV3": {"properties": {"sbpNeeded": {"title": "\u041d\u0443\u0436\u043d\u0430 \u043b\u0438 \u043e\u043f\u043b\u0430\u0442\u0430 \u0447\u0435\u0440\u0435\u0437 \u0421\u0411\u041f", "type": "boolean"}, "cardNeeded": {"title": "\u041d\u0443\u0436\u043d\u0430 \u043b\u0438 \u043e\u043f\u043b\u0430\u0442\u0430 \u043a\u0430\u0440\u0442\u043e\u0439", "type": "boolean"}, "redirectUrl": {"examples": ["https://shop.com/?order=123&success=1"], "title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "failRedirectUrl": {"examples": ["https://shop.com/?order=123&success=0"], "title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "ttl": {"examples": [60], "title": "\u0412\u0440\u0435\u043c\u044f \u0436\u0438\u0437\u043d\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445", "type": "integer"}, "purpose": {"maxLength": 256, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0435", "type": "string"}, "consumerId": {"examples": ["7fe4fdce-8b72-4ec4-9bfa-05ab200b45e5"], "maxLength": 200, "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u041f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b \u0432 \u044d\u043a\u0432\u0430\u0439\u0440\u0438\u043d\u0433\u0435", "type": "string"}}, "required": ["sbpNeeded", "cardNeeded", "redirectUrl", "failRedirectUrl", "ttl", "purpose"], "title": "IncomingPaymentAcquiringDetailsV3", "type": "object"}, "IncomingPaymentV3": {"properties": {"type": {"examples": ["acquiring"], "title": "\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "Details": {"$ref": "#/components/schemas/IncomingPaymentAcquiringDetailsV3", "title": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043e\u043f\u043b\u0430\u0442\u044b"}}, "required": ["type", "Details"], "title": "IncomingPaymentV3", "type": "object"}, "OrderRecipientV3": {"properties": {"extId": {"examples": ["c3d4e5f6-a7b8-49c0-d1e2-f3a4b5c6d7e8"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "payoutExtId": {"examples": ["8bc26e8b-00dd-4975-a93b-138ea3bda336"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "string"}}, "required": ["extId", "payoutExtId"], "title": "OrderRecipientV3", "type": "object"}, "CreateOrderRequestV3Data": {"properties": {"Data": {"$ref": "#/components/schemas/CreateOrderRequestV3"}}, "required": ["Data"], "title": "CreateOrderRequestV3Data", "type": "object"}, "MakeOrderServicesDecisionRequest": {"properties": {"Decisions": {"items": {"$ref": "#/components/schemas/ServiceDecision"}, "title": "\u0420\u0435\u0448\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0430\u043c \u0437\u0430\u043a\u0430\u0437\u0430", "type": "array"}}, "required": ["Decisions"], "title": "MakeOrderServicesDecisionRequest", "type": "object"}, "ServiceDecision": {"properties": {"serviceExtId": {"examples": ["c9d0e1f2-a3b4-45c6-d7e8-f9a0b1c2d3e4"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "decision": {"$ref": "#/components/schemas/__________________________"}}, "required": ["serviceExtId", "decision"], "title": "ServiceDecision", "type": "object"}, "__________________________": {"enum": ["not_decided", "confirmed", "rejected"], "title": "\u041f\u0440\u0438\u043d\u044f\u0442\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0435", "type": "string"}, "MakeOrderServicesDecisionRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/MakeOrderServicesDecisionRequest"}}, "required": ["Data"], "title": "MakeOrderServicesDecisionRequestData", "type": "object"}, "MakeOrderServicesDecisionResponse": {"properties": {"orderExtId": {"examples": ["d0e1f2a3-b4c5-46d7-e8f9-a0b1c2d3e4f5"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "Decisions": {"items": {"$ref": "#/components/schemas/ServiceDecision"}, "title": "\u0420\u0435\u0448\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u0441\u043b\u0443\u0433\u0430\u043c \u0437\u0430\u043a\u0430\u0437\u0430", "type": "array"}}, "required": ["orderExtId"], "title": "MakeOrderServicesDecisionResponse", "type": "object"}, "MakeOrderServicesDecisionResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/MakeOrderServicesDecisionResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "MakeOrderServicesDecisionResponseData", "type": "object"}, "UpdateOrderRequest": {"properties": {"orderVersion": {"description": "\u041d\u0443\u0436\u0435\u043d, \u0447\u0442\u043e\u0431\u044b \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u043a\u043b\u0438\u0435\u043d\u0442 \u0432\u0441\u0435\u0433\u0434\u0430 \u043f\u043e\u043d\u0438\u043c\u0430\u043b \u0442\u0435\u043a\u0443\u0449\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430 \u043f\u0435\u0440\u0435\u0434 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043c. \u0415\u0441\u043b\u0438 \u0432\u0435\u0440\u0441\u0438\u0438 \u043d\u0435 \u0441\u043e\u0448\u043b\u0438\u0441\u044c, \u0437\u043d\u0430\u0447\u0438\u0442 \u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043d\u0435\u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430", "examples": [1], "title": "\u0410\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "integer"}, "Updates": {"items": {"$ref": "#/components/schemas/UpdateOrderServiceItem"}, "maxItems": 100, "minItems": 1, "title": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f", "type": "array"}}, "required": ["orderVersion", "Updates"], "title": "UpdateOrderRequest", "type": "object"}, "UpdateOrderServiceItem": {"properties": {"serviceExtId": {"examples": ["f4a5b6c7-d8e9-40f1-a2b3-c4d5e6f7a8b9"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0443\u0441\u043b\u0443\u0433\u0438", "type": "string"}, "price": {"title": "Price", "type": "string"}}, "required": ["serviceExtId"], "title": "UpdateOrderServiceItem", "type": "object"}, "UpdateOrderRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/UpdateOrderRequest"}}, "required": ["Data"], "title": "UpdateOrderRequestData", "type": "object"}, "UpdateOrderResponse": {"properties": {"orderVersion": {"examples": [2], "title": "\u0410\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "integer"}}, "required": ["orderVersion"], "title": "UpdateOrderResponse", "type": "object"}, "UpdateOrderResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/UpdateOrderResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "UpdateOrderResponseData", "type": "object"}, "CreateRecipientRequest": {"properties": {"extId": {"examples": ["e1f2a3b4-c5d6-47e8-f9a0-b1c2d3e4f5a6"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "name": {"description": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. \u041c\u043e\u0436\u043d\u043e \u043a\u043b\u0430\u0441\u0442\u044c \u0432\u0430\u0448\u0438 ID \u043a\u0430\u043a \u0441\u0442\u0440\u043e\u043a\u0443", "examples": ["id-from-your-system-for-better-support \u0438\u043b\u0438 \u0418\u0432\u0430\u043d 123"], "maxLength": 128, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "Sbp": {"$ref": "#/components/schemas/______________________________________", "description": "\u041e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u043b\u043e\u043a \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u0432\u044b\u043f\u043b\u0430\u0442 \u0447\u0435\u0440\u0435\u0437 \u0421\u0411\u041f"}}, "required": ["extId", "name"], "title": "CreateRecipientRequest", "type": "object"}, "______________________________________": {"properties": {"phone": {"examples": ["+79991234567"], "title": "\u041d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "firstName": {"examples": ["\u0418\u0432\u0430\u043d"], "title": "\u0418\u043c\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "lastName": {"examples": ["\u0418\u0432\u0430\u043d\u043e\u0432"], "title": "\u0424\u0430\u043c\u0438\u043b\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "middleName": {"description": "\u041e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e", "examples": ["\u0418\u0432\u0430\u043d\u043e\u0432\u0438\u0447"], "title": "\u041e\u0442\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["phone", "firstName", "lastName"], "title": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u0432\u044b\u043f\u043b\u0430\u0442 \u0447\u0435\u0440\u0435\u0437 \u0421\u0411\u041f", "type": "object"}, "CreateRecipientRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateRecipientRequest"}}, "required": ["Data"], "title": "CreateRecipientRequestData", "type": "object"}, "CreateRecipientResponse": {"properties": {"extId": {"examples": ["f2a3b4c5-d6e7-48f9-a0b1-c2d3e4f5a6b7"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "name": {"examples": ["id-from-your-system-for-better-support"], "maxLength": 128, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["extId", "name"], "title": "CreateRecipientResponse", "type": "object"}, "CreateRecipientResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateRecipientResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "CreateRecipientResponseData", "type": "object"}, "GetRecipientResponse": {"properties": {"extId": {"examples": ["f8a9b0c1-d2e3-44f5-a6b7-c8d9e0f1a2b3"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "name": {"examples": ["id-from-your-system-for-better-support"], "maxLength": 128, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "PayoutMethods": {"items": {"$ref": "#/components/schemas/PayoutMethod"}, "title": "\u041c\u0435\u0442\u043e\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "array"}, "Sbp": {"$ref": "#/components/schemas/______________________________________", "description": "\u041e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u043b\u043e\u043a \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u0434\u043b\u044f \u0432\u044b\u043f\u043b\u0430\u0442 \u0447\u0435\u0440\u0435\u0437 \u0421\u0411\u041f"}, "createdAt": {"title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "updatedAt": {"title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["extId", "name"], "title": "GetRecipientResponse", "type": "object"}, "PayoutMethod": {"properties": {"extId": {"examples": ["a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "methodType": {"$ref": "#/components/schemas/PayoutMethodType"}, "maskedCardNumber": {"examples": ["1111***1111"], "title": "\u041c\u0430\u0441\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["extId", "methodType"], "title": "PayoutMethod", "type": "object"}, "PayoutMethodType": {"enum": ["SBP", "CARD"], "title": "PayoutMethodType", "type": "string"}, "GetRecipientResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/GetRecipientResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetRecipientResponseData", "type": "object"}, "CardPayoutMethodDetails": {"properties": {"maskedCardNumber": {"examples": ["1111***1111"], "title": "\u041c\u0430\u0441\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["maskedCardNumber"], "title": "CardPayoutMethodDetails", "type": "object"}, "GetRecipientResponseV2": {"properties": {"extId": {"examples": ["f8a9b0c1-d2e3-44f5-a6b7-c8d9e0f1a2b3"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}, "name": {"examples": ["id-from-your-system-for-better-support"], "maxLength": 128, "title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "PayoutMethods": {"items": {"$ref": "#/components/schemas/PayoutMethodV2"}, "title": "\u041c\u0435\u0442\u043e\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0442\u044b", "type": "array"}, "Sbp": {"$ref": "#/components/schemas/______________________________________"}, "createdAt": {"title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}, "updatedAt": {"title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["extId", "name"], "title": "GetRecipientResponseV2", "type": "object"}, "PayoutMethodV2": {"properties": {"extId": {"examples": ["a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6"], "format": "uuid", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440", "type": "string"}, "methodType": {"$ref": "#/components/schemas/PayoutMethodType"}, "Details": {"anyOf": [{"$ref": "#/components/schemas/SbpPayoutMethodDetails"}, {"$ref": "#/components/schemas/CardPayoutMethodDetails"}], "title": "\u0414\u0435\u0442\u0430\u043b\u0438 \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b"}}, "required": ["extId", "methodType", "Details"], "title": "PayoutMethodV2", "type": "object"}, "SbpPayoutMethodDetails": {"properties": {"bankId": {"examples": ["131313"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0431\u0430\u043d\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f", "type": "string"}}, "required": ["bankId"], "title": "SbpPayoutMethodDetails", "type": "object"}, "GetRecipientResponseV2Data": {"properties": {"Data": {"$ref": "#/components/schemas/GetRecipientResponseV2"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetRecipientResponseV2Data", "type": "object"}, "AddCardRecipientPayoutMethodRequest": {"properties": {"CardPayoutMethod": {"$ref": "#/components/schemas/CardPayoutMethod"}}, "required": ["CardPayoutMethod"], "title": "AddCardRecipientPayoutMethodRequest", "type": "object"}, "CardPayoutMethod": {"properties": {"redirectUrl": {"examples": ["https://shop.com/profile?process=123"], "title": "URL \u0430\u0434\u0440\u0435\u0441, \u043a\u0443\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u0441\u043b\u0435 \u043e\u043f\u043b\u0430\u0442\u044b", "type": "string"}, "payoutMethodExtId": {"examples": ["a9b0c1d2-e3f4-45a6-b7c8-d9e0f1a2b3c4"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0438", "type": "string"}}, "required": ["redirectUrl", "payoutMethodExtId"], "title": "CardPayoutMethod", "type": "object"}, "AddCardRecipientPayoutMethodRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/AddCardRecipientPayoutMethodRequest"}}, "required": ["Data"], "title": "AddCardRecipientPayoutMethodRequestData", "type": "object"}, "CreateCardPayoutMethodResponse": {"properties": {"formUrl": {"examples": ["https://tochka.com/card-tokenization?id=c5aa6ada-5351-40e5-b7d9-c18a19eb58ed"], "title": "URL \u0444\u043e\u0440\u043c\u044b \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u0430\u0440\u0442\u044b", "type": "string"}}, "required": ["formUrl"], "title": "CreateCardPayoutMethodResponse", "type": "object"}, "CreateCardPayoutMethodResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateCardPayoutMethodResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "CreateCardPayoutMethodResponseData", "type": "object"}, "AddSbpRecipientPayoutMethodRequest": {"properties": {"SbpPayoutMethod": {"$ref": "#/components/schemas/SbpPayoutMethod"}}, "required": ["SbpPayoutMethod"], "title": "AddSbpRecipientPayoutMethodRequest", "type": "object"}, "SbpPayoutMethod": {"properties": {"payoutMethodExtId": {"examples": ["a9b0c1d2-e3f4-45a6-b7c8-d9e0f1a2b3c4"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0438", "type": "string"}, "bankId": {"examples": ["100000000065"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0431\u0430\u043d\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u0421\u0411\u041f", "type": "string"}}, "required": ["payoutMethodExtId", "bankId"], "title": "SbpPayoutMethod", "type": "object"}, "AddSbpRecipientPayoutMethodRequestData": {"properties": {"Data": {"$ref": "#/components/schemas/AddSbpRecipientPayoutMethodRequest"}}, "required": ["Data"], "title": "AddSbpRecipientPayoutMethodRequestData", "type": "object"}, "CreateSbpPayoutMethodResponse": {"properties": {"extId": {"examples": ["a9b0c1d2-e3f4-45a6-b7c8-d9e0f1a2b3c4"], "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0438", "type": "string"}}, "required": ["extId"], "title": "CreateSbpPayoutMethodResponse", "type": "object"}, "CreateSbpPayoutMethodResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/CreateSbpPayoutMethodResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "CreateSbpPayoutMethodResponseData", "type": "object"}, "GetOrderReportResponse": {"properties": {"Items": {"items": {"$ref": "#/components/schemas/GetOrderReportResponseItem"}, "title": "items", "type": "array"}}, "required": ["Items"], "title": "GetOrderReportResponse", "type": "object"}, "GetOrderReportResponseItem": {"properties": {"orderExtId": {"examples": ["e3f4a5b6-c7d8-49e0-f1a2-b3c4d5e6f7a8"], "format": "uuid", "title": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "orderCreatedAt": {"title": "\u0414\u0430\u0442\u0430/\u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430", "type": "string"}, "refillSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0439", "type": "string"}, "refundSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u043e\u0432", "type": "string"}, "payoutSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0432\u044b\u043f\u043b\u0430\u0442", "type": "string"}, "compensationSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u043f\u0435\u043d\u0441\u0430\u0446\u0438\u0439", "type": "string"}, "incomePaymentCommissionSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0439 \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0439", "type": "string"}, "outgoingPayoutCommissionSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0439 \u0432\u044b\u043f\u043b\u0430\u0442", "type": "string"}, "platformCommissionSum": {"title": "\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a\u043e\u043c\u0438\u0441\u0441\u0438\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b", "type": "string"}}, "required": ["orderExtId", "orderCreatedAt", "refillSum", "refundSum", "payoutSum", "compensationSum", "incomePaymentCommissionSum", "outgoingPayoutCommissionSum", "platformCommissionSum"], "title": "GetOrderReportResponseItem", "type": "object"}, "GetOrderReportResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/GetOrderReportResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "GetOrderReportResponseData", "type": "object"}, "ListRecipientBankSbpResponse": {"properties": {"Banks": {"items": {"$ref": "#/components/schemas/RecipientBankSbpResponseItem"}, "title": "items", "type": "array"}}, "required": ["Banks"], "title": "ListRecipientBankSbpResponse", "type": "object"}, "RecipientBankSbpResponseItem": {"properties": {"bankCode": {"title": "\u0411\u0418\u041a \u0431\u0430\u043d\u043a\u0430", "type": "string"}, "effectiveDate": {"title": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u041e\u041f\u041a\u0426 \u0421\u0411\u041f, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439\u0306 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432", "type": "string"}, "name": {"title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u0421\u0411\u041f (\u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u043c \u044f\u0437\u044b\u043a\u0435)", "type": "string"}, "nameRus": {"title": "\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u0421\u0411\u041f - \u041d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439", "type": "string"}, "bankId": {"description": "\u042d\u0442\u043e\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0443\u0436\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f \u043f\u043e \u0421\u0411\u041f", "title": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u0421\u0411\u041f (12 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)", "type": "string"}}, "required": ["bankCode", "effectiveDate", "name", "nameRus", "bankId"], "title": "RecipientBankSbpResponseItem", "type": "object"}, "ListRecipientBankSbpResponseData": {"properties": {"Data": {"$ref": "#/components/schemas/ListRecipientBankSbpResponse"}, "Links": {"$ref": "#/components/schemas/LinkModel"}, "Meta": {"$ref": "#/components/schemas/MetaModel"}}, "required": ["Data", "Links", "Meta"], "title": "ListRecipientBankSbpResponseData", "type": "object"}, "ErrorModel": {"properties": {"errorCode": {"examples": ["HTTPInternalError"], "title": "\u041d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "message": {"examples": ["Something going wrong"], "maxLength": 603, "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438. \u041e\u0431\u0440\u0435\u0437\u0430\u0435\u0442\u0441\u044f \u0435\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", "type": "string"}, "url": {"examples": ["\"https://enter.tochka.com/open-banking/docs\""], "title": "URL \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b", "type": "string"}}, "required": ["errorCode", "message", "url"], "title": "ErrorModel", "type": "object"}, "ErrorResponse": {"properties": {"code": {"examples": ["500"], "maxLength": 40, "title": "\u0412\u044b\u0441\u043e\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "string"}, "id": {"examples": ["c397b21a-d998-4c4d-9471-e60eaf816b87"], "maxLength": 40, "title": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0448\u0438\u0431\u043a\u0438, \u0434\u043b\u044f \u0446\u0435\u043b\u0435\u0439 \u0430\u0443\u0434\u0438\u0442\u0430", "type": "string"}, "message": {"examples": ["\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a"], "maxLength": 600, "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", "type": "string"}, "Errors": {"items": {"$ref": "#/components/schemas/ErrorModel"}, "title": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043e\u043a", "type": "array"}}, "required": ["code", "id", "message", "Errors"], "title": "ErrorResponse", "type": "object"}, "ValidationError": {"properties": {"errorCode": {"examples": ["ValidationError"], "title": "\u041d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "message": {"examples": ["Something going wrong"], "maxLength": 603, "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438. \u041e\u0431\u0440\u0435\u0437\u0430\u0435\u0442\u0441\u044f \u0435\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", "type": "string"}, "url": {"examples": ["\"https://enter.tochka.com/open-banking/docs\""], "title": "URL \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b", "type": "string"}}, "required": ["errorCode", "message", "url"], "title": "ValidationError", "type": "object"}, "ValidationErrorResponse": {"properties": {"code": {"examples": ["400"], "maxLength": 40, "title": "\u0412\u044b\u0441\u043e\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "string"}, "id": {"examples": ["c397b21a-d998-4c4d-9471-e60eaf816b87"], "maxLength": 40, "title": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0448\u0438\u0431\u043a\u0438, \u0434\u043b\u044f \u0446\u0435\u043b\u0435\u0439 \u0430\u0443\u0434\u0438\u0442\u0430", "type": "string"}, "message": {"examples": ["\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a"], "maxLength": 600, "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", "type": "string"}, "Errors": {"items": {"$ref": "#/components/schemas/ValidationError"}, "title": "Errors", "type": "array"}}, "required": ["code", "id", "message", "Errors"], "title": "ValidationErrorResponse", "type": "object"}, "ConsentForbiddenError": {"properties": {"errorCode": {"examples": ["ConsentForbiddenError"], "title": "\u041d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "message": {"examples": ["Something going wrong"], "maxLength": 603, "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438. \u041e\u0431\u0440\u0435\u0437\u0430\u0435\u0442\u0441\u044f \u0435\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", "type": "string"}, "url": {"examples": ["\"https://enter.tochka.com/open-banking/docs\""], "title": "URL \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b", "type": "string"}}, "required": ["errorCode", "message", "url"], "title": "ConsentForbiddenError", "type": "object"}, "ConsentForbiddenErrorResponse": {"properties": {"code": {"examples": ["403"], "maxLength": 40, "title": "\u0412\u044b\u0441\u043e\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "string"}, "id": {"examples": ["c397b21a-d998-4c4d-9471-e60eaf816b87"], "maxLength": 40, "title": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0448\u0438\u0431\u043a\u0438, \u0434\u043b\u044f \u0446\u0435\u043b\u0435\u0439 \u0430\u0443\u0434\u0438\u0442\u0430", "type": "string"}, "message": {"examples": ["\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a"], "maxLength": 600, "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", "type": "string"}, "Errors": {"items": {"$ref": "#/components/schemas/ConsentForbiddenError"}, "title": "Errors", "type": "array"}}, "required": ["code", "id", "message", "Errors"], "title": "ConsentForbiddenErrorResponse", "type": "object"}, "FailedDependencyError": {"properties": {"errorCode": {"examples": ["FailedDependencyError"], "title": "\u041d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "message": {"examples": ["Something going wrong"], "maxLength": 603, "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438. \u041e\u0431\u0440\u0435\u0437\u0430\u0435\u0442\u0441\u044f \u0435\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", "type": "string"}, "url": {"examples": ["\"https://enter.tochka.com/open-banking/docs\""], "title": "URL \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b", "type": "string"}}, "required": ["errorCode", "message", "url"], "title": "FailedDependencyError", "type": "object"}, "FailedDependencyErrorResponse": {"properties": {"code": {"examples": ["424"], "maxLength": 40, "title": "\u0412\u044b\u0441\u043e\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "string"}, "id": {"examples": ["c397b21a-d998-4c4d-9471-e60eaf816b87"], "maxLength": 40, "title": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0448\u0438\u0431\u043a\u0438, \u0434\u043b\u044f \u0446\u0435\u043b\u0435\u0439 \u0430\u0443\u0434\u0438\u0442\u0430", "type": "string"}, "message": {"examples": ["\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a"], "maxLength": 600, "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", "type": "string"}, "Errors": {"items": {"$ref": "#/components/schemas/FailedDependencyError"}, "title": "Errors", "type": "array"}}, "required": ["code", "id", "message", "Errors"], "title": "FailedDependencyErrorResponse", "type": "object"}, "FailedDependencyCriticalError": {"properties": {"errorCode": {"examples": ["FailedDependencyCriticalError"], "title": "\u041d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438", "type": "string"}, "message": {"examples": ["Something going wrong"], "maxLength": 603, "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438. \u041e\u0431\u0440\u0435\u0437\u0430\u0435\u0442\u0441\u044f \u0435\u0441\u043b\u0438 \u0434\u043b\u0438\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435", "type": "string"}, "url": {"examples": ["\"https://enter.tochka.com/open-banking/docs\""], "title": "URL \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b", "type": "string"}}, "required": ["errorCode", "message", "url"], "title": "FailedDependencyCriticalError", "type": "object"}, "FailedDependencyCriticalErrorResponse": {"properties": {"code": {"examples": ["502"], "maxLength": 40, "title": "\u0412\u044b\u0441\u043e\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.", "type": "string"}, "id": {"examples": ["c397b21a-d998-4c4d-9471-e60eaf816b87"], "maxLength": 40, "title": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0448\u0438\u0431\u043a\u0438, \u0434\u043b\u044f \u0446\u0435\u043b\u0435\u0439 \u0430\u0443\u0434\u0438\u0442\u0430", "type": "string"}, "message": {"examples": ["\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a"], "maxLength": 600, "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435", "type": "string"}, "Errors": {"items": {"$ref": "#/components/schemas/FailedDependencyCriticalError"}, "title": "Errors", "type": "array"}}, "required": ["code", "id", "message", "Errors"], "title": "FailedDependencyCriticalErrorResponse", "type": "object"}}}, "servers": [{"url": "https://enter.tochka.com/uapi/", "description": "\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430\u044f \u0441\u0440\u0435\u0434\u0430"}, {"url": "https://stage-uapi.tochka.com/uapi/", "description": "\u0422\u0435\u0441\u0442\u043e\u0432\u044b\u0439 \u0441\u0435\u0440\u0432\u0435\u0440"}], "tags": [{"name": "\u0417\u0430\u043a\u0430\u0437\u044b"}, {"name": "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"}], "x-tagGroups": [{"name": "\u041c\u0435\u0442\u043e\u0434\u044b", "tags": ["\u0417\u0430\u043a\u0430\u0437\u044b", "\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u0438"]}]}