#taviksha-akar_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1280839736658890795
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- taviksha-akar_api, 1 day ago, 16 messages
- taviksha-akar_api, 6 days ago, 21 messages
hi! the upcoming invoice endpoint would work yes.
https://docs.stripe.com/billing/subscriptions/prorations#preview-proration
Ok but in stripe it shows texts like Update price from X to Y, Next invoice -> AMount due x. etc so these text are not available in the API response so do we need to adjust and fix that at our end ?
You'd use the data/fields returned from the the invoice endpoint to craft your UI as you need yes
OK thanks, Can you please help me with more more query. The returned response from invoice endpoint is giving me a url -
/v1/invoices/upcoming/lines?schedule_details%5Bproration_behavior%5D=none&sched*********** like this
how to hit it? what prefix show i use to run this?
Which API returns that? That looks like a Dashboard API call
This is the endpoint to use: https://docs.stripe.com/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.
yes This is the endpoint to use: https://docs.stripe.com/api/invoices/upcoming this is returning me the url. In doc also, it is showing that url will be returned.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry, I don't understand what you're asking me
I am asking that this api returned me the url staring with /v1/invoices/upcoming so what prefix should I use to see the result of the url on browser
result of the url on browser
What does this even mean
what is the use of the url given in response?
The URL where this list can be accessed.
https://docs.stripe.com/api/invoices/object#invoice_object-lines-url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's an endpoint where you can access that data (the lines array) separately
Ok thanks.
This endpoint: https://docs.stripe.com/api/invoice-line-item/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.