#busy_kitten_54368
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- busy_kitten_54368, 1 hour ago, 11 messages
Is there a URL that I can visit to see your integration? and what browser are you using?
I can see both Google Pay and Apple Pay buttons are displayed correctly
https://stripe.com/docs/stripe-js/elements/payment-request-button you can refer to this table to find out the payment button to be shown in various environments
From the data screenshot, you can see that some users cannot see Apple pay on the iPhone, and most Samsung devices have no payment channels.
When ‘错误描述’ equal to applePay|googlePay|link, it means there is no payment button.
Do these users have valid cards added to their Google Pay or Apple Pay wallet?
We have no data on whether wallets were added or not
Apple Pay and Google Pay for Payment Request Button will only be displayed if there is a valid card added in the wallet. This has been mentioned in https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-testing
The data analysis is based on the callback result of the canMakePayment function. We expect that even if there is no wallet, the button can be rendered. After clicking the button, the user will be prompted to add a wallet.
Payment Request Button doesn't render the button if there is no saved card. If you wish to render the wallet button if there is no saved card, Express Checkout Element should be used: https://stripe.com/docs/elements/express-checkout-element/accept-a-payment
Express Checkout Element can render button in SM browser ?
This is the browser that Apple Pay and Google Pay can be rendered: https://stripe.com/docs/elements/express-checkout-element#supported-browsers
I'm not too sure what SM browser you're referring to. If you're talking about Samsung browser, it's not supported unfortunately