#shark
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me more context? which API are you talking about?
radar rules
I want to block all currencies with this parameter, payment orders worth more than 200 USD
Then you can just use amount_in_usd, Stripe automatically determines the converted amount of any payment when checking if the amount matches your chosen criteria. For example, if you create a rule using amount_in_usd to block all payments greater than 1,000 USD, Stripe would block a payment of a lower nominal amount in a different currency (for example, 900 GBP) if its equivalent converted value exceeds 1,000 USD.
More details explained in https://stripe.com/docs/radar/rules/reference#converted-amounts