#oleg.moseiko
1 messages · Page 1 of 1 (latest)
i try to stop execution webhook on breakpoint
and try debug code and check variables
Okay that should work fine but really it has to do with your IDE, not Stripe.
How are you trying to test your Webhook endpoint?
/ webhook.php
//
// Use this sample code to handle webhook events in your integration.
//
// 1) Paste this code into a new file (webhook.php)
//
// 2) Install dependencies
// composer require stripe/stripe-php
//
// 3) Run the server on http://localhost:4242
// php -S localhost:4242
Have you followed https://stripe.com/docs/webhooks/test to try testing your local endpoint with the CLI ?
Okay so seems like you successfully tested.
What issue are you running into exactly?
try to stop execution webhook on breakpoint