Package com.pensio.api
Class PensioProcessorAPI
java.lang.Object
com.pensio.api.PensioAbstractAPI
com.pensio.api.PensioProcessorAPI
-
Field Summary
Fields inherited from class com.pensio.api.PensioAbstractAPI
baseURL, httpHelper, jc, password, username -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomerInfoParams(PaymentReservationRequest paymentRequest, HashMap<String, String> params) voidcommonParams(HashMap<String, String> params, PaymentReservationRequest paymentRequest) protected StringinitiateGiftCardPayment(PaymentReservationRequest paymentRequest) initiatePaymentRequest(PaymentReservationRequest paymentRequest) reservation(PaymentReservationRequest paymentRequest) reservationOfFixedAmount(PaymentReservationRequest paymentRequest) Deprecated.reservationOfFixedAmountAndCapture(PaymentReservationRequest paymentRequest) verify3dSecure(Verify3dRequest request) Methods inherited from class com.pensio.api.PensioAbstractAPI
addParam, getAPIResponse, getSdkVersion, getString, getUnmarshaller
-
Constructor Details
-
PensioProcessorAPI
-
-
Method Details
-
getAppAPIPath
- Specified by:
getAppAPIPathin classPensioAbstractAPI
-
initiateGiftCardPayment
public APIResponse initiateGiftCardPayment(PaymentReservationRequest paymentRequest) throws PensioAPIException - Throws:
PensioAPIException
-
initiatePaymentRequest
public APIResponse initiatePaymentRequest(PaymentReservationRequest paymentRequest) throws PensioAPIException - Throws:
PensioAPIException
-
reservationOfFixedAmount
@Deprecated public APIResponse reservationOfFixedAmount(PaymentReservationRequest paymentRequest) throws PensioAPIException Deprecated.usereservation(PaymentReservationRequest)instead- Throws:
PensioAPIException
-
reservation
- Throws:
PensioAPIException
-
reservationOfFixedAmountAndCapture
public APIResponse reservationOfFixedAmountAndCapture(PaymentReservationRequest paymentRequest) throws PensioAPIException - Throws:
PensioAPIException
-
verify3dSecure
- Throws:
PensioAPIException
-
addCustomerInfoParams
public void addCustomerInfoParams(PaymentReservationRequest paymentRequest, HashMap<String, String> params) -
commonParams
-
reservation(PaymentReservationRequest)instead