Questions tagged [protx]

6 questions
5
votes
10 answers

PHP :: Emulate
, forwarding user to page

I'm working on a PHP application that links into the Protx VSP Direct payment gateway. To handle "3D Secure" requests from the credit card processing company, I need to forward the user to a different website, mimicking a form that has been posted.…
fistameeny
  • 1,048
  • 2
  • 14
  • 27
1
vote
1 answer

3D Secure processing issue using dotnetcharge

I'm integrating a number of e-comm sites into different banks and decided the easiest method was to add in the dotnetcharge (www.dotnetcharge.com) library. It works well and means I can keep much of my code the same for each bank type and…
dooburt
  • 3,010
  • 10
  • 41
  • 59
0
votes
1 answer

Integrating CakePHP and Sage Pay (Protx)

I am needing to integrate Sage Pay on our website to accept online payments. I have downloaded and tested the PHP kit provided by Sage and have run a few successful tests, however, I don't know where to start when it comes to integrating this with…
iamdash
  • 449
  • 1
  • 3
  • 15
0
votes
1 answer

ASP.NET Protx gotchas

Does anyone have any experience of hooking up an ASP.NET application to protx? I am looking for things to be aware of and any gotchas as well as a high level summary of the process.
AJM
  • 32,054
  • 48
  • 155
  • 243
0
votes
2 answers

Read key/value pairs in HttpWebResponse

I want to read a string that looks exactly like this: VPSProtocol=2.22 Status=OK StatusDetail=0000 : The Authorisation was Successful. VPSTxId={BBF09A43-913E-14E3-B41B-E5464B6FF8A9} SecurityKey=EH8VFZUSH9 TxAuthNo=4979698 AVSCV2=SECURITY CODE MATCH…
dooburt
  • 3,010
  • 10
  • 41
  • 59
0
votes
1 answer

SagePay Test transactions are always Pending, say Failed in MySagePay

I've integrated SagePay Server using a PHP Library https://github.com/academe/SagePay I'm running on their Test mode using their test card details. Every transaction I put through comes back with a status of PENDING, my understanding is that when…