#Santos-refunds

1 messages · Page 1 of 1 (latest)

subtle sparrow
#

Hi there!

#

You can partially refund any charge.

#

Are you concerned that the charge won't have been created yet?

craggy sigil
#

How do you partially refund a charge?

I am concerned the charge won't be created. For example, when a customer downgrades there is no charge created for that invoice.

gentle stag
#

Are you looking to do your own custom proration or are you looking to do roughly the same as what Stripe could calculate as a proration?

craggy sigil
#

If a customer pays for a subscription and then upgrades that subscription, would I need to generate two refunds for the two charges?

gentle stag
#

Good question. I think you might have to but will double check this

lyric cosmosBOT
#

This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact

bleak elm
#

Hi @craggy sigil I've unlocked this thread. When you say your Customer upgrades their Subscription, does your flow immediately have them pay when the upgrade is performed?

craggy sigil
#

Yes, we set the following attribute on the Subscription modify call: proration_behavior="always_invoice"

bleak elm
#

Gotcha, so if you want to refund both the renewal and the upgrade charges, then yes, you will need to refund both charges.

craggy sigil
#

Thank you.