encryptionKeyResponse
Worldpay returns an encryptionKeyResponse
element with a public key and a sequence number in response to an encryptionKeyRequest
. You can use the key to encrypt transaction and submit them using the encryptedPayload message.
Parent Elements:
Attributes:
None
Child Elements:
encryptionKeySequence, encryptionKey
Example: encryptionKeyResponse Structure
<encryptionKeyResponse>
<encryptionKeySequence>1234567890</encryptionKeyRequest>
<encryptionKey>JHDSJHFGJKHDFKJHGDKJSHGDFT234234kjh2g34jkhg23g45982</encryptionKey>
</encryptionKeyResponse>