Class | Description |
---|---|
GoCardlessClient |
Entry point into the client.
|
GoCardlessClient.Builder | |
Webhook |
Class containing a collection of functions for validating and parsing GoCardless webhooks
|
Enum | Description |
---|---|
GoCardlessClient.Environment |
Available environments for this client.
|
Exception | Description |
---|---|
GoCardlessException |
Base class for client library exceptions.
|
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
.