Stripe Connect: Initialize Stripe.js with the Connected_Account 🚩

Hi,
For Stripe Connect, the Connected Account must be appended to the api key when initializing Stripe.js, as follows:

var stripe = Stripe('pk_test_51IXXEiBfY9idGe2u....', {'acct_1If9KxEurdXBLYRR'})

I did not find an option to do it properly here:

Community Page
Last updated: