| Package | Description |
|---|---|
| com.blockchyp.client | |
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BlockChypClient.postGateway(String path,
ICoreRequest request,
Class responseClass)
Executes a post HTTP request against the gateway.
|
protected Object |
BlockChypClient.putGateway(String path,
ICoreRequest request,
Class responseClass)
Executes a put HTTP request against the gateway.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationRequest
An authorization request for a charge, preauth, or reverse transaction.
|
class |
BalanceRequest
A request for the remaining balance on a payment type.
|
class |
BooleanPromptRequest
A simple yes no prompt request.
|
class |
CaptureRequest
The information needed to capture a preauth.
|
class |
ClearTerminalRequest
The information needed to enroll a new payment method in the token vault.
|
class |
CloseBatchRequest
The information needed to manually close a credit card batch.
|
class |
EnrollRequest
The information needed to enroll a new payment method in the token vault.
|
class |
GiftActivateRequest
The information needed to activate or recharge a gift card.
|
class |
MessageRequest
A message to be displayed on the terminal screen.
|
class |
PingRequest
Information needed to test connectivity with a terminal.
|
class |
RefundRequest
A refund request.
|
class |
TerminalStatusRequest
A request for the status of a terminal.
|
class |
TermsAndConditionsRequest
The fields needed for custom Terms and Conditions prompts.
|
class |
TextPromptRequest
A text prompt request.
|
class |
TransactionDisplayRequest
Used to start or update a transaction line item display on a terminal.
|
class |
VoidRequest
A void request.
|
Copyright © 2020 BlockChyp, Inc.. All rights reserved.