-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add Payments UI bindings (Payment Sheet) #1
Comments
Note that this is currently only available on iOS. First Android release is coming next week. We'd still like to see this implemented iOS-only for now (this week). Once you've finished & we've approved the PR, we'd like to cut a release of |
update: Android & iOS are both available now. |
Please let me know if you have any questions about the Android integration. |
@thorsten-stripe Should we implement card scanning feature as well? https://stripe.com/docs/mobile/payments-ui-beta#card-scanning |
@arekkubaczkowski yes, please. Do you see any issue with that? |
@thorsten-stripe I think not but I could't find this option inside of payment sheet |
Maybe @bg-stripe can help clarify? Also, is card scanning available for both iOS and Android? In the docs it I only see iOS mentioned. cc @mshafrir-stripe |
ok I have just found it, so basically there isn't required any implementation from our side, the only one thing which is needed it's setting permissions in the app which uses SDK |
Card scanning is currently only available on iOS. We have no concrete roadmap for adding card scanning on Android. |
@mshafrir-stripe I have a question regarding |
@arekkubaczkowski can you extend Looks like ReactActivity is an |
@mshafrir-stripe sorry I mis-investigated my problem at the beginning.
A potential solution is to require an extra step from the user with creating an instance of PaymentSheet inside of @thorsten-stripe we can discuss it on our meeting today |
but there appears couple of issues... PaymentSheet constructor requires |
@mshafrir-stripe I've faced with certain issue with choosing payment method - when I add some card it's not saved so everytime when I call paymentsheet.mov |
@arekkubaczkowski thanks for flagging. Good news, @michelleb-stripe is working on fixing this. |
Update: We're planning to release a production-ready release ( |
Update: We've had to delay our our Android SDK @arekkubaczkowski – We discussed as a team, and decided that since Payment Sheet is still a beta product, we don't want to merge #74 into main, even after we release Week of April 5 plan:
(cc @michelleb-stripe @mshafrir-stripe @thorsten-stripe @yuki-stripe ) |
Fix PaymentConfiguration initializing
We'd like to add bindings for our new native mobile payments UI (currently in an early beta). Please also include docs.
We'd like to review the integration (docs) in detail before we merge this one.
The text was updated successfully, but these errors were encountered: