#krishna_awate
1 messages · Page 1 of 1 (latest)
Can you tell me what's not working?
I am not able to proceed wiht ALipay
cash app pay and wechat pay
pay now button is disabled
The Pay now button isn't part of PaymentElement, can you check you code and enable it?
Once you enable the Pay now button. In the button handling code, you should call stripe.confirmPayment() and Stripe.js will open the Alipay payment page for your customer to proceed with payment.
https://stripe.com/docs/js/element/events/on_change?type=paymentElement#element_on_change-handler-value you should disable if the type == 'card', and enable if type is something else.