Consultar clave PIX
Consulta una clave PIX por el valor del cuerpo JSON. Utiliza la caché cuando está disponible, recurre a la base de datos y al DICT de BACEN, y devuelve ownerTaxId completo y sin enmascarar según la API-DICT de BACEN.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
PIX key value to resolve via cache, database, or BACEN DICT
PIX key value to look up, in its canonical format for the key type.
"12345678901"
Respuesta
OK
Resolved PIX key details, including ownerTaxId full and unmasked per BACEN API-DICT
Key creation timestamp, RFC 3339 (UTC).
"2025-03-07T14:30:00Z"
Unique PIX key identifier (UUID) assigned by the service.
"550e8400-e29b-41d4-a716-446655440000"
PIX key type: CPF, CNPJ, EMAIL, PHONE, or EVP (random key).
"CPF"
PIX key value in its canonical format for the key type.
"12345678901"
Full legal name of the key owner.
"João Silva"
Owner tax identifier (CPF or CNPJ), digits only, returned full and unmasked per BACEN API-DICT.
"12345678901"
Owning participant ISPB, the 8-digit BACEN institution identifier.
"12345678"
Key lifecycle status: ACTIVE, INACTIVE, PENDING_CLAIM, or PENDING_BACEN_SYNC.
"ACTIVE"
Timestamp of the last update to the key, RFC 3339 (UTC).
"2025-03-07T14:30:00Z"
Account number (1..20 digits), omitted for a tuple-less key.
"9988776"
BACEN account type (CACC, TRAN, SLRY, SVGS), omitted for a tuple-less key.
CACC, TRAN, SLRY, SVGS "CACC"
Account branch (1..4 digits), omitted when unset.
"0001"
Account opening date, RFC 3339, omitted for a tuple-less key.
"2020-01-15T00:00:00Z"
Owner trade name (legal-entity owners), omitted when unset.
"Silva ME"

