Ok, but these conditions seem to be more from an accounting/policy standpoint then a technical reason. But I appreciate the info.
The thing is an instance of my ghost incorrectly got added which then registered itself as an endpoint into Stripe. For a new member the webhooks failed which is expected. But for the previously working endpoint the webhooks failed with the 401 previously given. Since then I have deleted both endpoints and spun up another Docker instance and the end point is working (?) However, the previous events which failed are still tied to the old endpoint.
That’s the first thing.
But also what about 2 instance of the same site. Ie 2 containers running the same DB. Would this register it self twice in Stripe. And would the keys differ for both, therefor causing issues. This is another part I need to confirm. As there’s nothing I have found online around the HA side of Ghost,
Thanks.