ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

Delete payment method functionality #85

Closed romme86 closed 4 years ago

romme86 commented 4 years ago

I would like to have a function to allow my user to delete a payment method he saved.

eyoeldefare commented 4 years ago

That functionality is already supported. Checkout CustomerSession.detachPaymentMethod(String paymentMethodId);