Skip to main content
POST
/
wallet
/
api
/
user
/
reKyc
重新KYC
curl --request POST \
  --url http://localhost/wallet/api/user/reKyc
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "agencyCode": "<string>",
    "appId": "<string>",
    "appUserId": "<string>",
    "email": "[email protected]",
    "walletAccountType": "CORPORATE",
    "walletToken": "<string>"
  }
}

Query Parameters

agencyCode
string
required

代理商码

annualIncome
string

年收入(美元)

appId
string
required

App标识

birthday
string
required

格式为yyyy-MM-dd

detailedAddress
string
documentExpiryDate
string

证件过期时间

documentNo
string
required

证件号

documentType
string
required

证件类型

email
string
required

邮箱

firstName
string
required

只支持英文

gender
enum<string>

性别

Available options:
FEMALE,
MALE
lastName
string
required

只支持英文

mobile
string
required

手机号带地区编码

occupation
string

职业

photos
string
required

证件图片url

position
string

职位

region
string
required

地区

sign
string
required

签名

supportDocumentType
enum<string>

证明文件类型

Available options:
ADDRESS_PROOF,
BANK_STATEMENT,
EMPLOYMENT_CONTRACT,
IMMIGRATION_ENDORSEMENT,
PROOF_OF_VISIT,
SALARY_PAYSLIP,
TENANCY_AGREEMENT,
TRAVEL_PERMIT,
WORK_VISA
supportDocumentUrl
string

证明文件url

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
UserRegisterKycResponse · object