-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Allow more detailed customisation in STPCardFormView
#1932
Comments
Hello @le-tyang, Thank you for the detailed ticket. I've added this to our internal tracker, but note that feature development on CardFormView isn't on our immediate roadmap.
We're super focused on getting |
Thanks @yuki-stripe ! Since we want to support other payment gateway/provider as well in our app, we would like to provide a similar but also can be customised flow for user who want to add a credit card. The Having the ability to separate the card form from the I know this question is probably too much to ask, but possible for us to get a rough estimation on whether or when may this be available in SDK? That would be again helpful for us to make a decision. Thanks!!! |
I see 👍 - unfortunately I don't have a timeline to share for CardFormView customization. |
Is there any updated timeline on this? |
Would love an update on this if possible. |
@yuki-stripe just checking if this feature is on any roadmap? |
Yes i agree that this is an important feature to add. |
Also on Android it is possible to supply a country code that makes sure you can prefill the localisation and country for the user. Would be great if you can take it along with this. |
Hi all! We will not be adding further functionality to STPCardFormView or STPPaymentCardTextField. We encourage you to check out our modern replacement, the Mobile Payment Element, and send us any feedback you have! Thank you |
@sfriedman-stripe good to know will this element considered to be deprecated? Reason I ask is that we will follow your direction when it comes to our Flutter lib |
Is your feature request related to a problem? Please describe.
We are looking at to build a component which allows user to enter credit card details in a form like way.
😉 not the
STPPaymentCardTextField
.We looked into
STPCardFormView
and found out it can support most of our requirements.Until we want to start doing customisation.
Few things we were hoping that this component can support:
But due to
STPCardFormView
only exposeinit(style:)
constructor as public, there is not much we can do :(Describe the solution you'd like
We went through the source code for
STPCardFormView
, and found out most items in our wanted list are already supported, just not exposed for public usage.Would be good if we can make these constructors public, so we can start customising it. Constructors include:
Describe alternatives you've considered
We also looked into
PaymentSheet
as what we actually wanted is just like how this component looks like inPaymentSheet
.But due to UX preference and our user flow definition, we can't use a bottom sheet for this feature.
And, we also considered forking the SDK, but I guess no one likes that idea 😉
Additional context
We've attached screenshots in above description.
The text was updated successfully, but these errors were encountered: