#Gonza
1 messages · Page 1 of 1 (latest)
That's not available directly. You could go via the invoice parameter, and use the subscription field on the Invoice object: https://stripe.com/docs/api/invoices/object#invoice_object-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.
You'd need to do an API call for that and expand data.invoice
Perfect, thanks