#eric.yang-ApplePay
1 messages · Page 1 of 1 (latest)
Hello, both links work and showing the Apple Pay button in my Safari
In your Mac Safari, have you setup a card on the Apple Account that currently log on
because I can see it, I suppose your code/server setting is correct
Yes, I set up a card in my mac apple ID account (payment method).
I use the safar of the iphone to open the link and the apple pay button can be displayed normally, but the apple pay button cannot be displayed normally on the mac safari.
That's odd, it displayed just fine on my Safari/Mac
Can you try different Apple Account on your Mac, or try another Mac, if you can?
Thank you, I will try to log out of Apple ID and log in again, close mac safari and open it again, and I will give you feedback later.
Does stripe apple pay not support China UnionPay?
Maybe it is related to this. The credit card I bound supports China UnionPay and Visa, but the apple wallet recognizes that it is a UnionPay card. When I click the apple pay button to pay on the iphone safari, let me add a supported card.
I have tried it, log out of the apple id on the mac, rebind the bank card, close the mac/safari and reopen the link, but the apple pay button is still not displayed @jagged flame
Hmm, with the very same apple account on iPhone, it does display?
yes, the apple pay button is displayed on the iphone/safari, but I can’t make the payment, it says I don’t support China UnionPay card
var paymentRequest = stripe.paymentRequest({
country: "CN",
currency: "cny",
total: {
label: 'KKday Product',
amount: 100,
},
requestPayerName: true,
requestPayerEmail: true,
});
country should be one of the following strings: AE, AT, AU, BE, BG, BR, CA, CH, CI, CR, CY, CZ, DE, DK, DO, EE, ES, FI, FR, GB, GI, GR, GT, HK, HU, ID, IE, IN, IT, JP, LI, LT, LU, LV, MT, MX, MY, NL, NO, NZ, PE, PH, PL, PT, RO, SE, SG, SI, SK, SN, TH, TT, US, UY.
You specified: CN.
Is CN not in the scope of support? @jagged flame
Looks like so
😭
I think you should email Support
they should know better than us about restriction/limitation
I think it is because of address restrictions that the China UnionPay card that I bound to Apple Wallet is not supported.
I need to step down for the day. If you have other questions, feel free to open a new thread!