#kennyjack_error
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/1437651299372896328
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
Just for more information, last few month it was workingwith the same payload structure i pass to stripe until today i found out having issue above I mention
Hi there, give me a moment to catch up
Thanks for holding on. In the API request you shared req_bgWs8UJKcDaJlY [0], the phases parameter is missing when you're updating the subscription schedule
default_tax_rate is a parameter inside the phases object: https://docs.stripe.com/api/subscription_schedules/update#update_subscription_schedule-phases
so it should look something like phases.default_tax_rates, not default_tax_rates alone
[0] https://dashboard.stripe.com/acct_1KWwfgArTeYcLw6y/test/logs/req_bgWs8UJKcDaJlY
You said it was working before, could you share with me a request ID where it worked?
Yes, from my end i've make sure the default_tax_rate is inside the phases object:. But stripe throw error mention that default_tax_rates was outside of the phases. Can you double confirm the API / stripe is working correctly?
It was last few months and the log does retain on stripe. So i can't find it anymore