#faroukHz

1 messages · Page 1 of 1 (latest)

robust fieldBOT
latent harbor
#

Hi there, so you are using the same Stripe account secret key in both of your laravel projects?

meager meadow
#

yes

#

same secret key and same creds with different webhook keys

latent harbor
#

OK, then it's expected because both laravel projects are using the same secret key from the same account

meager meadow
#

should i create a secret key for both projects

#

also a publishable key ?

latent harbor
#

If you want to separate the webhook event handling, you should create another Stripe account for the 2nd laveral project

meager meadow
#

i have one stripe account and two webhook each webhook is linked to a project

#

how can separate webhooks

#

keep in mind that both webhooks have commun events such as invoice.paid

latent harbor
#

When an event occurs in your Stripe account, both webhook endpoints will get notified if they all listen to that event.

#

So my advice is to create two separate Stripe accounts for your two projects respectively.

meager meadow
#

thank you very much for your help