#Leonardo.Barilari-Network Connections
1 messages · Page 1 of 1 (latest)
👋 How are you processing payments when you say you have integrated payments? Are you using the Stripe API directly, a plugin, a third party, etc?
Hi turbotime! We are using Stripe's API, here > https://masteroftraditions.net/
OK, that's Stripe Checkout specifically. Taking a look.
ok, thanks
Looks like you might need to set the Stripe-Account header on Stripe.js to the same connected account as you used when creating the CheckoutSession https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
It was indeed, it seems a system recovery had taken our code to a previous version with that issue
thanks lots!
Nice, everything working now as you need?