vue-stripe / vue-stripe-checkout-nuxt-demo

A demo on how to implement vue-stripe-checkout in Nuxt.js
39 stars 12 forks source link

Demo with nuxt for stripe elements ? #20

Open dataexcess opened 1 year ago

dataexcess commented 1 year ago

Hello,

I believe this demo only demonstrates the vue checkout feature... If I want to customise the UI / flow of the checkout I need to use Vue Stripe Card or Elements correct? For this there is also some backend code required, is this correct? How should we do this? As nuxt is a universal framework, it is quite easy to write backend code? I believe you can write node.js / express inside a /server/ folder for example. Are my assumptions correct, and would you be able to point me to further instructions or make a demo app? :)

That would be awesome! Thank you