Stripe Webhook

Status: Closed · Asked by Wayne Fredin on · 0 views

Wayne Fredin — Question ·

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 — Reply ·

Stripe uses different webhook setup for Test Mode and Live mode. In which mode did you setup the webhook

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Wayne Fredin — Reply ·

Hey Fagun that worked. Now I am trying to figure out how to convert a Stripe date to a real date.

Fagun Shah — Reply ·
Hey Fagun that worked. Now I am trying to figure out how to convert a Stripe date to a real date.

Use Date/Time Formatter
Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Tech — Reply ·
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 — Reply ·

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

Pabblymember11 — Reply ·

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.

youtube.com/watch?v=XpRkxwytOOg

Back to all forum threads · Log in to reply