Skip to main content
POST
/
user
/
create
创建用户
curl --request POST \
  --url http://dev-cn.your-api-server.com/user/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": "<string>",
  "merchantUserId": "<string>",
  "channel": "<string>",
  "email": "[email protected]",
  "mobileNumber": "<string>",
  "mobilePrefix": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "powerCardUserId": ""
  }
}

Interface Description

Create a user
For card products that do not require KYC verification, users must be created before creating cards.
merchantUserId is the merchant’s own user ID, which must be globally unique.

Body

application/json
merchantId
string
required

Merchant ID

merchantUserId
string
required

Merchant User ID

channel
string
required

Card Opening Channel

email
string<email>

Email

mobileNumber
string

Mobile Number

mobilePrefix
string

Mobile Prefix

Response

200 - application/json
success
boolean
default:false

Whether the business processing is successful

errorCode
string

Error code

errorMessage
string

Error message

errorMessageEn
string

English error message

detailMessage
string

Detailed message

requestId
string

Request UUID

data
object

Result