Payment Client
A client for interacting with EG Lodging Connectivity Payment PCI GraphQL API.
This client is configured with a ClientConfiguration that includes authentication details, and it automatically determines the appropriate API endpoints based on the environment (e.g., production or test).
Parameters
config
The ClientConfiguration that includes API credentials and other optional parameters such as environment, timeouts, and logging masking options.
Example usage:
PaymentClient(
ClientConfiguration
.builder()
.key("API_KEY")
.secret("API_SECRET")
.build()
)Content copied to clipboard