#kalaLokia
1 messages ยท Page 1 of 1 (latest)
Yes you do need setup merchant ID and certificates as outlined here https://stripe.com/docs/apple-pay?platform=ios#merchantid
I don't need to pass anything extra in payment intent or something right?
This all to be done in stripe dashboard and iOS app settings right?
@wet cosmos
All the certificate and setup is followed and made according to that documentation itself.
certificate also created and added
For backend yes no extra parameter is needed
It will be treated the same as if you create a PaymentIntent for any client app, ApplePay or not
So, if it is not working in iOS mobile app means,
Issue with merchant id or certificate rights?
automatic_payment_methods is picked up from what we set on stripe dashboard right, so no need to use that while creating payment intent !!
automatic_payment_methods only related to Checkout (web) I believe.
Which integration you are using in iOS app? PaymentSheet?
payment sheet
And I am not dealing with those ๐ฌ Just wanna make sure not related anything I setup in backend.
No definitely not backend. Probably Merchant ID or something in Xcode is not setup correctly