Custom
| Key | Format | CND | Description |
|---|---|---|---|
| Custom | ans..1024 | O | "Custom"-parameter is added to the request data before encryption and is part of encrypted "Data" in Computop Paygate request. By this they are protected against manipulation by a consumer. The Custom-value is added to the Computop Paygate response in plain text and the "|" is replaced by a "&". By this you can put a single value into Custom-parameter and get multiple key-value-pairs back in response for your own purpose. |
Sample with multiple custom key-value-pairs:
Computop Paygate action | Computop Paygate request / response | English comments |
|---|---|---|
Computop Paygate request / Aufruf |
encrypted Request:
|
and is part of Blowfish-encrypted Data |
Computop Paygate response / Antwort |
| You receive Len + Data as encrypted response Custom-value is now part of response in plain text and not encrypted and "|" has been replaced by "&" so you can receive multiple key-value-pairs. |
Computop Paygate response / Antwort | mid=YourMerchantId&PayID=a0b2dh1234....&Custom1Key=Custom1Val&Custom2Key=Custom2Val&Custom3Key=Custom3Val | You receive Computop Paygate-response unencrypted Custom-value added to response in plain text and "|" has been replaced by "&" so you can receive multiple key-value-pairs. |
Sample with multiple custom values:
Computop Paygate action | Computop Paygate request / response | English comments |
|---|---|---|
Computop Paygate request / Aufruf |
encrypted Request:
|
and is part of Blowfish-encrypted Data |
Computop Paygate response / Antwort |
| You receive Len + Data as encrypted response Custom-value is now part of response in plain text and not encrypted and "|" has been replaced by "&" so you can receive multiple values. |
Computop Paygate response / Antwort | mid=YourMerchantId&PayID=a0b2dh1234....&Custom1Val&Custom2Val&Custom3Val | You receive Computop Paygate-response unencrypted Custom-value added to response in plain text and "|" has been replaced by "&" so you can receive multiple values. |