[eluser]glemigh[/eluser]
I believe the PEM is for the LinkpointAPI not required for the Linkpoint Gateway.
I've worked with the API before, but never messed much using the Gateway before.
For the API it's something like:
Code:
$myorder["host"] = "secure.linkpt.net";
$myorder["port"] = "1129";
$myorder["keyfile"] = "YOURPEMFILENUMBER.pem";
$myorder["configfile"] = "YOURSTORENUMBER";
$myorder["ordertype"] = "SALE";
$myorder["result"] = "LIVE";
George