#cargodev
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- cargodev, 3 days ago, 7 messages
Yes
Are you passing the Stripe Account Header? See: https://stripe.com/docs/connect/authentication
We are in the API layer (server-side) looking into how to do that from client side
Is that issue?
We're using react / next.js on client side + stripe.js
It's saying stripeAccount DNE on client side
Yeah you need to initialize both server-side and client-side for whichever actions you are taking
The doc indicates how you initialize for either server or client
Awesome thanks - we're reviewing now