Stripe Webhook

I have followed your video instructions exactly and have tried to setup a webhook in Stripe using the code your site generates. I have tried for both new custome creation and new subscription creation. I have gone into Stripe in test mode and completed a payment but the webhook does not trigger in Stripe. At no time was data sent. I believe the issue is your webhook code that I use in Stripe is not working. Please comment
 

Fagun Shah

Well-known member
Stripe uses different webhook setup for Test Mode and Live mode. In which mode did you setup the webhook?
 

Tech

Member
Hey Fagun that worked. Now I am trying to figure out how to convert a Stripe date to a real date.
If you are connecting it with google sheets, what you can do is use this formula ("stripe cell"/86400000)+DATE(1970,1,1) where the stripe cell is one of the data that the webhook throws at you, otherwise use the unix date format for 11, 13 or 16 digits
 

AliCrump

Member
Hey, just to add to this, where is Date passed over, i can't see a field on the webhook info once it comes over from Stripe
 

Supreme

Well-known member
Staff member
Hey @AliCrump

You can refer to the following video tutorial on how you can pass the DateTime Formatter action step in your automation.

Kindly try this at your end accordingly and let us know if you get stuck at any step.

 
Top