chargebee / chargebee-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update user info

tbates-up opened this issue · comments

Hi, is there a way to update a user's data such as email, first and last name?

When making a purchase, it appears to create a new customer in the dashboard, but I am unable to populate that user with more information.

Hi, SDK takes only customer id as input. The purpose is to link customer id to subscription object.
If you want to update the details such as email, first and last name then please use Chargebee's REST APIs to update the customer object.