stripe-scala icon indicating copy to clipboard operation
stripe-scala copied to clipboard

Delete Subscription

Open remimi opened this issue 6 years ago • 1 comments

Hello,

This lib is very nice since Stripe does not provide official Scala lib. I know there is not all endpoints implemented but how can i delete subscription for a customer ? Is there a way to do this using this lib or do i need to implement my own http call ?

Thanks

remimi avatar May 28 '19 10:05 remimi

https://github.com/Spread0x/stripe-scala/blob/master/src/main/scala/org/mdedetrich/stripe/v1/Subscriptions.scala You can add delete functions here

Jacke avatar Jun 07 '20 18:06 Jacke