Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.08 KB

README.md

File metadata and controls

40 lines (23 loc) · 2.08 KB

UserApp + Stripe

Demonstration of how to use UserApp and Stripe to create pricing with sign-up.

Note! This demo is not ready for use just yet.

Getting Started

Sign up for UserApp and Stripe

For this demo you'll need a UserApp account and a Stripe account.

Configuration

Open the file js/config.js and replace the following parameters:

Try it

Open the file pricing.html in your browser. If it works, it should display your price plans that you previously set up. Else it will display an error message with further instructions.

Click on "Sign Up" on one of the plans. This should take you to signup.html where you can enter your information and a credit card. It will also display more detailed plan costs.

Once the form has been filled in and submitted, the stated amount will be charged from the credit card and the user will be signed up with the selected subscription. A redirect to final.html will be made, displaying a message with a login button.

Help

Contact us via email at [email protected] or visit our support center. You can also see the UserApp documentation for more information.

License

MIT, see LICENSE.