#andy
1 messages ยท Page 1 of 1 (latest)
Hi ๐
In this case the Payment Intent exists on the Connected Account?
correct, i can view it at a URL like /connect/accounts/<acct_id>/payments/<pi_id> and it has status Incomplete with message 3D Secure attempt incomplete The cardholder began 3D Secure authentication but has not completed it.
Okay so Stripe.js would need to be instantiated with the Publishable Key for the Connected Account
oh wild, ok. that should be fine, since the page will just be for the one transaction. let me try that quickly
is there a way to fetch the publishable key for the connected account?
No, you would need to log in to their dashboard and find it there
i dont think that would work for this application, that would mean i'd need to hard-code the publishable secret for each connected account in the platform in order to confirm PaymentIntents?
ah, there's a parameter for initialization
Oh yes, that should work in this case.
sweet, let me try that quickly...
that's 401ing for me, now
false alarm!! working
Great! Glad to hear it
๐ซ andy, you can't use that.
nope can't !close ๐
Nope that's us only
thanks for your help snufkin, feel free to close