Limits API

End-point to check current limits for a given wallet order billing address.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

To quote current limits you should place a POST call with the target billing address that will be used in the order. Country must be a valid 2 characters ISO 3166-1 alpha-2 country code.

The limit check conditions are as follows: Daily limits, Weekly limits, Yearly limits

You can check your limits in other fiat currencies by setting the sourceCurrency with one of the values [USD ,EUR, CAD, GBP and AUD]. Limits are always calculated in USD. So your fiat limits in other currencies my change due to market conversion rates.

If the user exceeds the daily limit, but still have a weekly limit to spend he should wait until tomorrow. Any order above dailyRemaining, weeklyRemaining or yearlyRemaining will reject the order.

Countries supported are United States, Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hong Kong, Ireland, Italy, Latvia, Lithuania, Luxembourg, Mexico, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovakia, Slovenia, Spain, Sweden, Switzerland.

Body Params
string
Defaults to DEBIT_CARD

Wallet type, must be either APPLE_PAY or DEBIT_CARD

json
required
Defaults to { "street1": "", "city": "", "state": "", "postalCode": "", "country": "" }

See example for payload, all fields are required.

string
required
Defaults to AC_XXXXXXXXXX

Partner account identifier

string

User identifier

Responses

Language
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json