#Kamiyabali - webhook

1 messages · Page 1 of 1 (latest)

astral cloak
#

hi there,
Are you asking for webhook signature verification ?

next orbit
#

yes

astral cloak
next orbit
#

Yes, folowing this guide.
laravel (Php)

astral cloak
#

For your webhook endpoint, you need to make sure that the request payload is not parsed as JSON, it needs to be as a raw when you call
$event = \Stripe\Webhook::constructEvent($payload, $sig_header, $endpoint_secret);
Make sure that there is no parser until this call