Get Card Data - Field Descriptions

The following page details each of the fields received in the response when using the Get Card Data endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when getting encrypted data.

FieldDescriptionMin LengthMax LengthTypeMandatory
keyThe base64 encoded, encrypted key.02147483648stringYes
paddingModeThe padding mode used to encrypt the AES key that is generated. This tells us how to decrypt the AES key. Select from PCKS1_5 or PCKS2_2.07StringNo
encryptionKeyLengthThe length of the public RSA wrapping key. Select from Rsa2048 or Rsa4096.07StringNo
hashingAlgorithmThe MGF hash function used when importing the key. Select from Sha256 or Sha512.06StringNo

Response Fields

A successful response for the Get Card Data endpoint will return a 200 response.

FieldDescription
ivThe encryption IV, stored in Base64.
encryptedPayloadThe encrypted data, stored in Base64.
signatureOfPayloadAndIvThe signature of the encrypted payload and IV.