#Asso360
1 messages · Page 1 of 1 (latest)
Hi there!
When using Connect, you need to use the Stripe-Account header for both the backend and the frontend code. You can learn more about this here: https://stripe.com/docs/connect/authentication
On the frontend it should look something like this:
var stripe = Stripe('{{PLATFORM_PUBLISHABLE_KEY}}', {
stripeAccount: '{{CONNECTED_STRIPE_ACCOUNT_ID}}',
});
```
Thanks, sorry for not having seen that docs before. It works perfectly! thanks 🙂