# vue-stripe-checkout **Repository Path**: mirrors_opencollective/vue-stripe-checkout ## Basic Information - **Project Name**: vue-stripe-checkout - **Description**: A vue plugin for Stripe checkout. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue Stripe Checkout ![npm bundle size](https://img.shields.io/bundlephobia/min/vue-stripe-checkout?style=flat-square) ![npm](https://img.shields.io/npm/dw/vue-stripe-checkout?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jofftiquez/vue-stripe-checkout/Deploy?style=flat-square) [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://paypal.me/jofftiquez) Welcome to the Vue Stripe Checkout 3! This project is now available in [Open Collective](https://opencollective.com/vue-stripe-checkout#section-contribute). I would really appreciate if you guys would check it out. Also, if you like this project kindly give it a star, or consider following me on [GitHub](https://github.com/jofftiquez). Thanks! :heart: ![Screen Shot](https://i.imgur.com/JVAdRza.png) ### LEGACY Old version (version 2) is still available [here](https://github.com/jofftiquez/vue-stripe-checkout/tree/v2). ### Table of Contents - [Demo (*Now with recurring payment subscription)](#demo) - [Install](#install) - [Usage](#usage) - [Vue Stripe Checkout V3](#vue-stripe-checkout) - [Vue Stripe Elements (Custom charge)](#vue-stripe-elements) - [FAQs](#faqs) ### Demo [Live Demo](https://jofftiquez.github.io/vue-stripe-checkout) ### Install ```bash yarn add vue-stripe-checkout ``` ```bash npm install vue-stripe-checkout ``` ### Vue Stripe Checkout Stripe's new [Checkout](https://stripe.com/docs/payments/checkout). **Props** ```html ``` ### Vue Stripe Elements Create custom Stripe form using [Stripe Elements](https://stripe.com/docs/stripe-js). Docs for additional Stripe Charge Object [options](https://stripe.com/docs/api/charges/object) like `amount`, `description`, `currenct`, etc. ```html ``` ### FAQs - **How to create SKUs** - [Create SKU](https://stripe.com/docs/api/skus/create) - **How to create one-time and recurring payments?** - [One-time Payments](https://stripe.com/docs/payments/checkout/one-time). - [Recurring Payments](https://stripe.com/docs/payments/checkout/subscriptions). When the SKU items has been created, you can now use the [`vue-stripe-checkout`](#vue-stripe-checkout) component to create a client-only one-time payment. **SPECIAL THANKS TO THE FOLLOWING SPONSOR(S):** [](https://mightyminds.org) [](https://mycure.md) [](http://myteamops.com) Made with :heart: by Jofferson Ramirez Tiquez