EnglishLimits and securityTransaction limits

Transaction limits

INFI enforces limits by amount and by aggregate volume.

Defaults

LimitDefaultConfigurable per account?
Minimum PIX charge amountR$ 1.00 (100 cents)yes
Maximum PIX charge amountno limityes
Minimum withdrawal amountR$ 1.00yes
Maximum withdrawal amountno limityes
Daily charge capno capyes
Monthly charge capno capyes
Daily withdrawal capno capyes
Monthly withdrawal capno capyes

These are platform defaults. Per-account limits are adjustable on request — contact INFI.

Behavior on exceeding

Per-transaction limit

HTTP/1.1 400
{ "error": "Valor acima do máximo (R$ 5.000,00)." }

Daily/monthly cap

HTTP/1.1 429
{ "error": "Limite diário de saque atingido." }

(The specific message varies by type: dailyPixIn, monthlyPixIn, dailyWithdraw, monthlyWithdraw.)

Caps only count operations that progressed
  • Paid charges (paid) count towards the receivables cap.
  • Accepted withdrawals (pending/processing/paid) count towards the withdrawal cap.
  • Failed withdrawals (failed, cancelled) do not consume the cap.