-
Notifications
You must be signed in to change notification settings - Fork 663
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
How to delete a card in android sdk? #1270
Comments
@sunilkumar2222 unfortunately our standard integration does not currently provide UI for detaching a card from a customer. This is on our backlog of things to fix. |
is it ok to use CustomerSession of detaching card??.. i solve this by using this CustomerSession.getInstance().detachPaymentMethod(paymentMethodId, object :
}) Is it safe way to use? |
@sunilkumar2222 yes, |
Hi @mshafrir-stripe, could you advise on an ETA on a fix for this please? Also, is there somewhere a list of known feature gaps between iOS and Android SDKs such as this one? Thanks a lot! |
@jeanfw are you looking for a way to delete a card in the UI (i.e. PaymentMethodsActivity), or via the API bindings? |
@mshafrir-stripe In the UI. Depending on whether this (or other feature gaps) limit us from achieving parity between iOS and Android, we might just rebuild custom screens though. What would you recommend? Thanks for your help! |
Same problem. Want to delete the card from UI. Please advise when you can add this feature @msaffitz-stripe |
Hi! Oh yeah, when this feature will be ? |
Waiting this feature! Can you say, when you planing to realize it? |
Please provide this feauture as soon as possible. |
@mshafrir-stripe need the functionality to delete card from UI for my android app. Could you please implement it asap? |
Hello there. Waiting for this feature too :) |
me2, fed up with this |
Thanks for all the feedback. This is clearly functionality that is in high demand and we will be prioritizing it accordingly. We plan to ship this in the short-term, and I'll share a concrete date when I have one. |
Add icon and background color to item swipe. When the user swipes from 25% to 50% of the item width, the background transitions from the start to end color. Fixes #1270
Add icon and background color to item swipe. When the user swipes from 25% to 50% of the item width, the background transitions from the start to end color. Fixes #1270
I posted a PR for deleting Payment Methods: #1560 |
This is now available in v11.1.1 |
Thanks for your support
…On Tue 17 Sep, 2019, 11:39 PM Michael Shafrir, ***@***.***> wrote:
This is now available in v11.1.1
<https://github.com/stripe/stripe-android/releases/tag/v11.1.1>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1270?email_source=notifications&email_token=AIXOHUCSDHKEKODIHURPPSDQKEML7A5CNFSM4IICZ2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD65NAUI#issuecomment-532336721>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIXOHUD4XZ4TUKBJ4KRLQKDQKEML7ANCNFSM4IICZ2ZA>
.
|
Thanks! |
currently i an using stripe sdk in my android project. i want to delete card from mobile side. is there any way sdk provide for delete/remove card?
I am using 10.0.3 stripe version
The text was updated successfully, but these errors were encountered: