chadoz Posted July 31, 2010 Posted July 31, 2010 Anybody know how to get the order number given to Linkpoint Connect to match the actual order number? Right now Linkpoint customer support told me that if an order is sent to them without an order number, their system generates one by itself (usually 20-30 characters long). Any advice on how to get the API to tell Linkpoint what the order number is?
OldBuickParts Posted September 16, 2010 Posted September 16, 2010 Anybody know how to get the order number given to Linkpoint Connect to match the actual order number? Right now Linkpoint customer support told me that if an order is sent to them without an order number, their system generates one by itself (usually 20-30 characters long). Any advice on how to get the API to tell Linkpoint what the order number is? Chad, I have narrowed it down to the following section of the linkpoint payment module. You will see that the Order ID line is commented out. I have no idea how to insert the actual order number. I, too, am a noobie. Any help from the masses would be greatly appreciated. $myorder["transactionorigin"] = "ECI"; // For credit card retail txns, set to RETAIL, for Mail order/telephone order, set to MOTO, for e-commerce, leave out or set to ECI // $myorder["oid"] = ""; // Order ID number must be unique. If not set, gateway will assign one. $myorder["ponumber"] = "1003"; // Needed for business credit cards $myorder["taxexempt"] = "Y"; // Needed for business credit cards $myorder["terminaltype"] = "UNSPECIFIED"; // Set terminaltype to POS for an electronic cash register or integrated POS system, STANDALONE for a point-of-sale credit card terminal, UNATTENDED for a self-service station, or UNSPECIFIED for e-commerce or other applications $myorder["ip"] = $_SERVER['REMOTE_ADDR']; I hope somebody can help. Thanks in advance.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.