#a.r.1-ios
1 messages · Page 1 of 1 (latest)
Good question checking in to that.
And you are working with the iOS SDK directly here, correct?
YEs.
I'm using PaymentSheet from Stripe iOS SDK - https://stripe.dev/stripe-ios/docs/Classes/PaymentSheet.html.
And I don't see any way to manage this title via Configuration.
Yeah I am not seeing a way to do that either at the moment. It is possible to change that verb on our version of the button that goes on websites but as far as I can see it isn't possible on the iOS payment sheet yet.
Any chance it can be changed in near future?
Checking in to that. I can put in a feature request if we aren't already working on it but unfortunately I may not be able to give an ETA unless it is very close
Ok, let's check then and let me know the current status of this. Thank you!
I am not seeing anything imminent on this. I will make a feature request. Thanks for your patience here, sorry we don't have anything for this at the moment
The closest thing we have currently is probably the custom Payment Sheet integration (see https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-flowcontroller), but there's more work involved with integrating that
a.r.1-ios
Thanks. We have another issue with flow controller, so cannot use it in a way we want to.
Gotcha - then there isn't anything that currently supports customizing the button like that, but we'll definitely flag it was feedback
We want to have UI as on the first image, but when we using Flow Controller we see this "Select your payment method" section, and this is not that UI we want to have here.
And as per my understanding, we can get this desired UI only using Payment Sheet
The "Select your payment method" UI is one that could be displayed with both the Payment Sheet and the FlowController - displaying that part of the UI happens when you use customer + ephemeral key when configuring the payment sheet
If you omit them, then we don't display that part of the UI
I'm able to see this part of UI without customer configuration
But with apple pay configuration\
If we have apple pay configuration added on Flow Controller creation we will get apple pay as paymentOption and will see "Select your payment method" UI.
This is not a case for PaymentSheet, where you will see Select your payment method UI only when you have customer configuration setting up.
You can check my screenshot above, I use guestmode and still see "Select your payment method" UI
Ah... I forgot about the apple pay aspect here - then yeah, the payment sheet is probably what you want
Is it any chance to get ETA of getting this released? At least approx. time based for similar requests in the past.