#icurrytheteam
1 messages · Page 1 of 1 (latest)
When an user signs up your website, I believe you will create an identifier such as email address in your system. Take email address as an identifier for an example, a Customer object can be created with the email address. Once the Customer objected is created, you will save the Customer ID that corresponds to this email address in your database.
When the user comes back to your system next time with the email address logged in, you could retrieve Customer ID from your database and retrieve saved payment methods.
Ok, thanks so much. I had an idea exactly like this but I just wanted to confirm that it would be feasible.