#alexanderg
1 messages ยท Page 1 of 1 (latest)
Hello ๐
It is expected
https://stripe.com/docs/connect/webhooks#:~:text=For Connect webhooks,should be taken.
For Connect webhooks, itโs important to note that while only test webhooks will be sent to your development webhook URLs, both live and test webhooks will be sent to your production webhook URLs. This is due to the fact that you can perform both live and test transactions under a production application. For this reason, we recommend you check the livemode value when receiving an event webhook to know what action, if any, should be taken.
if you have a payout ID (starting with po_xx ) then I can double check and confirm
po_1MQhXoRF2tjxpxAmwCXGjDrY
Please confirm that it is test and was not really paid.
yup it is test mode
So all test events go to Prod webhook?
For connect webhooks, yes!
Thank you!
NP! ๐ happy to help