#sach_Prt
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Hello Thank you for your support
do you have the request id? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
are you using this? https://stripe.com/docs/api/subscriptions/update#update_subscription-add_invoice_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_LDrL8HzDjfaGMt
no i use the post : https://api.stripe.com/v1/invoiceitems
with "subscription" as subscription ID
exactly same request as the dashboard
starting with version 2022-08-01 https://stripe.com/docs/upgrades#2022-08-01 pending_invoice_items_behavior are by default exclude meaning that they won't be added to the next invoice
instead you should use the API call I provided earlier
no worries, we're here to help