#robbie3920
1 messages · Page 1 of 1 (latest)
yes. I saw it.
so Should I call http://localhost:4242/webhook?
For tracking the stripe event?
what do you mean by call http://localhost:4242/webhook for tracking the stripe event?
you will need to use stripe cli to test webhooks locally
yes, you can use Stripe CLI to test webhooks locally
if I want to run this for production mode, how to do it?
my node server will run on linux server.
I have domain for this. and also I have react frontend.
Hi @bright sigil we can only help with questions related to Stripe APIs and products, and we can't help you setup ror deploy servers.
yes. I hope to learn about stripe APIs.
so I have created the node server and deploy it to my linux server.
my node server has this api.
/webook
I guess this webhook is for tracking the stripe transactions.
but at least we should run this webhook service for tracking the transactions.
I hope to learn how to run this webhook service in my node server.
OK, so you have already deploy server and you want to setup a webhook endpoint to receive webhook events in your server, am I right?
yes
deploy is no problem.
I just want to how to run the webhook to track my stripe payment transactions.
Once I call the /webhook endpoint, this tracking transaction service is active?
https://stripe.com/docs/development/dashboard/register-webhook this is how you register a webhook endpoint