Is it a bad practice ? But its included on the left.
These are unrelated. The billing info on the left comes from your checkout page and corresponds to what your customer entered on the checkout page. The name and description of the customer object is different. They may or may not be populated based on how you have the plugin configured.
If you have the plugin configured to create the customer object when a user creates an account, then that information might not be available yet. You can change the plugin settings so a customer object isn’t created until time of checkout. That will ensure all data used to create the customer comes from the checkout page.
Kind Regards
Thread Starter
cagsan
(@cagsan)
You can change the plugin settings so a customer object isn’t created until time of checkout. That will ensure all data used to create the customer comes from the checkout page.
So the name, country etc. fetched from Googlepay / Applepay will be automatically send as name, country, when creating customer in Stripe, yes ? I checked the plugin and couldn’t see where to do it.
I checked the plugin and couldn’t see where to do it.
On the Advanced Settings page of the plugin you will see an option to control when a customer object is created. The option is called Customer Creation.
Kind Regards