#eric.yang-ApplePay

1 messages · Page 1 of 1 (latest)

jagged flame
#

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

lone bridge
jagged flame
#

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?

lone bridge
#

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.

lone bridge
#

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

jagged flame
#

Hmm, with the very same apple account on iPhone, it does display?

lone bridge
#

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

lone bridge
#

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

jagged flame
#

Looks like so

lone bridge
#

😭

jagged flame
#

I think you should email Support

#

they should know better than us about restriction/limitation

lone bridge
#

I think it is because of address restrictions that the China UnionPay card that I bound to Apple Wallet is not supported.

jagged flame
#

I need to step down for the day. If you have other questions, feel free to open a new thread!