#tvanantwerp
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Just to confirm, these were the steps you followed? https://stripe.com/docs/quotes/create?testing-method=without-code#convert-quote-to-subscription
Unfortunately there's not a good way to get quote from a subscription object though. You can list quotes by customer with this endpoint: https://stripe.com/docs/api/quotes/list and then in your code you can find the one that has the subscription id you're looking for: https://stripe.com/docs/api/quotes/object#quote_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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for letting me know. I'm surprised the quote field is absent on subscription objects in the API given that I can see the link from subscription to quote in the dashboard.
Yeah I can't say for sure why quote isn't a part of the subscription object