#PixelNinja-test-webhooks
1 messages · Page 1 of 1 (latest)
Hello! Can you clarify what you mean by get the events through the stripe node reference?
Hey, so I have the node module for stripe, which has the ability to get orders and stuff but I was wondering if that had any way of detecting a checkout session complete
I just was checking as that would feel more secure than webhooks, even with the signature verification
The only way other than webhooks would be to poll the API and check the status of the Checkout Session yourself
Ah I see - that probably wouldn't work too well, so I'll just try to ensure I secure the webhook as best as I can with the signature and run the tests with the local environment. Thanks!