#chemuturi - rollback
1 messages · Page 1 of 1 (latest)
Yes, when I create a customer and due to some reasons if I want to rollback?!
No the API doesn't support that. But you can delete a customer with https://stripe.com/docs/api/customers/delete
Is there an undo for subscription?!
Like I said, the API doesn't support undo/rollback. But if you created a subscription that you don't need, you can cancel it https://stripe.com/docs/api/subscriptions/cancel
Thanks!