- This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › I cannot use "Subscription Payments Addon" on two different sites
Tagged: Subscription Payments Addon
I acquired the ADDON BUNDLE license
I am active and it says: You can use the addons on all your sites.
I cannot use “Subscription Payments Addon” on two different sites
Whenever I create a “Webhook” on one site, it gets in error for the “Webhook” on the second site
I already tried to delete “Webhook” and “Clear Cache” but still have the same problem
As soon as I create a live “Webhook” or test, it gets in error on my second site
I also use different browsers to avoid recognition of the same request by the same browser!
Should I use a different IP address to create the “Webhook” from the plugin settings?
Or should I work manually for the creation of “Webhook”?
Or do I need to do something special to use it on several different sites?
Do you have a solution?
thank you in advance
So one thing to understand about Stripe is that for every different domain, you will need to create a new Stripe account for it (within your main Stripe account). You can’t just hook your ONE API key set to many sites. Each of your domains need a separate Stripe entity. It is a little different than how you would handle this with PayPal.
Within your Stripe account, you can create new accounts (sub-accounts really) for each of your sites. Then those accounts will have a different set of API keys that can be used to connect to it. It will then create webhooks within those sub-accounts.
Is this something that may need to be sorted out for your setup (or you already have different sub-accounts that you are connecting to different sites)?
Perfect so I will create stripe sub account
thank you very much for your reply