Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One stripe account with multiple webhooks for different services

I have already integrated Stripe payments into one of my websites, and all is working great (and I'm using a unique webhook for this website).

I have just created an entirely different service through another website of mine, and am in the process of integrating Stripe on that website too.

However I have one problem, as far as I can see, I have to use the same webhook for both of my services. This won't work tho!! I really need separate webhooks for each service... is this possible?

PS: I read on Stripe's docs that every event will be sent to every webhook in the list (https://dashboard.stripe.com/account/webhooks).

Please somebody shed some light!

like image 688
dev Avatar asked Dec 20 '15 20:12

dev


2 Answers

This was such a tidy fix.

Simply log in to your Stripe dashboard, and in the top right click you account name and then click 'Create New Account'.

Props to Matthew for the answer.

like image 53
dev Avatar answered Oct 13 '22 04:10

dev


Log in to your Stripe Dashboard and there is a drop down option that shows your current account name on the top left hand side. Select it and add new account.

like image 22
user56236 Avatar answered Oct 13 '22 02:10

user56236