Class WeChatPayProvider

  • All Implemented Interfaces:
    com.adyen.checkout.components.core.internal.PaymentMethodAvailabilityCheck

    
    public final class WeChatPayProvider
     implements PaymentMethodAvailabilityCheck<WeChatPayActionConfiguration>
                        

    This class is not an actual provider, it only checks whether WeChatPay is available. There is no viewable Payment Component for WeChatPay, only an Action Component. You can directly call /payments after you receive a callback from isAvailable. You can use WeChatPayActionComponent to handle the returned action.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit isAvailable(Application applicationContext, PaymentMethod paymentMethod, WeChatPayActionConfiguration configuration, ComponentAvailableCallback callback)
      Unit isAvailable(Application application, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, ComponentAvailableCallback callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait