Hi @fschilling3
I had some testing run and what I suspected with that plugin is occuring. The Stripe customer objects won’t be listed as orphans. What I mean by “orphaned” is those Stripe customer ID’s won’t have anything to associated them back to your website. Because of that, a new Stripe customer object is created each time that customer returns to your site and makes a purchase.
So let’s say John Smith makes a purchase on your site on May 11th, 2024. That plugin will create a Stripe customer object during the checkout process. That same customer comes back on May 20th, 2024 and makes another purchase. That plugin would then create a new Stripe customer object. So you end up with a bunch of customer objects with the same data.
That may not be a concern for you, but it’s important to note there are performance impacts to that design.
Can you provide some details on why the “guest” entry is not suitable for your business process? That will be very helpful when considering how we might approach a new design or option.
Kind Regards