The param-encryption
resource contains the parameters to be encrypted in the request and the encrypted string in the response. The encrypted string can then be included in the checkout page URL, as the value of the enc
parameter.
Request
Property Name | Type | Required | Description |
---|---|---|---|
parameters | container | Required | A container of parameter properties. |
Response
Property Name | Type | Description |
---|---|---|
decrypted-token | string | A string representing a collection of encrypted Hosted Checkout parameters or Hosted Payment Page parameters. |