#arturs.nikiforovs-ideal-ios
1 messages · Page 1 of 1 (latest)
Hello 👋
I can take a look. do you have a payment intent ID I can take a look at?
If I got idea then this .presentPaymentOptionsViewController() is not asking any payment intend and you can just check available payment methods
STPPaymentContext.presentPaymentOptionsViewController()
ah okay I see
Legacy prebuilt view controllers only work with cards, Apple Pay and FPX PaymentMethods. If you want to use iDEAL you may want to use PaymentSheet.
Can you drop any link how this PaymentSheet looks like and how to implement ?
yup
here you go https://stripe.com/docs/payments/accept-a-payment?platform=ios
Thank you