#santos-subs-cancel

1 messages · Page 1 of 1 (latest)

bronze spear
#

when deleting subscriptions via Subscription.delete(id), I believe Stripe automatically refunds customers
it does not, it credits the Customer Balance

#

in both Sub and SubSchedule cases, you have to manually refund the latest successful Charge from an Invoice

unique cove
#

Ah yes, that's right. Well is there a way to create a refund for the unused time amount that Stripe calculates? I would like to use the value provided by Stripe and not have to estimate this value.

bronze spear
#

Well is there a way to create a refund for the unused time amount that Stripe calculates?
you can preview the upcoming Invoice by previewing what happens if you cancel the Subscription
Or you cancel the Sub, customer gets a Customer Balance credit and you nil it out and create a refund for that amount instead