🚧 PCI Compliance This endpoint requires PCI compliance. If you are PCI compliant and want this endpoint enabled, please work with your Synctera representative.
Reveal card details
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
The unique identifier of a card
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Card details
JWE compact serialization of the encrypted card data as defined in RFC 7516 Section 7.1.
Format: header.encryptedKey.iv.ciphertext.authTag
All segments are base64url-encoded and concatenated with periods.
header: Contains algorithm information and key identifier
The algorithm identifiers follow RFC 7518
encryptedKey: The content encryption key encrypted using ECDH-ES
iv: Initialization vector for AES-GCM
ciphertext: The actual encrypted data
authTag: Authentication tag for AES-GCM integrity verification
When decrypted, the ciphertext contains a JSON object with the following structure:
{
"pan": "5217866647558899",
"cvv": "123",
"expiration_year": "25",
"expiration_month": "06"
}"eyJhbGciOiJFQ0RILUVTK0EyNTZLVyIsImVuYyI6IkEyNTZHQ00iLCJraWQiOiJyZWNpcGllbnQta2V5LWlkIn0.AAAAAAAAAA.qcT0jHQJp5MI.0mxQptHnLbmpYmVF-HPzwg.iH2aDMwuCefM_iBPxuBbJA"