#Kolombina-customers
1 messages · Page 1 of 1 (latest)
const stripe = loadStripe("pk_test_")
Yeah so you need to initialize using the Stripe Account header of the Connected Account where you are confirming the PaymentIntent. See: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
thanks! ❤️