encryptedPayload
You use the encryptedPayload
element to submit an encrypted transaction to Worldpay. You can use this element in Online transactions only.
Since the payload
element contains an encrypted transaction, the response to this message is the standard response to the submitted transaction. For example, if you submitted an encrypted authorization
as the payload, you receive an authorizationResponse
with the request results.
Parent Elements:
Attributes:
None
Child Elements:
Required: encryptionKeySequence, payload
Example: encryptedPayload Structure
<encryptedPayload>
<encryptionKeySequence>1234567890</encryptionKeyRequest>
<payload>JHDSJHFGJKHDFKJHGDKJSHGDFT234234kjh2g34jkhg23g45982</payload>
</encryptedPayload>