#Vangelis
1 messages · Page 1 of 1 (latest)
hi! there isn't really a direct way, the most sensible way would be that when you're handling the checkout.session.completed event, you can go session->subscription->latest_invoice and then call https://stripe.com/docs/api/invoices/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you @proper coral !