Update Customer
Update customer related information
Update
POST
https://mapi.yuansfer.com/v1/customers/update
Request Body
Name | Type | Description |
---|---|---|
customerNo | string | The auto-generated user's ID in Yuansfer System when registered |
lang | string | Language customer speak |
timestamp | string | Current UTC time, correct format should be "yyyy-mm-ddTHH:MM:SSZ" |
merchantNo | string | Merchant ID |
storeNo | string | Store ID |
verifySign | string | The parameter signature |
city | string | The user's city |
company | string | The company name |
country | string | The user's country |
countryCode | string | The user's country code |
customerCode | string | The user-defined user's ID in Yuansfer's system when registered |
dateOfBirth | string | The user's date of birth |
string | The user's email address | |
firstName | string | The user's first name |
lastName | string | The user's last name |
mobileNumber | string | The user's cell phone number |
phone | string | The user's phone number |
state | string | The user's state |
street | string | The user's street address |
street2 | string | The user's address, second line |
zip | string | The user's zip code |
Response
Parameter | Type | Description |
ret_msg | string | The response return message. |
ret_code | string | The response return code. For more details, see here. |
Last updated