| Package | Description |
|---|---|
| com.blockchyp.client | |
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BlockChypClient.postGateway(String path,
CoreRequest request,
Class responseClass)
Executes a post HTTP request against the gateway.
|
protected Object |
BlockChypClient.putGateway(String path,
CoreRequest request,
Class responseClass)
Executes a put HTTP request against the gateway.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmountRequest
Adds amount information to requests that require amounts to be specified.
|
class |
AuthorizationRequest
Models the full detail needed for authorization requests.
|
class |
BooleanPromptRequest
Models information needed for boolean prompt support.
|
class |
CaptureRequest
Models the information needed to capture a preauthorization.
|
class |
ClearTerminalRequest
Used to reset a terminal.
|
class |
CloseBatchRequest
Models a request to close the current batch.
|
class |
MessageRequest
Models the settings needed to display a message on the screen.
|
class |
PaymentRequest
Models requests that include payment method information.
|
class |
PingRequest
Models a ping request to test connectivity with a terminal.
|
class |
RefundRequest
This class models information needed to process refunds.
|
class |
TextPromptRequest
Models the information needed to call the text prompt API.
|
class |
TransactionDisplayRequest
This class models a request to update the transaction line item display on the terminal.
|
class |
VoidRequest
Voids a previous transaction in the current batch.
|
Copyright © 2019 BlockChyp, Inc.. All rights reserved.