One-time Payment
Vue Stripe Checkout also supports one-time card payments.
Last updated
Was this helpful?
Vue Stripe Checkout also supports one-time card payments.
Last updated
Was this helpful?
You must first enable the client-only integration settings in your Stripe dashboard, you also have the option to customize the look and feel of your checkout page. .
Product and Price are required to make this work. Whether it's a physical item or a service, it needs to be represented by a product. Each product can have one or more prices.
For example, you can create a T-shirt product, with different prices for different currencies. $20 USD and €15 Euro. .
Follow the Vue Stripe Checkout example below: