Some examples illustrating how to use Stripe with Java
Java FreeMarker
Latest commit 2f23441 Feb 8, 2016 @olivierbellone Added Plaid example

README.md

Stripe Java examples

This repository contains example projects showing how to implement some of Stripe's features using the Java programming language.

Charge creation examples

These example projects illustrate how to create a charge.

  • stripe-charge-spark1 uses the Spark framework version 1.x and is suitable for use with Java 1.7.
  • stripe-charge-spark2 uses the Spark framework version 2.x and is suitable for use with Java 1.8 and later.

Charge creation with Plaid examples

These example projects illustrate how to create a charge with Plaid.

Webhooks examples

These example projects illustrate how to implement a Stripe webhooks endpoint.

OAuth examples

These example projects illustrate how to implement Stripe's OAuth flow to connect standalone accounts to a platform.

  • stripe-oauth-spark1 uses the Spark framework version 1.x and is suitable for use with Java 1.7.
  • stripe-oauth-spark2 uses the Spark framework version 2.x and is suitable for use with Java 1.8 and later.