When a credit is consumed
Credits are consumed per valid data point returned, not per API call and not per provider tried.- A lead whose email comes back
deliverableconsumes credits. - A lead whose email comes back
undeliverable, or for which nothing was found, does not. - The same rule applies to mobile phone numbers: a number that fails verification is not charged.
- The waterfall may query several providers for a single lead. You are charged once for the result, not once per provider.
- A Lead Finder search on its own does not consume enrichment credits. Setting
enrich_email_addressorenrich_phone_numberon the search does. - Enrich a company profile is free and never consumes credits.
- Enrich a lead profile costs 0.1 credit per profile found, and nothing when no profile matches.
Catch-all emails are charged when catch-all verification is off. When it is on, only emails that
come back
catch_all_safe are charged.credits_consumed for that request and credits_left for the account,
so you can reconcile without a second call.
Checking your balance
Response
Running out
There are two distinct behaviours, and they are easy to confuse.The balance is empty when you submit
The balance is empty when you submit
The request is refused with
402. Nothing is queued, nothing is
charged, and there is no request_id to poll. Top up, then submit again.The balance hits zero mid-flight
The balance hits zero mid-flight
The request switches to the
on_hold status. It is not lost: top up and it resumes on its
own. Do not resubmit, or you will pay twice for the leads already processed. See
Request statuses.