#cosmolux_best-practices
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/1382060277125877820
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Another scenario where we'd like to invoke Radar is when a subscribing customer makes an additional Purchase within our app. Again currently we do this on the backend, and Radar has no chance to see that e.g. IP addresses are from europe, not US, due to ATO.
Hello there
Am I understanding correctly that you are asking if you can run Radar when your customer is off session -- like you had already collected their PaymentMethod in the past -- and you are updating their Subscription?
Yes
Or if there is a way to make them on session somehow.
But yes, the key is they expect to use the payment method they already entered long ago.
Gotcha, overall the only thing you could really do here is to re-authorize/check the PaymentMethod using a SetupIntent before making the update. However that wouldn't contain any fresh device info as the customer is off-session.... for that you would bring them on-session to confirm the SetupIntent.
I think I understand what you mean by on and off session, though I'm not familiar with that expression in this context. Are they on-session whenever they are interacting with UI elements via Stripe.js? How would I "bring them on-session to confirm the SetupIntent"?
Yes that's correct -- on-session means they are actively in your checkout flow versus off-session being an action you might take when they aren't present.