#carlituxman-vue
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify where you saw STRIPE_ACCOUNT and API_VERSION?
But I'm guessing STRIPE_ACCOUNT is your API key that can be found in the Stripe dashboard, and API_VERSION is the version of the Stripe API, the latest one being 2020-08-27 https://stripe.com/docs/upgrades#2020-08-27
I assume they meant the values here: https://docs.vuestripe.com/vue-stripe/vue-stripe-plugin#step-2-install-the-plugin
in which case STRIPE_ACCOUNT is only necessary if you're using connect and want to accept payments on behalf of a connected account. API_VERSION is only relevant if you want to use an API version different to your account's default version.
In all likelihood you don't need to provide either value when initializing vue-stripe
Thanks for the clarification 🙂