#abroadly_unexpected
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/1306089224025542667
📝 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.
- abroadly_unexpected, 15 hours ago, 8 messages
hi
Hello
gave a service error on the website.
Can you share the request ID (req_xxx) of the error? 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.
req_RH98zKZ3h0ggz4
As mentioned in the error of https://dashboard.stripe.com/logs/req_RH98zKZ3h0ggz4, you set the price as the inactive one. You should set the price ID as the new price, not the old price ID. For every new price created, new ID will be created. You should use the price ID of the new price instead.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'm not a coder, Stripe has been implemented by developers we have hired. I just followd the steps on how to adjust the price.
How do i set the price ID?
Your developer should update the price ID to the new one in the code when creating the hosted payment page
This can't be done in Stripe Dashboard
So we won't ever be able to update the pricing ourselves?
The price ID is set by your own system that Stripe has no visibility about how your developer integrates it. You'd need to check with your developer whether he/she can build your own Dashboard / UI to update the price ID internally yourself.
Okay, we thought this would be automatically implemented when Stripe was integrated on our platform.
Especially because the products are showing in our Stripe, including the pricing. So it is still a bit unclear why we are not able to update this from our end.
Creating the price in Dashboard is different from integrating with the Checkout Session (hosted payment page). For every newly created price, it should be updated in your integration as well
Okay, thank you. Do you have any idea how much work this updating would be?
If it's just simply updating the price ID in the code, it's just a one-line change. However, if your integration is more complicated that requires working with your database and other stuffs, the work might be more. I'd recommend checking with your developers to assess how much work it will be
Okay, thank you for your help River!