#chris-stytch_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1429977334768734379
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
I've explored SetupIntent which claims to run Radar (https://docs.stripe.com/radar/risk-evaluation), but in the Go SDK there are no Radar/risk fields included in the SetupIntent response
No there is no way to access Radar results without confirming a PaymentIntent. For SetupIntents yeah I don't believe Radar data is returned via the API. Let me double check on that.
Okay yeah @grizzled forge we don't return Radar outcome information for Setup Attempts by default. However, you can write into our Support team via https://support.stripe.com/contact/login and see if your account can be approved for access to this.
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.
This is helpful!
Ok, so my understanding is correct that PaymentIntent is the best way to go about this, so perhaps we could do a $0.01 charge (with user consent) and receive the Radar response that way.
But this might be possible as well on SetupIntent if we get permission.
Ty!
Yeah you shouldn't really do any real charge if you don't intend to charge the customer, that is against card network regulations. You should use a SetupIntent here!