#j0e6190
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
thanks.
id: "cs_test_a132IV4NRzaFyX2cg6B10laq60YEL3bsiU0KXWbWqF4NqdaTmKvuiiJlAu"
stripeConnectAccount: "acct_1OUIoX2ZXvXYUIaz"
You're probably missing a Stripe-Account header somewhere.
Are you initializing Stripe.js with stripeAccount? https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
I see 404s to this url in devtools - https://api.stripe.com/v1/payment_pages/cs_test_a132IV4NRzaFyX2cg6B10laq60YEL3bsiU0KXWbWqF4NqdaTmKvuiiJlAu/init
I think so, let me check. do you mean in the stripe.checkout.sessions.create ?
No, stripe.checkout.sessions.create is made on the backend.
oh sorry, you said stripe.js my mistake
And I see this Checkout Session is correctly created on the Connected account. The error happens when you fetch it, since Stripe looks for the session on the Platform, where it doesn't exist.
thanks, that looks like the issue, I think I can see the problem.
will investigate. I have one other question
will the stripe.js embedded checkout provide inputs require to create a guest customer for the connected account on subscription?
Happy to help.