Sessions
Vue Stripe Checkout also supports checkout using Session Id.
Last updated
Was this helpful?
Vue Stripe Checkout also supports checkout using Session Id.
Last updated
Was this helpful?
Take note that Session
ids are generated from the backend. To know more about sessions visit the .
You need to create the session in your backend. This session will return an id
, use that id to checkout the payment.
Follow the Vue Stripe Checkout example below:
You'll notice that when using sessions, you'll only need the session-id
. This is because the session is the representation of all of the information (including success, and cancel URLs) about the payment to be done.