wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
223 stars 88 forks source link

Add method to detach a payment method #135

Open timando opened 4 years ago

timando commented 4 years ago

Stripe allows you to detach a payment method from a customer, but stripe-rs does not expose this method. This pull request adds this API.

arlyon commented 3 years ago

Hello, apologies for the late reply. We are working on getting up to speed on pull requests. May I ask if you are still interested in merging this (we are!) that you rebase? Thank you.

seanpianka commented 3 years ago

I think this MR should be targeting master instead of a previous release branch... but it could be separately cherry-picked over if needed.

Edit: I see #141 targets master, so I'll merge that instead and keep this targeting the last minor version.