#max.bootybands - Partial Regund
1 messages · Page 1 of 1 (latest)
Sure, I can understand
Hi there! You issue refunds based on the PaymentIntent/Charge, so the invoice isn't really relevant. It is no different than refunding non-invoice charges. You would grab the PaymentIntent or Charge ID based on the invoice and then use the create a refund endpoint: https://stripe.com/docs/api/refunds/create
So tl;dr, yes you can issue partial refunds.
Im unable to find it
Can you please provide me in-depth detail or step by step
much appreciated
Hello! Taking over and catching up...
Are you a developer trying to do this with code, or are you trying to do something via the Dashboard?
@silk furnace You still there?
Yes im here!
Not a developer, I manage an online store and want to refund a Cx who paid via invoice
and I dint seem to find the option anywhere
Try this:
- Open the Invoice in the Stripe Dashboard
- Scroll down to the Payments section
- Click on the ••• button to the right of the payment you want to refund
- Select the Refund payment option
At that point a dialog should appear for refunding the payment, and you can specify the specific amount to refund there.