#goliath1879_error
1 messages ¡ Page 1 of 1 (latest)
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.
- goliath1879_docs, 55 minutes ago, 30 messages
- goliath1879_error, 6 days ago, 18 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259886808683249725
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Here is the request id: https://dashboard.stripe.com/test/logs/req_11I0hWGxvJ45mM
Hello
Give me a moment to take a look
looks like you're using the same Idempotency key as a previous request. What happens if you change it?
To clarify, when you use same Idempotency key as a previous request, Stripe returns the same API response as it did for the previous request without taking additional actions.
But even for the first request the error was still the same
https://dashboard.stripe.com/test/logs/req_vobuAPQnrbkZh7
I don't think changing the idempotency key will help
It is possible that the mandate was inactive when the request was made early on.. I'm trying to see when the mandate became active but it is taking a while... If you retry the request and it works then it was likely that
Okay I tried chaning the idempotency key and it worked
ohkay... so how long does it takes for a mandate to be active until I can use it?
ah great. So looks like mandate became active at 2024-07-08 14:20:19 UTC
https://dashboard.stripe.com/test/events/evt_1PaIQRSJWx115VVsRCexdHdC
But you made the request before that at 2024-07-08 14:20:00 UTC
https://dashboard.stripe.com/test/logs/req_vobuAPQnrbkZh7
If I remember correctly it used to be quite instant
I see that must be the reason
General recommendation is to listen to mandate.updated webhook events to get notified when the mandate becomes active
yup
Understood thanks for the help