#rachel bingham - direct charges
1 messages ยท Page 1 of 1 (latest)
Hello! First, thanks for the clear explanation. This is a complex use case but you made it easy to understand ๐
So you're not doing anything wrong, you're just doing two different things
You correctly use the platform context to tokenize on your platform to allow cloning to the connected accounts
and you correctly note that after cloning you need to have stripe.js initialize with the connected account context to confirm a payment
At the core this requires re-initializing Stripe.js/Elements in the new context, they can't be done simultaneously.
What does your front-end integration look like with elements?
I'll ask Frontenders but when I suggest this to them they thought was problematic
It can be tricky, sure, and needs to be managed carefully, but it's how you do this
Thanks. I will take that to them and see what they say.
๐
I need to step away for a bit, but I'll leave this open for you to share what the FE team tells you