#etahnw14-checkout-redirect

1 messages · Page 1 of 1 (latest)

slate finch
#

@silent pelican the Session is created on the Connected account here (direct charges flow)

#

An easier path forward is to redirect from the server, the Session has a url property, way easier

silent pelican
#

@slate finch Sorry, I didn't mention the way I load Stripe.js in details, I included connected account's id like following code:

const stripe = await loadStripe(publicKey, {
    stripeAccount: connectedAccountId,
});