Hi !
Has anyone successfully integrated Samport (
www.samport.se) payment solution ?
Samport requires that data is encrypted so somewhere additional PHP code must be added.
Call to Samport is today done like the example below so the question is how to integrate this with FWS..
$DataPre= "...";
$Data = Encrypt($DataPre, hex2asc($SecretKey));
$URL = "
http://unix.telluspay.com/EncryptedPost/?Data=$Data&TPID=$TellusPayID";
header("Location: $URL");
Thanks!
BR Gudmund