#zenoitulos
1 messages · Page 1 of 1 (latest)
re post of the question...
I have a question about Stripe Radar, specifically around this documentaton ==> https://stripe.com/docs/radar/radar-session#create-radar-session
we are integrating through Spreedly and I just found via testing that since we are processing payments through Connected accounts, when I generate a radar session id using the Stripe SDK method, when I pass it through Spreedly in an attempt to create a "Charge", I get an error that says "resource_missing - No such radar session". I then referred to https://docs.spreedly.com/payment-gateways/stripe-payment-intents/#stripe-radar and it shows the way to get a radar session id is by including Stripe.js + Spreedly.js and invoking the create through the Spreedly js lib. The diff being that in the Spreedly JS, I am to use "Spreedly.stripeRadar()" and I can pass a 3rd arg in there, an object, that is a "stripe_account_id". The radar session id I get back from this operation seems to work in testing so I'm looking to confirm if it is not possible to pass the account id through the Stripe JS?
Apologies for the wait. Taking a look now
The radar session id I get back from this operation seems to work in testing so I'm looking to confirm if it is not possible to pass the account id through the Stripe JS?
It doesn't sound like it's possible, since Stripe.js would require that you have access to the Spreedly platform account