Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linkpoint API (YourPay)


Guest

Recommended Posts

Hello, I have my linkpoint API and PEM files properly uploaded, but when I try to confirm an order it comes up "The page cannot be displayed".

 

Below are my results from Debugging.

 

I've tried making a transaction with a live credit card and a test card "4111111111111111" and get the same results. Please let me know if you can provide any help on resolving my warning isssues.

 

---------------

 

at curl_process, incoming data:

host = secure.linkpt.net

port = 1129

keyfile = /hsphere/local/home/****/domain.com/oscommerce-2.2rc2a/catalog/includes/modules/payment/linkpoint_api/**********.pem

configfile = **********

ordertype = PREAUTH

result = LIVE

transactionorigin = ECI

ponumber = 1002

taxexempt = Y

terminaltype = UNSPECIFIED

ip = **.***.***.***

tax = 0.00

chargetotal = 1.00

cardnumber = 4111111111111111

cardexpmonth = 12

cardexpyear = 08

cvmindicator = provided

cvmvalue = 123

userid = Name

company =

address1 = 123 abc st.

address2 =

city = town

state = PA

country = US

phone = 555-555-5555

addrnum = 123 abc st.

zip = 15601

sname = Name

saddress1 = 123 abc st.

saddress2 =

scity = Town

sstate = PA

szip = 15601

scountry = US

 

Warning: htmlspecialchars() expects parameter 1 to be string, array given in /hsphere/local/home/***/domain.com/oscommerce-2.2rc2a/catalog/includes/modules/payment/linkpoint_api/lphp.php on line 172

items =

debugging = true

 

sending xml string:

<order><orderoptions><ordertype>PREAUTH</ordertype><result>LIVE</result></orderoptions><creditcard><cardnumber>4111111111111111</cardnumber><cardexpmonth>12</cardexpmonth><cardexpyear>08</cardexpyear><cvmvalue>123</cvmvalue><cvmindicator>provided</cvmindicator></creditcard><billing><name>Name</name><company>

</company><address1>123 abc st.</address1><address2></address2><city>town</city><state>PA</state><zip>zipcode</zip><country>US</country><userid>3</userid><phone>555-555-5555</phone><addrnum>123 abc st.</addrnum></billing><shipping><name>Name</name><address1>123 abc st.</address1><address2></address2><city>TOWN</city><state>PA</state><zip>ZIPCODE</zip><country>US</country></shipping><transactiondetails><ponumber>1002</ponumber><taxexempt>Y</taxexempt><terminaltype>UNSPECIFIED</terminaltype><ip>12.134.214.220</ip><transactionorigin>ECI</transactionorigin></transactiondetails><merchantinfo><configfile>1001198984</configfile><keyfile>/hsphere/local/home/***/domain.com/oscommerce-2.2rc2a/catalog/includes/modules/payment/linkpoint_api/1001198984.pem</keyfile><host>secure.linkpt.net</host><port>1129</port></merchantinfo><payment><chargetotal>1.00</chargetotal><tax>0.00</tax></payment> <items> <item> <id>61</id> <description>test</description> <quantity>2</quantity> <price>0.01</price> </item> </items> </order>

 

 

Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/***/domain.com/oscommerce-2.2rc2a/catalog/includes/modules/payment/linkpoint_api/lphp.php:169) in /hsphere/local/home/***/domain.com/oscommerce-2.2rc2a/catalog/includes/functions/general.php on line 33

 

--------

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...