#devendra_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/1448314701070205060
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, looking into this now. Can you share the request IDs for the two requests here?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sorry what kind of request id?
The link I shared above shows how to get the request ID for an API request in your dashboard developer logs
there no logs in stripe because it given error when i try to update subscription schedule.
Are you getting my query ?
one more thing my subscription schedule in main account not in connect acount
I'm looking for the request through our logs, there should definitely be a request ID if you're getting this error. What we need to see is how the subscription and subscription schedule are created, and how you're updating it. The application_fee_percent is meant to be used with Connect only, as noted in the docs:
https://docs.stripe.com/api/subscriptions/object?api-version=2025-11-17.preview&rds=1#subscription_object-application_fee_percent
So I need to see if you're using direct charges, destination charges, etc.