stripe-scala
stripe-scala copied to clipboard
Delete Subscription
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
https://github.com/Spread0x/stripe-scala/blob/master/src/main/scala/org/mdedetrich/stripe/v1/Subscriptions.scala You can add delete functions here