#Gautam
1 messages · Page 1 of 1 (latest)
hello @umbral fiber! Typically this occurs when you're creating the token using the publishable key of account A, but attempting to do something with the token with the secret key of account B
To add on, if you're making an API call on behalf of a connected account, you would want to use : https://stripe.com/docs/connect/authentication, and if you're using Stripe.js to perform an action on behalf of a connected account, you would want to use this parameter : https://stripe.com/docs/js/initializing#init_stripe_js-options-stripeAccount
Complete reference documentation for the Stripe JavaScript SDK.