Yuansfer DOCS
Search
K

Register Customer

To register a customer account with Yuansfer, sending a POST request to the Register Customer endpoint and include customer's detail in a JSON format in the request body.
post
https://mapi.yuansfer.com
/v1/customers/create
Register

Response

Parameter
Type
Description
customer
object
The customer object.
ret_msg
string
The response return message.
ret_code
string
The response return code. For more details, see here.

Customer Object

Parameter
Type
Description
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.