Skip to main content
POST
Request a Conta PI account report

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Idempotency-Key
string

Idempotency key, max 255 characters

Body

application/json
participantIspb
string
required

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

Example:

"12345678"

queryType
string
required

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

Example:

"BALANCE"

periodFromDate
string

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

Example:

"2026-06-01"

periodToDate
string

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

Example:

"2026-06-09"

Response

Created

correlationId
string
required

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

Example:

"M12345678Abc123Def456Ghi789Jkl0"

messageType
string
required

ISO 20022 message type emitted to BACEN SPI

Example:

"camt.060.spi.1.9"

operationId
string
required

UUID of the recorded ACCOUNT_INFORMATION_REQUEST operation

Example:

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

queryType
string
required

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

Example:

"BALANCE"

requestedMessageName
string
required

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

Example:

"camt.053"

state
string
required

Operation lifecycle state after emission

Example:

"AWAITING_RESPONSE"