#macgraphic_21663
1 messages · Page 1 of 1 (latest)
👋 happy to help
HI, Thanks appreciate any pointers on this
this is not a Stripe error but rather an error that the webhook endpoint returned to Stripe
would you mind sharing the event ID?
Is this it: "sub_1NkNUODdwuc1cYsVm51aw8CX"
no it's evt_xxxx
Got it, sorry:
evt_1NkNV1Ddwuc1cYsVKzWbkTdQ
ok basically as I said this is part of your code for the webhook endpoint
Form is GravityForms with Stripe & User Registration add-ons.
but you have a registered webhook endpoint
This is the log for gravityforms stripe - you can see the log for the evt_ on this:
https://bdng.org.uk/wp-content/uploads/gravity_forms/logs/gravityformsstripe_73c90f28600bd898286e68b87935de3ea98dda2d.txt
Any thoughts?
I'm not familiar with gravity forms
what I can see is that there's a registered webhook endpoint on your Stripe Account. The event is sent to that webhook endpoint
and then Stripe receives the response
from that webhook endpoint
so basically the code that is behind https://bdng.org.uk/?callback=gravityformsstripe
is the one responsible for the response "Entry for subscription id: was not found. Webhook cannot be processed."