tarikmanoar / stripe-cc-card-payment

This is stripe payment using php and ajax call to server for payment proceesing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept a Payment

Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
composer install
  1. Run the server
php -S 127.0.0.1:4242 --docroot=public
  1. Go to http://localhost:4242/public/checkout.html

About

This is stripe payment using php and ajax call to server for payment proceesing


Languages

Language:JavaScript 41.9%Language:CSS 36.0%Language:HTML 11.5%Language:PHP 10.6%