Skip to main content
GET
Obtener detalle de mensaje STR

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

nuOp
string
requerido

Message NUOp (23 digits: ISPB[8]+DATE[8]+SEQ[7]).

Required string length: 23
Pattern: ^[0-9]{23}$

Respuesta

OK

message
object
requerido

The message's status projection (identifiers, lifecycle, BACEN-receipt fields).

payload
object
requerido

The structured payload_json persisted for this message (parsed STR fields). Always present.

payloadFormat
string
requerido

How the payload is presented: 'reconstructed' when reconstructedXml carries the persisted on-wire bytes decoded to XML, 'structured' when only the payload fields are available.

Ejemplo:

"reconstructed"

correspondent
object

The resolved original<->correspondent counterpart: for an outbound, the inbound response BACEN sent back; for an inbound, the outbound it answers. Absent when no counterpart has been correlated yet.

reconstructedXml
string

The persisted on-wire STR payload decoded to UTF-8 XML, labeled reconstructed (the literal sent bytes are not separately retained). Omitted when payloadFormat is 'structured'.