put
https://api.processout.com/customers/
You can update a Customer object that you have already created by modifying its data fields directly and then calling the save() function on the object. You would most likely update a customer's details after first fetching them from storage.

