#MrBless
1 messages · Page 1 of 1 (latest)
No real easy way to do that. You likely want to go this route: https://stripe.com/docs/api/invoices/list#list_invoices-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
List all the Invoices associated to the sub_xxx, then you can use the payment_intent field on the Invoice and refund that way