Skip to main content
POST
/
card
/
create
创建卡片
curl --request POST \
  --url http://dev-cn.your-api-server.com/card/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": "<string>",
  "merchantUserId": "<string>",
  "powerCardConfigId": "<string>",
  "channel": "<string>",
  "activeSerialNo": "<string>",
  "email": "<string>",
  "mobileNumber": "<string>",
  "mobilePrefix": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "powerCardId": "",
    "status": ""
  }
}

Body

application/json
merchantId
string
required

Merchant ID

merchantUserId
string
required

Merchant user ID

powerCardConfigId
string
required

PowerCard application configuration ID

channel
string
required

Channel

activeSerialNo
string
required

Merchant card activation serial number

email
string

Email

mobileNumber
string

Mobile number

mobilePrefix
string

Mobile number country code

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