#PghDev
1 messages · Page 1 of 1 (latest)
If you refund the charge directly no, the invoice wouldn't change
Though if you examined the charge via the invoice you'd see the refunded amount
https://stripe.com/docs/api/charges/object#charge_object-amount_refunded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Could there be scenarios where if the invoice is marked paid, the charge id doesn't get populated in the charge property in the invoice object?