#mkoenke
1 messages · Page 1 of 1 (latest)
It's not run by default on SetupIntent. You'd need to enable it first: https://support.stripe.com/questions/radar-for-setup-intents
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
For paymentintent, you could just check it's charge object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ahh got it that makes sense, is the same outcome object returned for setup intents if it is enabled?
if I turn it on for setup intents in test mode, will that leave it off for production?
interesting, is there any difference in the response for the setup intent?
ok, yeah I was going to flip it on to test it, but do not want to turn on for prod - thanks for checking!
Can confirm setting is different in test mode
So just make sure the test mode button is toggled on before enabling
got it, thanks so much!