#tom_api

1 messages Ā· Page 1 of 1 (latest)

urban galeBOT
#

šŸ‘‹ 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.

spark onyx
#

hello

potent matrix
#

How can I help?

spark onyx
#

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

potent matrix
#

What's an evt_xxx ID you expect to receive?

spark onyx
#

that endpoint work using postman for example.

potent matrix
#

I need an evt_xxx ID please

spark onyx
#

where can i find that ?

potent matrix
spark onyx
#

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
,

potent matrix
spark onyx
#

we_1RA6zyRfPNMcm4yv1xUscASS

potent matrix
#

evt_3RA71yRfPNMcm4yv0R2oMJy0 is a charge.succeeded event and your webhook isn't configured to listen for those events

spark onyx
#

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

potent matrix
#

However it was delivered successfully – your endpoint timed out whilst we awaited a response

spark onyx
#

im getting a Timed out. and i never got any log for theses

potent matrix
#

It would suggest that the URL is not reachable, so your code at the URL is not even being ran

spark onyx
#

the url is reachable;)

potent matrix
#

Not according to our systems

spark onyx
#

i dont really understand. its a ngrok simple https url

#

which works on postman.

potent matrix
#

Sure, maybe it is 'simple'. But there's a lot of network complexity so could be any number of factors

#

If you're developing locally, I'd recommend ditching ngrok and using our CLI to receive and forward the events to your local endpoint