#m.michalis
1 messages · Page 1 of 1 (latest)
currency_options isn't included by default so that you need to expend it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i am retrieving the subscription. how can i find info about the upcoming invoice including the correct price and currency
You can retrieve the prices from the invoice line items (https://stripe.com/docs/api/invoices/object#invoice_object-lines) and then expand the price to retrieve the currency_options
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.