https://github.com/danielchristianschroeter/simple-bootstrap-stripe-payment-form
Simple Stripe payment form in Bootstrap, field validation and user friendly country selection (from bootstrap formhelper)
https://github.com/danielchristianschroeter/simple-bootstrap-stripe-payment-form
Last synced: about 1 month ago
JSON representation
Simple Stripe payment form in Bootstrap, field validation and user friendly country selection (from bootstrap formhelper)
- Host: GitHub
- URL: https://github.com/danielchristianschroeter/simple-bootstrap-stripe-payment-form
- Owner: danielchristianschroeter
- Created: 2014-05-08T19:14:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T17:33:07.000Z (over 5 years ago)
- Last Synced: 2025-04-06T10:52:10.808Z (2 months ago)
- Language: PHP
- Size: 1000 KB
- Stars: 174
- Watchers: 23
- Forks: 97
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple-Bootstrap-Stripe-Payment-Form
====================================
IMPORTANT NOTICE: This implementation is outdated and is no longer maintainted. I do not provide any support! Check out https://jsfiddle.net/user/ywain/fiddles/ or https://stripe.com/docs/payments/payment-intents for SCA ready examples.Simple Bootstrap Stripe example payment form.
Replace "Stripe Publishable Key" & "Stripe Secret Key" in index.php if you want to test it.Improvements are always welcome. GitHub pull requests are even better!
Assembled by Daniel Schröter
Features
===============
* Form validation
* Generate Token via Stripe JS
* Responsive design
* Warning if JavaScript is disabled
* Charge single amounts with StripeUsed Components
================> jQuery (v1.11.0) - http://jquery.com/
=> Bootstrap (v3.1.1) - http://getbootstrap.com/
=> Bootstrap Form Helper (v2.3.0) - http://bootstrapformhelpers.com/
=> Bootstrap Validator (v0.4.4) - http://bootstrapvalidator.com/