Skip to main content
POST
Solicitar un informe de cuenta Conta PI

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Idempotency-Key
string

Idempotency key, max 255 characters

Cuerpo

application/json
participantIspb
string
requerido

8-digit ISPB of the participant querying its Conta PI report

Ejemplo:

"12345678"

queryType
string
requerido

Conta PI report selector: BALANCE (camt.053 — the SALDO/balance), STATEMENT (camt.052 — the entry-list file pointer), or ENTRIES (camt.054 — entry detail)

Ejemplo:

"BALANCE"

periodFromDate
string

Inclusive start of the reporting period, YYYY-MM-DD

Ejemplo:

"2026-06-01"

periodToDate
string

Inclusive end of the reporting period, YYYY-MM-DD

Ejemplo:

"2026-06-09"

Respuesta

Created

correlationId
string
requerido

camt.060 AppHdr BizMsgIdr the inbound camt.052/053/054 report must reference

Ejemplo:

"M12345678Abc123Def456Ghi789Jkl0"

messageType
string
requerido

ISO 20022 message type emitted to BACEN SPI

Ejemplo:

"camt.060.spi.1.9"

operationId
string
requerido

UUID of the recorded ACCOUNT_INFORMATION_REQUEST operation

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

queryType
string
requerido

Echo of the requested report selector (BALANCE, STATEMENT, or ENTRIES)

Ejemplo:

"BALANCE"

requestedMessageName
string
requerido

ISO 20022 report the camt.060 requests: camt.053 (BALANCE/saldo), camt.052 (STATEMENT/entry-list file), or camt.054 (ENTRIES/entry detail)

Ejemplo:

"camt.053"

state
string
requerido

Operation lifecycle state after emission

Ejemplo:

"AWAITING_RESPONSE"