Skip to main content
POST
Crear operación de repasse IBS

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer JWT token.

X-Idempotency
string

Idempotency key (canonical).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Cuerpo

application/json
amount
string
requerido

Repasse amount as a decimal string in BRL, minor-unit precision (two decimal places).

Pattern: ^[0-9]+(\.[0-9]+)?$
Ejemplo:

"1500.25"

dtHrInfSeggc
string
requerido

Settlement-info timestamp in BACEN STR0053 ISO dateTime form (e.g. 2026-06-09T12:00:00) WITHOUT a timezone offset; the use case validates the BACEN format.

Ejemplo:

"2026-06-09T12:00:00"

dtRepFinanc
string
requerido

Financial repasse date in BACEN STR0053 ISO date form (e.g. 2026-06-09).

Ejemplo:

"2026-06-09"

identdInfSeggc
string
requerido

Comitê-gestor settlement-info identifier (required, 1-50 chars).

Maximum string length: 50
Ejemplo:

"SEGGC-INFO-0001"

recipient
object
requerido

Crediting participant account (comitê gestor) receiving the IBS repasse.

sender
object
requerido

Debiting participant account originating the IBS repasse.

clientReference
string

Optional caller-supplied correlation reference echoed back for client-side reconciliation.

Ejemplo:

"ibs-ref-1"

description
string

Optional free-text description carried with the operation.

Ejemplo:

"Repasse IBS comite gestor"

metadata
object

Opaque client-side metadata forwarded verbatim to the legacy submit DTO. NOT persisted on the operation intent or sanitized payload.

qtdTransc
string

Optional transaction count (digits only).

Ejemplo:

"10"

Respuesta

Created

acceptedAt
string<date-time>
requerido

UTC RFC 3339 timestamp at which the command was accepted.

Ejemplo:

"2026-05-06T18:30:00Z"

capabilityId
string
requerido

STR capability identifier resolved for the accepted operation (e.g. STR0004).

Ejemplo:

"STR0004"

correlationId
string
requerido

Request correlation identifier for tracing the accept across logs and traces.

Ejemplo:

"req-7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"

isReplay
boolean
requerido

True when this response replays a prior idempotent accept rather than creating a new operation.

Ejemplo:

false

operationFamily
string
requerido

Operation family the accepted command belongs to (e.g. bankTransfer).

Ejemplo:

"bankTransfer"

operationId
string<uuid>
requerido

Server-assigned operation aggregate UUID used for subsequent status, return, and cancellation calls.

Ejemplo:

"7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"

status
string
requerido

Current control-plane lifecycle status of the operation; ACCEPTED on initial accept.

Ejemplo:

"ACCEPTED"

protocolMetadata
object

Optional SAFE protocol correlation fields; present once the operation is mapped to STR wire identifiers.