#daredevil
1 messages · Page 1 of 1 (latest)
Hello! I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you with Radar questions better than I can: https://support.stripe.com/contact/email
Asked here because was going to follow up question if there is any boilerplate code to do it if Radar doesn't take care of it but I'm assuming that's a no?
Not sure I understand the question. Can you provide more specific details about the payment flow and the Stripe products/APIs used?
Sure. So I'm initiating a regular stripe checkout while utilizing the firebase extension for the trial (uses the legacy trial feature for subscriptions). The issue is that when users initiate the trial in the stripe checkout they oftentimes don't intend to try the subscription properly and thus just use a card that can't be charged.
Does that approach use a Setup Intent?
I'm honestly not sure
If it does, you would need the Use Radar on payment methods saved for future use setting enabled to get Radar to work on them: https://dashboard.stripe.com/settings/radar
If it doesn't is there any real option to manually do it? Because it's through the stripe page and not on my own site I don't know of a way to do it otherwise.
To do what exactly? Apply Radar to the transaction?
If radar is purely through setup intents then just utilizing a setup intent should be enough I'm assuming? So manually doing that essentially
No, Radar can be enabled for Setup Intents using that setting I linked to. Radar is enabled by default for any transaction that moves money.
Setup Intents do not move money.
There also isn't really any code you can use to make Radar happen.
Alright thanks