#mochihealth
1 messages · Page 1 of 1 (latest)
Hi there
You want to look at the Charge object and the amount_refunded (https://stripe.com/docs/api/charges/object#charge_object-amount_refunded) versus the amount_captured (https://stripe.com/docs/api/charges/object#charge_object-amount_captured)
but will that be reflected in the original charge if I use the create credit note api?
Ah didn't realize you were going to use credit notes.
I believe it will yes, but recommend testing that as I don't recall for sure
what is the difference between using credit notes and the refund api
because i see that when you cancel and refund from the dashboard it issues credit note but when you do a regular partial refund from the dashboard it uses the refund api
Credit notes help you track against invoices directly
I assume you have seen https://stripe.com/docs/invoicing/dashboard/credit-notes already but just in case you should read through that
So it really is just a preference thing for how you want to handle it