#boltz-limit-sales-by-location
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.
- boltz-restrict-sales, 2 hours ago, 5 messages
Hello! Is this for physical goods? Do you want to restrict based on shippping address?
Yes this is for physical goods. Yes, I would like to restrict based on shipping address
specifically by zip code if possible
That's something that's typically handled by custom code in a custom integration. There might be a way to do it with custom Radar rules though, let me check...
thanks!!
Okay, we do support writing Radar rules against the shipping address fields: https://stripe.com/docs/radar/rules/supported-attributes#address
I recommend you read through this documentation to determine if this would be a viable path forward for you: https://stripe.com/docs/radar/rules
I will definitely do that
Thanks for bringing that to my attention. I had looked at radar before but apparently missed that capability
Note that custom Radar rules require Radar for Fraud Teams, which costs extra.
yep looks like $.05 per transaction
not too bad
okay great Im seeing what you mentioned - feel free to close this now if thats the standard process. will check back in if/when I need to. Thanks and have a good one!
We close idle threads after roughly 15 minutes or so. Happy to help!
boltz-limit-sales-by-location
Can I ask another question?
When looking at API docs like this (https://stripe.com/docs/api/shipping_rates/create), am I able to inject custom code where I need it without creating a complete custom integration?
Basically just piggyback my current product list, etc, but add rules?
better put - can I access the code behind my current payment setup and modify as necessary, or would I have to start from scratch?
I would need to know more about your current payment setup to answer that. What are you using now?
I have a menu on my page that leads to a stripe hosted payment page
A Payment Link?
Ah, okay. In that case no, you can't inject code or anything like that. Payment Links and Checkout don't really provide the level of granular control at that level, you would need to build a custom payment form with the Payment Element to do something like what you're describing in code.
Ok great, thank you for the help today