#robbie3920

1 messages · Page 1 of 1 (latest)

shut saddleBOT
lunar marten
bright sigil
#

yes. I saw it.

#

For tracking the stripe event?

shut saddleBOT
pearl mirage
#

what do you mean by call http://localhost:4242/webhook for tracking the stripe event?

tight granite
#

you will need to use stripe cli to test webhooks locally

pearl mirage
#

yes, you can use Stripe CLI to test webhooks locally

bright sigil
#

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.

lunar marten
#

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.

bright sigil
#

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.

lunar marten
#

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?

bright sigil
#

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?

lunar marten