| Interface | Description |
|---|---|
| Authenticator |
Used to sign requests to the Ingenico ePayments platform.
|
| BodyHandler |
An interface for handling binary responses.
|
| Connection |
Represents a connection to the Ingenico ePayments platform server.
|
| Marshaller |
Used to marshal and unmarshal Ingenico ePayments platform request and response objects to and from JSON.
|
| MultipartFormDataRequest |
Represents a multipart/form-data request.
|
| ParamRequest |
Represents a set of request parameters.
|
| PooledConnection |
Represents a pooled connection to the Ingenico ePayments platform server.
|
| ResponseHandler<R> |
An interface for handling responses from the Ingenico ePayments platform.
|
| Class | Description |
|---|---|
| ApiResource |
Base class of all Ingenico ePayments platform API resources.
|
| CallContext |
A call context can be used to send extra information with a request, and to receive extra information from a response.
|
| Client |
Ingenico ePayments platform client.
|
| Communicator |
Used to communicate with the Ingenico ePayments platform web services.
|
| CommunicatorConfiguration |
Configuration for the communicator.
|
| Factory |
Ingenico ePayments platform factory for several SDK components.
|
| MetaDataProvider |
Provides meta info about the server.
|
| MetaDataProviderBuilder |
Builder for a
MetaDataProvider object. |
| MultipartFormDataObject |
A representation of a multipart/form-data object.
|
| ProxyConfiguration |
HTTP proxy configuration.
|
| RequestHeader |
A single request header.
|
| RequestParam |
A single request parameter.
|
| ResponseHeader |
A single response header.
|
| Session |
Contains the components needed to communicate with the Ingenico ePayments platform.
|
| SessionBuilder |
Builder for a
Session object. |
| UploadableFile |
A file that can be uploaded.
|
| Exception | Description |
|---|---|
| ApiException |
Represents an error response from the Ingenico ePayments platform which contains an ID and a list of errors.
|
| AuthorizationException |
Represents an error response from the Ingenico ePayments platform when authorization failed.
|
| BodyHandlerException |
Thrown when an error occurred when calling a
BodyHandler. |
| CommunicationException |
Indicates an exception regarding the communication with the Ingenico ePayments platform such as a connection exception.
|
| DeclinedPaymentException |
Represents an error response from a create payment call.
|
| DeclinedPayoutException |
Represents an error response from a payout call.
|
| DeclinedRefundException |
Represents an error response from a refund call.
|
| DeclinedTransactionException |
Represents an error response from a create payment, payout or refund call.
|
| GlobalCollectException |
Represents an error response from the Ingenico ePayments platform when something went wrong at the Ingenico ePayments platform or further downstream.
|
| IdempotenceException |
Represents an error response from the Ingenico ePayments platform when an idempotent request failed because the first request has not
finished yet.
|
| MarshallerSyntaxException |
Thrown when a JSON string cannot be converted to a response object.
|
| NotFoundException |
Indicates an exception that occurs when the requested resource is not found.
|
| ReferenceException |
Represents an error response from the Ingenico ePayments platform when a non-existing or removed object is trying to be accessed.
|
| ResponseException |
Thrown when a response was received from the Ingenico ePayments platform which indicates an error.
|
| ValidationException |
Represents an error response from the Ingenico ePayments platform when validation of requests failed.
|
Copyright © 2024 Ingenico ePayments. All rights reserved.