RESOURCE.NOT_FOUND
CARD.STATE_TRANSITION_NOT_ALLOWED
{ "cardInfoBizId": "VC_ABCDEF1234567890" }
curl --location 'https://api.lampays.com/card-products/cards/sensitive/reveal' \ --header 'X-API-VERSION: 1' \ --header 'X-Api-Key: {{api_key}}' \ --header 'X-Timestamp;' \ --header 'X-Nonce;' \ --header 'X-Signature;' \ --header 'X-Signature-Algorithm;' \ --header 'Content-Type: application/json' \ --data '{ "cardInfoBizId": "VC_ABCDEF1234567890" }'
{ "version": "string", "timestamp": 0, "success": true, "code": "string", "message": "string", "data": { "algorithm": "RSA-OAEP-AES-256-GCM", "keyFingerprint": "SHA256:1a2b...", "encryptedKey": "string", "ciphertext": "string", "aad": "string", "encryptedPayload": "string" } }