#.abishek
1 messages · Page 1 of 1 (latest)
You can use the Upcoming Invoice API
you mean this? https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a way to know for a specific invoice? since subscription has an invoice
if the customer had multiple invoices, then that wouldn't work right?
You can specify the Subscription Id on that API
oh ok, I see it now, I was looking at the example, thank you. which attributes on the object indicates the upcoming invoice date?. Do I use period_start?
Yeah I think so, or created. Please try it out!