#tem-Subscription

1 messages · Page 1 of 1 (latest)

dry knoll
#

Hi there, so you have problems in receiving webhook events in your webhook endpoint?

brazen lodge
#

not too sure... when I go to test subscription.. it goes through onto success page.

The subscription even shows up in stripe dashboard afterwards.

However, after successpage-- it doesnt write on DB as noted it should in webnhooks.js

When i have stripe listen --forward etc and these events are firing, i get post error to 4242/webhooks

#

which I blieve it's not hitting webhooksjs correctly

dry knoll
#

Can you send me the error message?

brazen lodge
#

as u can see at the bottom of the left side, it goes through to /success

sucecssfully

dry knoll
#

It says Failed to POST, is your local server running?

brazen lodge
#

here the payment is created on stripe

#

yes it's running as seen on the left side

dry knoll
#

Can you double check the port number?is it really 4242?

brazen lodge
#

changing the port-- i see i get 404 when submitting sub

dry knoll
#

Check the server routing config and see if it is handling requests from /webhooks/

brazen lodge
#

ah ok perfect-- it goes through now, as well as onto DB. thank u

dry knoll
#

Nice! Happy to help!