Cardholder Management
Cardholder-Create
Request
merchantOrderNo
String
false
Merchant order number. length[20...25]
cardTypeId
Long
true
Card type ID
areaCode
String
true
mobile
String
true
Mobile phone number. length[5...20]
String
true
Email address. length[5...50]
firstName
String
true
Name. Only English characters are supported. length[2...60]
lastName
String
true
Last name. Only English characters are supported. length[2...60]
birthday
String
true
Date of birth. yyyy-MM-dd
country
String
true
town
String
true
address
String
true
Only English characters are supported. [Special characters supported: , . - /]
can only contain letters, numbers, hyphens and spaces. regex: ^[A-Za-z0-9\- ]+$
length[2...40]
postCode
String
true
Postal code. length[2...10]
Response
holderId
Long
true
Cardholder ID
merchantOrderNo
String
false
Merchant order number
cardTypeId
Long
true
Card type ID
status
String
true
Status.
wait_audit
: pending audit;
pass_audit
: passed audit;
under_review
: under review;
reject
: reject
statusStr
String
false
Status description
respMsg
String
false
remark
Example Response
Cardholder-Update
Request
holderId
String
true
Cardholder ID
areaCode
String
true
Mobile phone area code. length[2...5]
mobile
String
true
Mobile phone number. length[5...20]
String
true
Email address. length[5...50]
firstName
String
true
Name. Only English characters are supported. length[2...60]
lastName
String
true
Last name. Only English characters are supported. length[2...60]
birthday
String
true
Date of birth. yyyy-MM-dd
country
String
true
Country/Region Code
town
String
true
City Code
address
String
true
Only EnglOnly English characters are supported. [Special characters supported: , . - /]
can only contain letters, numbers, hyphens and spaces. regex: ^[A-Za-z0-9\- ]+$
length[2...40]
postCode
String
true
Postal code. length[2...10]
Response
holderId
Long
true
Cardholder ID
merchantOrderNo
String
false
Merchant order number
cardTypeId
Long
true
Card type ID
status
String
true
Status.
wait_audit
: pending audit;
pass_audit
: passed audit;
under_review
: under review;
reject
: reject
statusStr
String
false
Status description
respMsg
String
false
remark
Example Response
Cardholder-Query
Request
pageNum
Integer
true
Current page. Default is 1
pageSize
Integer
true
Number of pages per page. Maximum 100, default 10
holderId
Long
false
Cardholder ID
areaCode
String
false
Mobile phone area code. length[2...5] areaCode and mobile are passed at the same time or not
mobile
String
false
Mobile phone number. length[5...20]
String
false
Email address. length[5...50]
merchantOrderNo
String
false
Merchant order number
Response
holderId
String
true
Cardholder ID
merchantOrderNo
String
false
Merchant order number
cardTypeId
String
true
Card type ID
areaCode
String
true
Mobile phone area code. length[2...5]
mobile
String
true
Mobile phone number. length[5...20]
String
true
Email address. length[5...50]
firstName
String
true
Name. Only English characters are supported. length[2...60]
lastName
String
true
Last name. Only English characters are supported. length[2...60]
birthday
String
true
Date of birth. yyyy-MM-dd
country
String
true
Country/Region Code
town
String
true
City Code
address
String
true
address
postCode
String
true
Postal code. length[2...10]
status
String
true
Status.
wait_audit
: pending audit;
pass_audit
: passed audit;
under_review
: under review;
reject
: rejected
statusStr
String
true
Status description
respMsg
String
false
remark
createTime
Long
true
Creation time. Milliseconds
updateTime
Long
true
Update time. Millisecond timestamp
Example Response
Last updated