#brykim_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1256342392316100700
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Yes.
You should be able to craft the rule yourself and inspect the is_checkout param: https://docs.stripe.com/radar/rules/supported-attributes#other-payment-details
(payment links use checkout under the hood)
Thank you! Just to confirm, doesn't payment links follow the same global rule that we have on our account? Or are you mentioning that we can separate the rules between payment API and payment links?
I'm saying you should add the is_checkout param to your radar rules so you can have some apply to only payment links and others that don't apply
It's only 1 ruleset
But if you add a conditional check on the is_checkout param, you can have rules that apply to payment links only and ones that apply to non-payment link payments only