Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

cba85/ionic5-vue3-stripe

Repository files navigation

Ionic Stripe

Basic Stripe elements checkout page in a Ionic 5/Vue 3 application.

For demonstration purpose only

Demo: https://ionic-stripe.herokuapp.com/

Deploy

Requirements

Install

1. Install

$ npm install
$ cp .env.example .env

2. Update your credentials

Add your database, Stripe and Cloudinary credentials into the .env file.

Usage

  1. Launch Laravel backend API
  2. Launch Ionic app:
    $ ionic serve

Features

The checkout page handles:

  • No authentication (default U.S. card): 4242 4242 4242 4242
  • Authentication required: 4000 0027 6000 3184

TODO

Dependencies

  • Ionic 5
  • Vue 3