Fingerprint Platform Billing
Customers are billed monthly based on the number of identification API requests made over the billing period. The Fingerprint Platform has three plans: Free, Pro Plus and Enterprise.Check out our Pricing to learn which plan is best for your needs.Custom pricing options are available for businesses that require 9,000,000 annual API requests or more. Please reach out to our Sales team.
Identification API request as a billing unit
A billable API request happens when you successfully use the Fingerprint client agent to identify a browser or mobile device. Identification requests successfully processed by Fingerprint generate arequestId that is returned in the response.
- All identification requests with an assigned request ID are billable.
- Requests that do not generate a request ID are not billed.
- Calling the
get()function of the Fingerprint JavaScript agent. - Calling the
getVisitorId()function of the iOS SDK. - Calling the
getVisitorId()function of the Android SDK. - Calling equivalent functions in our Flutter, React Native, or frontend libraries.
- Downloading the client agent (calling the
load()function) is not billable. - Requests to Server API are not billable.
- Requests blocked by ad blockers or application firewalls are generally not billed.
- Failed requests that result in an error without generating a request ID are not billed.
- Throttled identification requests are not billed.
- Requests filtered by Request Filtering are not billed.
How many API calls will I need?
If you’re unsure how many API calls you’ll need, try these two options:- Start with an unlimited 14-day free trial to test all Fingerprint products. By the end, you’ll know how many API calls you need.
- If a trial isn’t possible, estimate the number of important actions where you’ll use Fingerprint, like logins, account creation, payments, refunds, or return requests.
Android API Call Allowance
Pro Plus customers receive 500,000 free Android API calls per month. These API calls apply when using our Android SDK, React Native, or Flutter SDKs within an Android app. See more details on the allowance.Caching
When your application code retrieves visitor data from the application cache, it is not billed. Only requests that hit the Fingerprint backend are billed. Our frontend libraries for specific web frameworks provide various caching strategies. The number of billed requests will depend on your selected caching strategy. See Caching visitor information for more details.Smart Signals
Smart Signals (for example, Bot Detection, VPN Detection, and more) are available to users on the Pro Plus or Enterprise plans.Billing changes
We reserve the right to change the billing model for our current or future products. In the event of an upcoming billing change, we’ll send a notification to all our customers with a notification at least 30 days before the billing change event.Other Fingerprint platform features
Other Fingerprint platform features, such as Server API requests, Webhooks, Custom subdomains, Request filtering, Proxy integrations, libraries, and SDKs are free of charge with certain limitations per account. See below for more details.Account limits
All Fingerprint accounts are limited to one unlimited 14-day free trial. After you sign up, you are automatically enrolled in the free trial and can try the Fingerprint API without limitations. When the trial ends, your workspace will default to the Free plan unless you upgrade to a paid plan. On the Free plan, you can continue using Fingerprint with some limitations. The following limits apply to all Fingerprint accounts:
All workspaces under your account have the following limits:
With support for multiple environments, some limits are applied per environment. For resources that are workspace-scoped, they take up a slot in every environment.
Increasing LimitsIf you are a customer and want to increase a limit, please reach out to our support team.
Rate Limiting - Burst Protection
Short unexpected traffic spikes could normally cause request throttling if the API key exceeded the API Rate Limit. Burst protection prevents that by allowing peak traffic to be higher than usual for a short period of time. The allowed burst size (bucket) is alwaysAPI Rate Limit * 3 (15 RPS in the default configuration). The burst bucket automatically regenerates every second by API Rate Limit - RPS when the current RPS is lower than the API Rate Limit.
Examples
Real world examples of burst bucket depletion with different RPS values (considering the defaultAPI Rate Limit value above):
- Burst bucket never depletes when RPS is 5
- Burst bucket depletes in 15 seconds on 6 RPS
- Burst bucket depletes in 3 seconds on 10 RPS
- Burst bucket depletes in 1 second on 20 RPS
API Rate Limit.