#tom_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/1357656251340947506
š Have more to share? Add more details, code, screenshots, videos, etc. below.
hello
How can I help?
i did setup a webhook URL for an in test mode.
i tried sending some webhook call from the webhook interface in test mode.
im not receiving anything. i tried with and without the send box in test mode
What's an evt_xxx ID you expect to receive?
im expecting to see some logs at least.
Im currently getting nothing on the api endpoint.
https://4225-23-234-83-220.ngrok-free.app/api/payments/webhook
The #1 marketplace to buy and sell models. Connect with verified sellers and find high-quality models.
that endpoint work using postman for example.
I need an evt_xxx ID please
where can i find that ?
In your Dashboard: https://dashboard.stripe.com/test/events
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
evt_3RA71yRfPNMcm4yv0R2oMJy0
but that one says there was no webhook made
i dont really get it.
otherwise i have
{
"url"
:
"https://api.stripe.com/v1/payment_intents"
,
"method"
:
"post"
,
"parameters"
:
{⦠8 items}
,
}
Response
Copy
{
"id"
:
"pi_3RA71yRfPNMcm4yv0RQ3lXNH"
Copy
,
"object"
:
"payment_intent"
,
"amount"
:
2000
,
Can you paste the we_xxx ID from this page please
we_1RA6zyRfPNMcm4yv1xUscASS
evt_3RA71yRfPNMcm4yv0R2oMJy0 is a charge.succeeded event and your webhook isn't configured to listen for those events
https://dashboard.stripe.com/test/events/evt_3RA71yRfPNMcm4yv0qXdz1rP was sent to your endpoint
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
right but i dont see the webhook call i made on the TESTING dashboard in that Event one.
the events im trying to get are payment_intent
However it was delivered successfully ā your endpoint timed out whilst we awaited a response
It would suggest that the URL is not reachable, so your code at the URL is not even being ran
Not according to our systems