Skip to main content
GET
Get STR message detail

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

nuOp
string
required

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

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

Response

OK

message
object
required

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

payload
object
required

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

payloadFormat
string
required

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.

Example:

"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'.