#zachjjjj
1 messages · Page 1 of 1 (latest)
Do you have the example refund id?
Ok so it's expected since refund.created is only for cash balance type refund. You will receive charge.refunded but to be able to get the Refund object, you would want to call List Refund and filter by the Charge Id: https://stripe.com/docs/api/refunds/list#list_refunds-charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.