# BrasilAPI Bank Lookup by Compensation Code

> BrasilAPI Bank Lookup by Compensation Code is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the bank name and ISPB identifier for a Brazilian bank given its compensation code, using BrasilAPI and Banco Central data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/brasilapi-banco
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brasilapi-bank-lookup-by-compensation-code-1e9538d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iLW2P8pgaZkTFLQJ83nIY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability brasilapi-bank-lookup-by-compensation-code-1e9538d9 -d '<json body>'
```

Example prompt: What's the bank name and ISPB code for Brazilian bank compensation code 341?

## When to prefer this

Use this endpoint when you need to resolve a Brazilian bank compensation code (compe code) to its official bank name and ISPB identifier, especially for payment processing, financial data enrichment, or regulatory compliance workflows involving Brazilian banks.

## Known failure modes

- Invalid or non-existent compensation code returns empty or error JSON
- Compensation code not found in BrasilAPI/Banco Central dataset
- Malformed query parameter returns HTTP error
- Rate limiting or payment failure results in 402 or 429 response

## How this service works

Brazil (BrasilAPI, Banco Central data): bank name and ISPB identifier for a Brazilian bank compensation code. Query: ?q= Returns JSON.

## Output

A JSON object containing the bank's official name and ISPB (Identificador de Sistema de Pagamentos Brasileiro) identifier corresponding to the queried Brazilian bank compensation code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brasilapi-bank-lookup-by-compensation-code-1e9538d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
