#munjay_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/1367777496690589736
đ 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.
- munjay_api-version-upgrades-sandbox, 15 hours ago, 23 messages
hi there!
first, I would recommend reading this doc about webhook versinong: https://docs.stripe.com/webhooks/versioning
then, if you want to upgrade your account (or a sandbox) to a new API version that is no the latest one, you need to contact Stripe support directly and they'll do the upgrade for you: https://support.stripe.com/contact
so our webhook has already been upgraded
and our backend java has already been upgraded to one of the latest versions
i can see an option to upgrade our stripe api here
but is there a way to roll this api upgrade via test mode first? we do not want this to break our platform which is currently stable and processing many payments
if you create a Sandbox, then yes you can upgrade to Basil there (but not to Acacia, for this you would need to contact Stripe support)
ah right okay, so because my webhook isnt the latest version (basil), i shouldnt update the stripe api to basil, but i should update it to acacia?
but i had some more questions about the sandbox
is there a way to copy over test details to the sandbox?
but i should update it to acacia?
that's completely up to you. but your API version and your stripe-java SDK version need to match, otherwise you'll get errors. if you are using 28.2.0, then you have to use acacia as mentioned here https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#2820---2024-12-18
is there a way to copy over test details to the sandbox?
No, but you can copy your main account details to a sandbox. I recommend trying this in your dashboard, where everything is explained.
okay, having discussed it with the wider team, we will be looking into solving this issue later on, during a less busy season for the company