#sdasdq3we
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
https://stripe.com/docs/api/invoices/upcoming#upcoming_invoice have you tried this?
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
I am passing "subscription" and "subscription_items"
when I get invoice for that and when I actually update subscription there is amount difference.
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
and tell me what you expect vs what you get?
in_1O7uZnDASZN8ZxxtWjImnmPq
I want to get subtotal of like above invoice.
It was giving "$750.00"
But I want to get "$390.00"
What change you expect to make to the subscription for a $390 invoice?
I am updating subscription item and it is deducting remaining amount of deleted items.
Ok, https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#update-the-subscription-item you need to specify the subscirption item ID when updating.
when I am generating upcoming invoice right?