Fincra · Rate Limits

Fincra Rate Limits

Fincra exposes a REST API authenticated with an api-key header plus a Bearer token. Fincra does not publish explicit numeric request-per-minute rate limits in its public developer documentation; throttling is enforced at the platform level and limits may vary by environment (sandbox vs production) and merchant agreement. Idempotency for payouts is handled via merchant-supplied customerReference values, and FX quotes are short-lived (valid ~30 seconds for cross-currency flows), which acts as an effective freshness constraint.

Fincra Rate Limits is the machine-readable rate-limit profile for Fincra on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests and seconds.

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

Tagged areas include Payments, Cross-Border, Collections, Payouts, and FX.

3 Limits Throttle: 429
PaymentsCross-BorderCollectionsPayoutsFXFintechAfricaRate LimitingQuotasThrottling

Limits

Requests Per Minute (RPM) account
requests
see provider documentation
No public numeric RPM published; platform-level throttling applies.
Quote Validity Window request
seconds
30
Cross-currency conversion/payout quotes expire ~30 seconds after generation.
Sandbox vs Production environment
requests
varies
Sandbox (sandboxapi.fincra.com) limits may differ from production (api.fincra.com).

Policies

Idempotency
Payout and charge requests use merchant-supplied reference / customerReference to avoid duplicate processing.
Backoff Strategy
Clients should implement exponential backoff with jitter on HTTP 429 and retryable 5xx responses.
Quote Freshness
Regenerate FX quotes if the 30-second cross-currency validity window elapses before initiating the conversion or payout.

Sources