Skip to content

This is a toy app to demonstrate some features of stripe APIs

License

Notifications You must be signed in to change notification settings

uitachi123/go-stripe

Repository files navigation

go-stripe

Stripe is a great start up focusing on building payment infrastructure for the Internet. To understand what they can offer better, this is a toy app to demonstrate some features of stripe APIs. Of course what Stripe can provide is way more than what are demonstrated here but hopefully this app could give you a sense about their business ambitions.

stripe API features to demostrate

  • stripe product creation/deletion
  • credit card payments (UI + validation callback)

screenshots

payment UI

successful payment

notes about this app

  • this app is built on top of simple-gço-server which is a working scaffolding of golang server with react UI
  • app is ready to run with your stripe API token
  • the development of this app refers to stripe docs payments

clean, test, build

make all

run

TOKEN=<sk*** - your stripe API Secret key> REACT_TOKEN=<pk*** - you stripe API Publishable key> make serve

testing credit card number

testing number

About

This is a toy app to demonstrate some features of stripe APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages