#bumbzor_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/1473295805816504404
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
It looks like:
- req_3eOriE0R9MJPmz is creating a SetupIntent
- req_EDObYLFFbzo41m is updating an existing SetupIntent, and you can only update certain attributes: https://docs.stripe.com/api/setup_intents/update
So in the failed case, seti_1T1407LZEvMFQ6fa0Jzfkqur already had usage: off_session. You don't need to set this again when updating the SetupIntent
understood so the update call should not pass usage at all ?
That's correct
perfect thanks a lot!
You're welcome!
what's strange is that its not happening all the time. let me try and get another example