#VmC-Referral

1 messages · Page 1 of 1 (latest)

graceful lance
#

Hi there, I'm not familiar with Google Analytics, can you ask Google Analytics directly?

clear dust
#

@graceful lance here, right?

graceful lance
#

Yes

clear dust
#

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 ?

graceful lance
#

You can emebed a PaymentElement in your website so that your customer can complete the whole payment flow without navigating to stripe.

clear dust
#

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 ?

graceful lance
#

No it's different from Stripe checkout.

clear dust
#

So for a subscription selling website it is better to use checkout hosted by Stripe

graceful lance
#

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,

clear dust
#

Can I integrate this using NPM and Vue ?

graceful lance