sichangi / card-elements

Uninterruptible credit card data submission with i-frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure credit card data submission

an attempt at recreating the way stripe elements card forms work

getting started

install dependencies

yarn install

run the mock client and server

yarn start

The client web page will be opened in your default browser

next steps

  • open the developer console window
  • click the submit button
  • expect the data from the forms iframe to be submitted to the server which responds accordingly if successful
  • check your servers console for the forms contents

About

Uninterruptible credit card data submission with i-frames

License:MIT License


Languages

Language:HTML 53.4%Language:JavaScript 46.6%