#mochihealth
1 messages · Page 1 of 1 (latest)
It's possible with following steps:
- Use List Invoice API with
subscriptionparameter to retrieve the invoices on the subscription and expand the charges on the invoices: https://stripe.com/docs/api/invoices/list - If there are associated charges, refund on those charges
If you refund from the the payment intent from the invoices of a subscription, it will work the same
The funds will be refunded
but the subscription will still be active right
like it will bill them again the next cycle
Yes, the subscription will still be active
if there were multiple payment intents like lets say this person has already been subscribed for a couple of months would it matter which payment I refunded
No, it doesn't matter. I'd recommend tracking which payment intent is refunded, so that it's easier for you to reference in the future
what do you mean