#eliasao_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/1326602477382008866
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! The problem is that you're using an older API version. Using allow_redisplay like that is only allowed in 2024-09-30.acacia or later: https://docs.stripe.com/upgrades#2024-09-30.acacia
Given that this allow_redisplay is now a required parameter to make "setup_future_usage"="off_session" work with Terminal, then the only way I can implement this is by upgrading the API version, is that right?
Correct.
thank you!
FWI before I came here, I tried to find if there was any API version requirement in this docs
https://docs.stripe.com/terminal/features/saving-cards/save-after-payment
It seems that there is no mention related with the API version there.
We don't typically mention specific API version requirements in our docs, as they assume you're using the latest API version. If you're using an older API version it's your responsibility to check the API upgrades and Changelog for details about what might be different in the API version you're using.
nice to know, thanks!