Transaction limits
INFI enforces limits by amount and by aggregate volume.
Defaults
| Limit | Default | Configurable per account? |
|---|---|---|
| Minimum PIX charge amount | R$ 1.00 (100 cents) | yes |
| Maximum PIX charge amount | no limit | yes |
| Minimum withdrawal amount | R$ 1.00 | yes |
| Maximum withdrawal amount | no limit | yes |
| Daily charge cap | no cap | yes |
| Monthly charge cap | no cap | yes |
| Daily withdrawal cap | no cap | yes |
| Monthly withdrawal cap | no cap | yes |
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.