diff --git a/stripe/README.md b/stripe/README.md new file mode 100644 index 0000000000..8a44ff9d33 --- /dev/null +++ b/stripe/README.md @@ -0,0 +1,8 @@ +### Stripe API for Java Sample Project + +This is Spring Boot project that displays a checkout form and charges a credit card using the Stripe API for Java. + +### Relevant articles + +- [Introduction to the Stripe API for Java](http://www.baeldung.com/java-stripe-api) +