#VmC-Referral
1 messages · Page 1 of 1 (latest)
Hi there, I'm not familiar with Google Analytics, can you ask Google Analytics directly?
@graceful lance here, right?
Yes
So the question was:
Is there a way to implement a payment module on my website (so no external link to Stripe) that runs on Nuxt + Vue.js ?
I believe PaymentElements can help you https://stripe.com/docs/payments/payment-element
You can emebed a PaymentElement in your website so that your customer can complete the whole payment flow without navigating to stripe.
And can this be implemented as a checkout?
The user selects his desired subscription and at the end he receives access to the platform based on the payment response ?
No it's different from Stripe checkout.
So for a subscription selling website it is better to use checkout hosted by Stripe
With Stripe checkout, your customer is navigated to a stripe-hosted page to proceed with the payment. Whereas with PaymentElement, your customer experiences the payment flow right inside your website, you can also customize the look and feel according to your website design,
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements you can also integrate subscription with PaymentElement
Can I integrate this using NPM and Vue ?
https://github.com/vue-stripe/vue-stripe there's a community library for vue, but it's not officially supported by Stripe.