Consultar chave PIX
Consulta uma chave PIX pelo valor do corpo JSON. Utiliza o cache quando disponível, recorre ao banco de dados e ao DICT do BACEN, e retorna ownerTaxId completo e sem máscara conforme a API-DICT do BACEN.
Autorizações
JWT bearer token issued by the identity provider.
Corpo
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"
Resposta
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"

