We are doing subscriptions by account in our Flutter app.
When I log out and reconfigure from customer ID 1 to ID 2, the customer info of 1 will no longer have the purchase, and 2 gets it even though it didn't make the purchase. How can I make the purchase "stick" to ID 1?
Is this possible to do without the webhook or is it needed?