Package com.adyen.service.checkout
Class ClassicCheckoutSdkApi
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.checkout.ClassicCheckoutSdkApi
-
public class ClassicCheckoutSdkApi extends Service
-
-
Constructor Summary
Constructors Constructor Description ClassicCheckoutSdkApi(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PaymentSetupResponsepaymentSession(PaymentSetupRequest paymentSetupRequest)Deprecated.PaymentSetupResponsepaymentSession(PaymentSetupRequest paymentSetupRequest, RequestOptions requestOptions)Deprecated.PaymentVerificationResponseverifyPaymentResult(PaymentVerificationRequest paymentVerificationRequest)Deprecated.PaymentVerificationResponseverifyPaymentResult(PaymentVerificationRequest paymentVerificationRequest, RequestOptions requestOptions)Deprecated.-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
ClassicCheckoutSdkApi
public ClassicCheckoutSdkApi(Client client)
-
-
Method Detail
-
paymentSession
@Deprecated public PaymentSetupResponse paymentSession(PaymentSetupRequest paymentSetupRequest) throws ApiException, IOException
Deprecated.Create a payment session- Parameters:
paymentSetupRequest-PaymentSetupRequest(required)- Returns:
PaymentSetupResponse- Throws:
ApiException- if fails to make API callIOException
-
paymentSession
@Deprecated public PaymentSetupResponse paymentSession(PaymentSetupRequest paymentSetupRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated.Create a payment session- Parameters:
paymentSetupRequest-PaymentSetupRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
PaymentSetupResponse- Throws:
ApiException- if fails to make API callIOException
-
verifyPaymentResult
@Deprecated public PaymentVerificationResponse verifyPaymentResult(PaymentVerificationRequest paymentVerificationRequest) throws ApiException, IOException
Deprecated.Verify a payment result- Parameters:
paymentVerificationRequest-PaymentVerificationRequest(required)- Returns:
PaymentVerificationResponse- Throws:
ApiException- if fails to make API callIOException
-
verifyPaymentResult
@Deprecated public PaymentVerificationResponse verifyPaymentResult(PaymentVerificationRequest paymentVerificationRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated.Verify a payment result- Parameters:
paymentVerificationRequest-PaymentVerificationRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
PaymentVerificationResponse- Throws:
ApiException- if fails to make API callIOException
-
-