#busy_kitten_54368
1 messages · Page 1 of 1 (latest)
How do you get the statistics from? Can you share the example payment intent ID (pi_xxx) that the payments can’t be completed with the payment method you mentioned? It might be payment declines of card issuer
The statistical data comes from the user behavior of our own web.
We haven’t reached the step of entering the card number for payment yet. My problem is that the Google pay or Apple pay payment button is not displayed. Sometimes only the link payment button is displayed, and sometimes the link payment button is not displayed at all.
Google Pay and Apple Pay will only be shown if they fulfil the requirements here: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-testing
paymentRequest.canMakePayment() By the way, the data source is analysis based on the return value of this function. This is our test environment demo.
https://test-h5.xbooks.app/pay_in_browser.html?token=1f3d9436d36a4f588a6ef18409ad5052&platform=ios&packageName=write.read.story.webnovel.book.anystories&appName=AnyStories&appVersion=2.0.0&preProduction=false&productId=6321922ba11851c 8eda363cf&paySourceId=ios_bookcoins_3000&payType=stripeGpay&paymentMethodStrategyId=&productType= coins&price=0&coins=0&bonus=0&productBonusPercent=&prouctBonus=&payTypePerCent=&payTypeBonus=&sensors=%7B%7D&retentionBonus=1000&retentionBonusPercent=10&retentionCount=1
What is your question here? The browser or device should fulfil the requirements in order for Apple Pay or Google Pay to display. Otherwise, none of them will be shown
Well, taking Android as an example, Google Pay is not displayed at all on Samsung browsers, or Google pay is not displayed in some browsers or areas. So when Google pay cannot be displayed, is there any way to provide preferential payment conversions?
On the Samsung phones, is it a Chrome browser or its own browser?
Chrome browser in Samsung phones is worked, own browser show link pay button only
As per https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-testing, this is expected