#Alfanatique(aka Mike D)-webhooks

1 messages ยท Page 1 of 1 (latest)

hallow onyx
#

Are you sure stripe is able to access/send requests to your webhook endpoint? IS it possible you're blocking those requests?

obsidian cipher
#

I don't know

#

the API key is correct as i could access to the payment page, sucessfully paid but it seems that the webhook cannot send the data back to the web server

hallow onyx
#

So you can confirm that the event is actually reaching your production server?

obsidian cipher
#

alright so problem sovled just right now

#

the problem was

#

highlighted line was null, so I replaced this by a "" as I got the customer ID on my database anyway ๐Ÿ™‚

hallow onyx
#

ahh gotcha - so your server was responding back with a 500, it wasn't that we couldn't reach your server

obsidian cipher
#

YES

#

checkoutsessionCompleted custoemr email was null

#

but it's ok

#

i replaced this by a ""

#

it's good now as I still store the customer Id

hallow onyx
#

๐Ÿ‘