Skip to content

Example of using the GoCardless Pro Java client library

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

gocardless/gocardless-pro-java-example

Repository files navigation

GoCardless Pro Java Example

Deploy

This is a simple Java application that uses the GoCardless Pro API to collect recurring payments for subscriptions. It uses the GoCardless redirect flow, and is built using the Dropwizard framework.

The app can be seen running at https://gocardless-pro-java-example.herokuapp.com.

Running the app locally

First, register a sandbox account here, and grab an access token from the dashboard. Then:

export GC_ACCESS_TOKEN=...
gradle shadowJar
java -jar build/libs/enterprise-solutions-all.jar server config.yml

The app will be running at http://localhost:8080.

About

Example of using the GoCardless Pro Java client library

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published