Retrieve Customer
You can retrieve details of a customer by sending a POST request to Yuansfer Retrieve Customer API.
post
https://mapi.yuansfer.com
/v1/customers/retrieve
Retrieve
Parameter | Type | Description |
customer | object | The customer object. |
ret_msg | string | The response return message. |
ret_code | string |
Parameter | Type | Description |
zip | string | The user's zipcode |
firstName | string | The user's first name |
lastName | string | The user's last name |
customerCode | string | The user-defined user's ID in Yuansfer's system |
createdTime | string | The time when user registered account |
customerNo | string | The auto-generated user's ID in Yuansfer's system |
email | string | The user's email address |
country | string | The user's country |
updatedTime | string | The most recent datetime when making changes to the user account |
city | string | The user's city |
dateOfBirth | string | The user's date of birth |
phone | string | The user's phone number |
countryCode | string | The user's country code |
street | string | The user's street address |
street2 | string | The user's street address Second line |
state | string | The user's state |
lang | string | Language customer speak |
Last modified 1yr ago