Package | Description |
---|---|
com.blockchyp.client | |
com.blockchyp.client.dto |
Modifier and Type | Method and Description |
---|---|
AuthorizationResponse |
BlockChypClient.charge(AuthorizationRequest request)
Executes a standard direct preauth and capture.
|
AuthorizationResponse |
BlockChypClient.preauth(AuthorizationRequest request)
Executes a preauthorization intended to be captured later.
|
AuthorizationResponse |
BlockChypClient.refund(RefundRequest request)
Executes a refund.
|
AuthorizationResponse |
BlockChypClient.reverse(AuthorizationRequest request)
Executes a manual time out reversal.
|
AuthorizationResponse |
BlockChypClient.transactionStatus(TransactionStatusRequest request)
Retrieves the current status of a transaction.
|
Modifier and Type | Method and Description |
---|---|
Collection<AuthorizationResponse> |
TransactionHistoryResponse.getTransactions()
Gets matching transaction history.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionHistoryResponse.addTransaction(AuthorizationResponse value)
Adds a matching transaction history.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionHistoryResponse.setTransactions(Collection<AuthorizationResponse> value)
Sets matching transaction history.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.