Efí Pay (Gerencianet) · Rate Limits

Gerencianet Rate Limits

Efí Pay's published rate-limit policy follows Banco Central's Pix specification for endpoints under /v2/cob, /v2/cobv, /v2/pix, /v2/loc, /v2/webhook (token bucket per integration), plus internal limits on Cobranças, Open Finance, and Contas APIs. Exact per-second caps are not published — request raises via developer support.

Gerencianet Rate Limits is the machine-readable rate-limit profile for Efí Pay (Gerencianet) on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring requests_per_minute and requests_per_second.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and serverBusy.

Tagged areas include Rate Limiting, Pix, and Brazil.

5 Limits Throttle: 429
Rate LimitingPixBrazil

Limits

Pix authorization client
requests_per_minute · minute
60
BCB-aligned token-bucket on /oauth/token issuance.
Pix immediate charges (cob) client
requests_per_second · second
50
BCB Pix manual reference figure; actual enforcement varies.
Pix Cash-Out (pixSend) client
requests_per_second · second
30
Cobranças API client
requests_per_second · second
30
Open Finance client
requests_per_second · second
20
Each request requires a unique x-idempotency-key (72 alphanumeric chars).

Policies

Idempotency
Open Finance mandates an x-idempotency-key header on every request; Pix Cash-Out also accepts caller-chosen idEnvio for idempotent retries.
mTLS exhaustion
Pix and Open Finance require mutual TLS — invalid certs are rejected before reaching the rate-limit layer.
Webhook back-pressure
Failed webhook deliveries are retried with exponential backoff; use /v2/gn/webhook/reenviar to manually replay.
Sandbox isolation
Homologation (https://*-h.api.efipay.com.br) shares quota separately from production.

Sources