You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This is a really simple [Sinatra](http://www.sinatrarb.com/) webapp that you can use to test Stripe's [example iOS apps](https://github.com/stripe/stripe-ios).
5
+
6
+
It has a single endpoint, `/charge`, which takes 2 parameters (`stripeToken` and `amount`) to create a charge on your Stripe account.
7
+
8
+
This is intended for example purposes only: you'll likely need something more serious for your production apps.
9
+
10
+
To deploy this for free on Heroku, click this button:
0 commit comments