#Jamtech-apple_pay
1 messages · Page 1 of 1 (latest)
hello! Can you share your account id? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
looking into it!
Okay please let me know if any thing you need
Are you using the Payment Request Button to display Apple Pay?
Yes Correct
But while processing payment from apple pay wall this message shows and nothing happened after it
can you try deleting the apple pay registrations in test and live mode, then register it only in live mode and see if that fixes the issue?
the registration should always only be done in live mode
okay what's really odd is that the message says Pay (via WooCommerce) which isn't what I'm expecting. I'm wondering now if your website is trying to use ApplePay via WooCommerce instead
See client need Pay from Apple pay to receive amount in stripe account
i'm afraid i didn't understand ^, could you try rephrasing
https://stripe.com/docs/stripe-js/elements/payment-request-button
I am trying to using this
Getting this issue why don't know
onesec, looking into it
do you have a link to the exact page that is having this problem in your screenshot so I can try it out on my side?
so I tried this in desktop Safari and on my phone and it does work for me
your code does have a bug because clientSecret is undefined , so you should at least fix that, it prevents the payment process from completing. That's probably the issue
Okay checking it