#krishnaKanabar-invoice-amount
1 messages · Page 1 of 1 (latest)
That value isn't stored on the Subscription object, you'd use this endpoint: 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.
How to receive it from subscription create api response
Well, that API call would return a Invoice object on the latest_invoice field which you can expand: https://stripe.com/docs/api/subscriptions/object#subscription_object-latest_invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But that's not the 'next' invoice, thats' the most recent one