#.tmbax
1 messages · Page 1 of 1 (latest)
Hey there, is there a public site we can access to see for ourselves?
Do you see the apple pay button yourself on other Stripe surfaces, like checkout or the PRB docs?
https://stripe.com/docs/stripe-js/elements/payment-request-button
Can you check this first? The most common issues here are not having cards set up in your apple pay wallet, or domain registration issues.
We are sure of the state of the wallet and have tested with other sites
Unless there's some way for me to see the payment flow without that, yes please share some test credentials.
Ok wait while I send you some parts of the code
look at this code
We create a payment intent through a request to our server
Then we make a request with it
// const paymentRequest = stripe.paymentRequest(payment_intent);
Then we call the following method
// paymentRequest.canMakePayment()
But this method always returns null in Safari browser
OK, sure, can you share some test/demo account details?
In your network logs, do you see any requests to wallet-config or /elements/sessions can you can share?
We have done the test on an iPhone13 and checked the status of the wallet settings with a reliable site
I don't understand what you mean by /elements/sessions
I mean are you seeing any requests to those endpoints in your network request logs
You mean the logs related to panel stripe
I mean you developer console logs of network requests the client is making