Skip to main content
POST
/
card
/
printCard
打印实体卡
curl --request POST \
  --url http://dev-cn.your-api-server.com/card/printCard \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel": "<string>",
  "merchantUserId": "<string>",
  "merchantId": "<string>",
  "powerCardId": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "powerCardId": "",
    "status": ""
  }
}

Body

application/json
channel
string
required

渠道

merchantUserId
string
required

商户用户id

merchantId
string
required

商户id

powerCardId
string
required

powerCardId

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