#ronymia.
1 messages · Page 1 of 1 (latest)
hi! what does your exact code for handling the webhook http endpoint look like?
this is my webhook method, even i tried signinng secret as string, in case it is not fetch from db
don't call json_decode on the $payload
let me try
you have to pass the exact raw payload as received , that's what we show in all the docs
but in test mode the process is working smootly ,
it's giving error in live card payment
what's the event ID evt_xxx of an example that failed?
you could try yes
from your Stripe Dashboard where it shows events failing
customer.subscription.created
but this event i didn't find in stripe webhook failed tab
these are old
not sure what I can say, it has to be there somewhere. Make sure you're looking at the page for the correct endpoint in question
hi! I'm taking over this thread.
the error message you just shared seems pretty clear, no?
that means, should i connect plan after making switching live mode on stripe ?
it looks like you are using your live API keys, so you can only use objects created in live mode.
let me try
also I noticied you shared multiple time your webhook endpoint secret in this public thread. so make sure to expire your secret from the dashboard.