#jimmy20234436
1 messages · Page 1 of 1 (latest)
Yes, UnionPay isn't supported for wallets. see https://stripe.com/docs/payments/cards/supported-card-brands
OK, I'll check it, thankyou
@exotic reef By the way, when testing stripe apple pay in live mode, loading is displayed until it finally fails. What could be the problem?
Sorry, the video was tested a few days ago, and I can't get the corresponding paymentIntent ID now.
ev.complete is not executed either. I use confirm and then jump.
Ok, are you using paymentRequest button or express checkout element?
https://stripe.com/docs/elements/express-checkout-element, I used "Express Checkout Element"
Ok, then you don't need to call ev.complete('success')
"clientSecret":"pi_3OJQfCHXc1UgHYkn0ySHeXFS_secret_rog5xYs8edocJjuDBAdJmn7E8"
I found this from a previous log. I wonder if it will help you troubleshoot the problem.
Is pi_3OJQfCHXc1UgHYkn0ySHeXFS the payment shown in the video?
I looked it up based on the date, it was around that time, but I can't guarantee it's definitely this
Because I don't see any request from iOS app to confirm this payment_intent
That's probably not this, unfortunately 😫 . Based on your experience, what may be the cause of the spinning problem? This is the test address: https://m.bounth.com/stripe-apple.html
Is there a URL that I can test your integration in test mode?
This is live mode. You can use this in test mode: https://example.saas.ycimedia.net/stripe-apple.html
I just made a payment and it failed, can you check you dashboard and get me the payment intent ID?
nvm I got the ID from console,
Not sure if it's related, but I saw this error in console
Oh, this may be the problem. I made some modifications. Can you help me try again?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I got a different error now Payment details were collected through Stripe Elements using automatic payment methods and cannot be confirmed with a Payment Intent configured with payment_method_types
You should enable automatic_payment_methods when creating a paymentIntent
Thank you for your help and guidance. I will revise it and take a look. You are really great.👍
Hi! I'm taking over this thread. let me know if you need anything else.
Hi Soma, that's greate, I've added the automatic_payment_methods when creating a paymentIntent, Can you help check again and test it one more time? https://example.saas.ycimedia.net/stripe-apple.html
what do you want me to check/test exactly?
This is a sample in test mode. You can help test whether the payment is fine. It has always been displayed in the loading state to see.
I do see the Google Pay button and when I click on it the Google Pay popup.
but I won't test the actual payment
is it working on your end?
What I am testing is Stripe Apple Pay. It can only be tested on iPhone. I asked a friend to help me try it. Thank you for your help.