Check A User's Transaction Limits
Last updated
Was this helpful?
Last updated
Was this helpful?
To quote current limits you should place a POST call with the target billing address that will be used in the order. a country must be a valid 2 characters country code.
The limit check conditions are as follows: Daily limits, Weekly limits, Yearly limits
The parameter accountId
is completely optional. For partners with custom limits, they must include their Wyre's accountId so users will inherit custom limits. If no specified will fall back to standard limits.
If the user exceeds the daily limit, but still has a weekly limit to spend they should wait until the next day. Any order above dailyRemaining
, weeklyRemaining
or yearlyRemaining
will reject the order causing a failure.
POST
https://api.sendwyre.com/v3/widget/limits/calculate
walletType
string
Wallet type, must be either APPLE_PAY
or DEBIT_CARD
address
string
The address must include street1
, city
, state,
postalCode,
and country
. See the example payload below
accountId
string
Partner account ID