#davidcharles9114
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- davidcharles9114, 1 hour ago, 8 messages
- davidcharles9114, 22 hours ago, 73 messages
Hi there, how can I help?
So you want to block a payment if it's billing country is US?
And have one time product,
Block if is_recurring=false and billing_address_country='US'
If user not select more one time project, don't care billing country,
https://stripe.com/docs/radar/rules/supported-attributes you can find all attributes here
oh my question, when I using mode subscription when create permission
so is_recurring is false or true in here?
when user select more cross product (one time)
What do you mean by " mode subscription when create permission" ?
https://stripe.com/docs/radar/rules/supported-attributes#other-payment-details
Based on the doc
is_recurring
Identifies if the payment is recurring, for example, from subscriptions.
Yes, payments from subscriptions are considered as recurring payments
My checkout section point to recurring product,
but recurring product have cross-sells to one time,
so have any rule to block
block when have one time product in the cards and billing country = US,
So you want to block only if your customer checks out with a particular cross-sell price?
not block when user only use recurring product,
I don't see any option to set up a radar rule at price/product level/
Yes I mean, when user only have recurring product, not select more onetime product, The payment success
No, I don't think it's possible to setup such radar rule
But add more one time product (physical) , the payment will block