#rachel bingham - direct charges

1 messages ยท Page 1 of 1 (latest)

timid fjord
#

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?

merry robin
#

I'll ask Frontenders but when I suggest this to them they thought was problematic

timid fjord
#

It can be tricky, sure, and needs to be managed carefully, but it's how you do this

merry robin
#

Thanks. I will take that to them and see what they say.

timid fjord
#

๐Ÿ‘

timid fjord
#

I need to step away for a bit, but I'll leave this open for you to share what the FE team tells you