| Package | Description |
|---|---|
| com.blockchyp.client | |
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BlockChypClient.deleteGateway(String path,
ICoreRequest request,
Class responseClass)
Executes a delete HTTP request against the gateway.
|
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 |
BatchDetailsRequest
Models a request for details about a single batch.
|
class |
BatchHistoryRequest
Models a batch history request.
|
class |
BooleanPromptRequest
A simple yes no prompt request.
|
class |
CancelPaymentLinkRequest
Cancels a pending payment link.
|
class |
CaptureRequest
The information needed to capture a preauth.
|
class |
CaptureSignatureRequest
A request for customer signature data.
|
class |
CashDiscountRequest
Computes the cash discount for a cash discount if enabled.
|
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 |
CustomerRequest
Models a customer data request.
|
class |
CustomerSearchRequest
Models a customer data search request.
|
class |
DeleteCustomerRequest
Deletes a customer record.
|
class |
DeleteQueuedTransactionRequest
Deletes one or all transactions from a terminal queue.
|
class |
DeleteTokenRequest
Deletes a payment token.
|
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 |
ListQueuedTransactionsRequest
Returns a list of queued transactions on a terminal.
|
class |
MerchantProfileRequest
Models a request for information about the merchant profile.
|
class |
MessageRequest
A message to be displayed on the terminal screen.
|
class |
PaymentLinkRequest
Creates a payment link.
|
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 |
TransactionHistoryRequest
Models a batch history request.
|
class |
TransactionStatusRequest
Models the request for updated information about a transaction.
|
class |
UpdateCustomerRequest
Models a customer data search request.
|
class |
VoidRequest
A void request.
|
Copyright © 2021 BlockChyp, Inc.. All rights reserved.