Turn payment transactions into merchant data.
transactionLabel
in the request body, along with a countryCode
to narrow down the merchant’s locale. For example, a transaction label like "STARBUCKS 1523 OMAHA NE"
with country code "US"
can be resolved to starbucks.com.x-api-key-quota
response header. To see your current month’s usage, look for the x-api-key-approximate-usage
response header.
We will also send you an email warning you upon reaching 80% of your quota. The API will return an HTTP status code 429 when the quota has been reached.
In addition to a usage quota we also apply a request throughput limit to protect our service from error and abuse. By default, throughput is limited to 1000 requests/second with some flexibility to accommodate bursts. You’ll receive an HTTP status code 429 when you exceed this limit. Contact us if your use-case requires higher throughput limits.