Interface ChasePaymentWalletSessionService
- All Known Implementing Classes:
DefaultChasePaymentWalletSessionService
public interface ChasePaymentWalletSessionService
The service to create the Apple Pay session.
-
Method Summary
Modifier and TypeMethodDescriptioncreateApplePaySession(String createSessionUrl, String applicationId, String tenantId) Sends the request to the provided "createSessionUrl" to create the Apple Pay session.
-
Method Details
-
createApplePaySession
String createApplePaySession(String createSessionUrl, @Nullable String applicationId, @Nullable String tenantId) Sends the request to the provided "createSessionUrl" to create the Apple Pay session.- Parameters:
createSessionUrl- the URL to create the sessionapplicationId- the application idtenantId- the tenant id- Returns:
- Returns an opaque Apple Pay session object as a JSON string for Apple Pay
-