| Field | Description | How your system uses it |
|---|---|---|
iv |
Initialization vector returned with the encrypted response. | Use it with the original AES session key to decrypt the encrypted payload. |
encryptedPayload |
Encrypted card data returned by Payblr. | Decrypt it on the client side using the original AES session key and returned iv. |
signatureOfPayloadAndIv |
Signature used to validate the encrypted payload and IV. | Verify the response signature using the applicable Payblr Signing Public Key before trusting the response. |