RanglerDeveloper
Reference

Pricing and Metering

Plans, usage limits, and how Rangler meters your account.

Plans

PlanPriceBest for
TrialFree for 14 daysEvaluating the API and testing your integration
BuildFrom 75,000 NGN/monthFirst production workflow: fund pages, filing monitors, internal tools
CustomContact usBrokers, PFAs, banks, or any workflow that needs custom volume, routing, or SLA

Trial includes soft usage limits across endpoints, events, and webhook delivery.

Build includes covered entities, matched events, webhook deliveries, and API access within the plan's limits. Rangler handles overages through plan review, not automatic charges.

What counts toward usage

UnitWhat it measures
Covered entitiesFunds or issuers your organization actively tracks through subscriptions, routing, or workflow usage
Matched eventsEvents that match one of your active subscriptions or tracked entities
DeliveriesWebhook payloads sent to your configured endpoints
Connect active connectionsRead-only linked account connections kept active during a billing period
Connect refreshesProvider refresh attempts, including scheduled and manual syncs

Rangler may still apply request rate limits for infrastructure protection, but raw HTTP requests are not the primary commercial unit.

Request rate limits

Rangler enforces request rate limits separately from commercial usage metering.

Every API response includes rate-limit headers:

X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4832
X-RateLimit-Reset: 1718323200

When you hit the request-rate limit, Rangler returns 429 Too Many Requests with a Retry-After header. See Errors for the response format.

PlanDaily request limit
Trial500
Build5,000
CustomAs agreed

Rate limits apply at the organization level. All keys in your organization share the same daily budget.

Sandbox usage

Sandbox requests (rgl_test_ keys) are metered separately and do not count against your live allocation.

Connect is design-partner/custom during v1. We meter link sessions, active connections, refreshes, connected accounts, retained history, and webhook deliveries, but we do not publish a self-serve Connect package until provider access and support costs are proven.

Overages

Rangler does not apply automatic overage charges. If your usage approaches your plan limit:

  1. You'll see it in the portal usage dashboard.
  2. We'll reach out to discuss an upgrade or custom arrangement.
  3. Your integration keeps working. We use soft limits, not hard cutoffs, for established accounts.

Checking your usage

The portal shows covered-entity usage, matched-event usage, delivery usage, API usage, and webhook delivery history with success rates.

Quickstart covers your first request, Authentication explains the API key model, Environments covers sandbox and live isolation, and Errors documents rate-limit headers and error responses.

On this page