| Code | When |
|---|---|
RESOURCE.NOT_FOUND | card not found or belongs to another workspace |
curl --location 'https://api.lampay.app/api/v1/consumer/card-products/cards/sensitive/reveal' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cardInfoBizId": "VC_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"keyFingerprint": "SHA256:1a2b...",
"encryptedPayload": "string"
}
}