dev
dev

Reputation: 1000

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!

Upvotes: 20

Views: 12195

Answers (2)

dev
dev

Reputation: 1000

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 which also matches Stripe's docs

You must use separate Stripe accounts for projects, websites, or businesses that operate independently from one another.

Upvotes: 17

user56236
user56236

Reputation: 49

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.

Upvotes: 2

Related Questions