Interface ChasePaymentApplePayWebClientProvider

All Known Implementing Classes:
DefaultChasePaymentApplePayWebClientProvider

public interface ChasePaymentApplePayWebClientProvider
The provider that is used to create the WebClient with the SslContext and Apple Pay certificates. This client should be used to create the merchant session.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.WebClient
    getApplePayWebClient(String applicationId, String tenantId)
    Create and return the WebClient with the Apple Pay certificates.
  • Method Details