| Package | Description |
|---|---|
| cl.transbank.util | |
| cl.transbank.webpay.exception |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
WebpayApiResource.execute(String endpoint,
HttpUtil.RequestMethod method,
Options options,
Class<T> clazz)
Executes a Webpay API request.
|
static <T> T |
WebpayApiResource.execute(String endpoint,
HttpUtil.RequestMethod method,
WebpayApiRequest request,
Options options)
Executes a Webpay API request with a request body.
|
static <T> T |
WebpayApiResource.execute(String endpoint,
HttpUtil.RequestMethod method,
WebpayApiRequest request,
Options options,
Class<T> clazz)
Executes a Webpay API request with a request body.
|
static <T> List<T> |
WebpayApiResource.executeToList(String endpoint,
HttpUtil.RequestMethod method,
Options options,
Class<T[]> clazz)
Executes a Webpay API request and returns a list of responses.
|
static <T> List<T> |
WebpayApiResource.executeToList(String endpoint,
HttpUtil.RequestMethod method,
WebpayApiRequest request,
Options options,
Class<T[]> clazz)
Executes a Webpay API request with a request body and returns a list of responses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InscriptionDeleteException
This class represents an exception that is thrown when an inscription deletion operation fails.
|
class |
InscriptionFinishException
This class represents an exception that is thrown when an inscription finish operation fails.
|
class |
InscriptionStartException
This class represents an exception that is thrown when an inscription start operation fails.
|
class |
TransactionAuthorizeException
This class represents an exception that is thrown when a transaction authorization fails.
|
class |
TransactionCaptureException
This class represents an exception that is thrown when a transaction capture operation fails.
|
class |
TransactionCommitException
This class represents an exception that is thrown when a transaction commit operation fails.
|
class |
TransactionCreateException
This class represents an exception that is thrown when a transaction creation fails.
|
class |
TransactionInstallmentException
This class represents an exception that is thrown when a transaction installment operation fails.
|
class |
TransactionRefundException
This class represents an exception that is thrown when a transaction refund operation fails.
|
class |
TransactionStatusException
This class represents an exception that is thrown when a transaction status operation fails.
|
class |
TransbankHttpApiException
This class represents an exception that is thrown when a Transbank HTTP API operation fails.
|
class |
WebpayException
This class represents an exception that is thrown when a Webpay operation fails.
|
Copyright © 2018–2024. All rights reserved.