#gewibu
1 messages · Page 1 of 1 (latest)
Yes, the amount_refunded: https://stripe.com/docs/api/charges/object?lang=curl#charge_object-amount_refunded
To learn about timing you'd have to look at individual refunds
You can use expansion to get that when requesting charges:
https://stripe.com/docs/api/charges/object?lang=curl#charge_object-refunds
https://stripe.com/docs/api/expanding_objects
cool i didn't know about the expansions, thanks!
NP!