#mochihealth

1 messages · Page 1 of 1 (latest)

slim radishBOT
keen rock
#

It's possible with following steps:

  1. Use List Invoice API with subscription parameter to retrieve the invoices on the subscription and expand the charges on the invoices: https://stripe.com/docs/api/invoices/list
  2. If there are associated charges, refund on those charges
untold sluice
#

what if i hit the refund button on the stripe dashboard

keen rock
#

If you refund from the the payment intent from the invoices of a subscription, it will work the same

#

The funds will be refunded

untold sluice
#

but the subscription will still be active right

#

like it will bill them again the next cycle

keen rock
#

Yes, the subscription will still be active

untold sluice
#

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

keen rock
#

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

untold sluice
#

what do you mean