# Загрузить реестр выплат из Excel файла Загружает и создает записи о выплатах из Excel реестра Endpoint: POST /v1/registries Version: 1.0.0 Security: ClientId, ClientSecret, RequestSignature ## Request fields (multipart/form-data): - `file` (string, required) Excel файл с реестром выплат ## Response 200 fields (application/json): - `registry_id` (string, required) Example: "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90" - `status` (string, required) Enum: "loaded", "processing", "completed", "failed" - `errors` (object) - `errors.error_reason` (string) Example: "обнаружены ошибки при импорте платежей из реестра" - `errors.payment_errors` (array) - `errors.payment_errors.payment_id` (string) - `errors.payment_errors.row_number` (integer) ## Response 400 fields (application/json): - `code` (integer, required) - `messages` (array, required) Example: ["Неверный формат номера карты в строке 5","Отсутствует обязательное поле ИНН в строке 12"] ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) Example: "Некорректный запрос" ## Response 403 fields (application/json): - `code` (integer, required) - `message` (string, required) Example: "Некорректный запрос" ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) Example: "Некорректный запрос"