#martin_apple-pay
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1247217508918890536
đ Have more to share? Add details, code, screenshots, videos, etc. below.
it was showing before. my wallet is OK, showing in other stores. i'm in safari. just not getting any feedback why apple pay not showing
is there any log for this?
What Stripe product are you using?
stripe connect
Sorry that's not what I meant. What Stripe UI element are you using to display Apple Pay?
PRB
In that case you can see whether or not Apple Pay thinks your domain is properly configured by logging the result of .canMakePayment https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html#create-payment-request-instance
it's just some booleans
no info there
applePay: false
domain reg seems fine:
% curl -X POST https://api.stripe.com/v1/payment_method_domains/pmd_1O7M4BJFieew03j4WTUygCvg/validate
-u "XXXX:"
{
"id": "pmd_1O7M4BJFieew03j4WTUygCvg",
"object": "payment_method_domain",
"apple_pay": {
"status": "active"
},
"created": 1698774567,
"domain_name": "www.mirroroutlet.co.uk",
"enabled": true,
"google_pay": {
"status": "active"
},
"link": {
"status": "active"
},
"livemode": false,
"paypal": {
"status": "active"
}
}
Yes. If applePay is false then the browser or domain is not configured for Apple Pay
yet they are
getting apple pay on other domain and the domain registration is there
Okay, but that doesn't mean this domain is correct
Well here's a fun wrinkle. I do see Apple Pay
yo do?
Just got to the Checkout screen
Sure thing! Just took me a bit because the server is a little more busy than normal