#undefined115
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) with 500 error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
excuse me, i'm still using in test environment and i dont create any original webhook in stripe dashboard
This is not a Webhook. If you create a request with Stripe and face 500 error, it will be shown in the Dashboard request log history. We'd need the request ID (req_xxx) to find out why 500 happened
As I see , i got this , but it not log 500 error even i filter failed response, but i use it on localhost it not have any error and can be able to create-payment-intents but i deploy to netlify - the api i create for create-payment-intent return to 500 error
😦
I included 1 is from netlify and 1 is from localhost for reference
Based on the screenshot, the error was thrown from your server, not Stripe
I'd recommend checking why your server with create-payment-intents endpoint returned 500 to your client
Ohhh , I dont know why in local is success but deploy to netlify return error 😦