Interface CheckoutComWalletSessionService
- All Known Implementing Classes:
DefaultCheckoutComWalletSessionService
public interface CheckoutComWalletSessionService
The service to validate the Apple Pay session.
- Author:
- Dima Myroniuk (dmyroniuk)
-
Method Summary
Modifier and TypeMethodDescriptionvalidateApplePaySession
(String validateSessionUrl, String applicationId, String tenantId) Sends the request to the provided "validateSessionUrl" to validate the Apple Pay session.
-
Method Details
-
validateApplePaySession
String validateApplePaySession(String validateSessionUrl, @Nullable String applicationId, @Nullable String tenantId) Sends the request to the provided "validateSessionUrl" to validate the Apple Pay session.- Parameters:
validateSessionUrl
- the URL to validate sessionapplicationId
- the application idtenantId
- the tenant id- Returns:
- Returns an opaque Apple Pay session object for Apple Pay
-