Multiple webhooks on the same stripe account
-
Lets say I have two WooCommerce installations under the same domain
https://www.example.com/store/
https://www.example.com/en/store/
I’m using the same API key for one stripe account on these two installations. I’ve added two webhooks to my stripe account
https://www.example.com/store/?wc-api=wc_stripe
https://www.example.com/en/store/?wc-api=wc_stripe
Lets say someone made a purchase on https://www.example.com/store/ then will this cause any problem for the other installation https://www.example.com/en/store ?
I want to know if this is a correct implementation or not ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multiple webhooks on the same stripe account’ is closed to new replies.