Recibir y analizar un archivo de remesa
Envía mediante POST la clave de objeto de un archivo que ya está en el bucket de entrada compartido, el id de la institución y el código de tipo de archivo SISBAJUD; el servicio ejecuta de forma síncrona el pipeline de recepción y análisis. Un cuerpo inválido devuelve 422; un objeto de entrada ausente, 404. Una omisión benigna devuelve 200 con status ‘skipped’ y un motivo atribuible: ‘lock_held’ cuando otro worker mantiene el lock del archivo y lo está procesando, o ‘skipped’ para una reentrega idempotente.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
The SISBAJUD file-type code.
"REMESSA"
The institution's BACEN CNPJ code (8 digits) used for file header validation.
"12345678"
The institution id the file belongs to.
"44444444-4444-4444-4444-444444444444"
The object key of the file already present in the shared inbound bucket.
"inbound/2026/07/14/remessa-001.txt"
Respuesta
OK
The reception outcome (processed or skipped).
"processed"
The resolved SISBAJUD environment (processed outcomes only).
"production"
The persisted file id (processed outcomes only).
"dddddddd-dddd-dddd-dddd-dddddddddddd"
The skip reason (skipped outcomes only): 'lock_held' when another worker holds the file lock and is processing it, or 'skipped' for an idempotent re-delivery.
"lock_held"

