cwbjr / ATS-3-v2-stripe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galvanize Investigators: Payments

You're making the new Galvanize website, and need to include a way to accept payment from members. You could code the payment system from scratch, but this is a problem that's been solved many times by many people, so why not reuse their work? Find and use a payment library to accept credit cards on the included site. The site should prompt the user to settle all or some of their $387 outstanding balance. If the payment is successfully processed, the user should see a confirmation message that includes the amount they paid. If the payment is processed unsuccessfully, they should see an error message indicating why.

Note that you'll need to do some work on the client and some on the server. Be careful about committing any secret keys.

Deploy your work and add a link to it Heroku link here.

About


Languages

Language:JavaScript 62.9%Language:HTML 20.8%Language:CSS 16.3%