This is a simple stripe payment form built with HTML and PHP. This form uses the stripe API to allow you to accept card payments on your website. All you need to get started are your Stripe API keys which can be found at: https://dashboard.stripe.com/account/apikeys This repository includes the stripe library so NO OTHER INSTALLATION is required. You MUST have an SSL certificate. This is a huge security risk implementing otherwise. I enjoy making software so much! Please, if you see any issues make them known!
https://nateduhamell.com/github-project-stripe-checkout-form/
Keys located in main "index.php" file
- Set Publishable Key
- Set Secret Key
Visual Representation of Above
The Design folder has 7 additonal designs! They include:
- 1.php = Green Submit Button w/ White Background
- 2.php = Red Submit Button w/ White Background
- 3.php = Black Submit Button w/ White Background
- 4.php = Pink Submit Button w/ White Background
- 5.php = Blue Submit Button w/ White Background
- 6.php = Teal Submit Button w/ White Background
- 7.php = Yellow Submit Button w/ White Background
- custom "cart"
- Form validation
- Generate Token via Stripe JS
- Responsive design
- Warning if JavaScript is disabled
- Charge single amounts with Stripe
- PHP 5+
- MySQL database
- SSL Certificate (Should not even be used at all wihtout)
https://files.nateduhamell.com/test/stripe-checkout-form-master/
This software is under an MIT License. Which allows full use to edit, distribute, or sell this code. See the "LICENSE" file for more information!