Package com.gocardless

Java client library for the GoCardless API.

See: Description

Package com.gocardless Description

Java client library for the GoCardless API.

The main entry point into this library is GoCardlessClient. This can be created as follows:

String accessToken = "AO00000123";
GoCardlessClient client = GoCardlessClient.create(accessToken);

The API can then be accessed by calling the various service methods on client.