#ppodolak
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
i suppose it will be this one req_FyhhMAikKvfqrQ
Looks like you're using redirectToCheckout?
FWIW, we did deprecate those old format keys with certain new products/APIs/UIs (like Checkout). But my understanding was that we should handle that gracefully, rather than error
Did that actually error though or was it just a warning?
Because the request you shared was seemingly a success
Ok, thanks. Wasn't clear from our logs. I'll file this with the team as I believe we handle it differently with other products
In the meantime, you should switch to a newer format key
ya, but for doin that i need to wait for my boss next 8hrs 😄
Do you need redirectToCheckout? It's mostly deprecated now
You can just use the url field returned on session creation for client/server redirect
thx!