#dingkai031
1 messages · Page 1 of 1 (latest)
Hi there, do you have the event ID?
https://stripe.com/docs/api/charges/object#charge_object-refunded As explained in the API ref doc, if the charge is only partially refunded, this attribute will still be false.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see, then.. how to differentiate between partiall refund, full refund and no refund?
https://stripe.com/docs/api/charges/object#charge_object-refunds you can check the list of refunds for partial refunds
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see, okay then.. thank youu