What is APIX 002?
The APIX 002 is an on-demand regulatory submission to the Brazilian Central Bank, defined by Normative Instruction BCB nº 32/2020. Unlike the monthly APIX 001, it is sent only when BACEN explicitly requests it, with the format specified per request.
APIX 001 vs APIX 002
Who must report
Indirect participants do not report APIX 002 directly. The direct participant consolidates the data on their behalf. However, indirect participants must still keep the underlying data available for the direct participant to aggregate when BACEN makes a request.
Submission attributes
Why APIX 002 has no fixed format
The normative explicitly defines the submission format as “to be defined per demand” (“Formato para Remessa: a definir para cada demanda”). This has four direct implications:
- No standard XSD is published for APIX 002 — you cannot pre-build a single template.
- BACEN sets the format at the moment of the request, including dimensions, granularity, and file structure.
- The institution extracts data matching whatever dimensions are specified.
- The deadline is set per request, with no standard turnaround time.
Data dimensions to store
Participants must keep the data described in Annex II of IN 32/2020 for at least 12 months. The data is organized across three groups: internally settled transactions, all transactions (internal and interbank), and cross-dimensional combinations.
Internally settled transactions
These dimensions apply to transactions where both payer and receiver belong to the same institution.All transactions (internal and interbank)
These dimensions apply to the full transaction set, including interbank settlements via SPI.Cross-dimensional queries
BACEN may request combinations of multiple dimensions. Examples:- Count of transactions that are scheduled AND suspected fraud
- Value of rejected transactions by specific reason AND legal person
- Transactions by initiation channel AND initiation mechanism
Submission process
System and transaction
Six-step flow
- Wait for the BACEN request — there is no proactive submission.
- Review the format and deadline specified by the regulator.
- Extract the data matching the requested dimensions.
- Generate the file in the specified format.
- Submit through STA using the
APIX002file code. - BACEN runs post-submission validation on the received data.
Implementation recommendations
Data model
A flat, dimension-rich table simplifies on-demand extraction. The minimum recommended schema:The
settlement_type column distinguishes internally settled transactions (both parties at the same institution) from interbank transactions settled via SPI. This distinction matters because some dimensions only apply to internal settlements.Required capabilities
- Store transaction data for at least 12 months prior to any request
- Query by any single dimension or combination of dimensions
- Aggregate count and financial amount over arbitrary periods
- Export to multiple formats (CSV, XML, JSON) as BACEN may specify any
- Generate cross-dimensional reports efficiently
Regulatory references
Normatives
Supporting documents
BACEN contacts
This page is based on regulation in force as of January 2026. Always check the latest BACEN publications for current requirements.

