mjjk91 -
Joined: 03 Feb 2004 Posts: 75 Location: Australia
|
Posted: Thu Jun 24, 2004 3:25 am Post subject: Verisign and PayFlow Link - Problems. |
|
|
G'Day Everyone,
Im currently using the trial version of PayFlow Link, in order to perform online transactions. Im not sure if anyone is adept in using PayFlow Link, but im having a problem with it, which im sure is a php problem. Basically, what happens is, the customer places their order, puts in all their information, and is given the output of the order on the screen, while inside the verisign secure server. Now, the problem exists when the user clicks the button to return to my site, PayFlow link also sends through a set of values, such as the address, amount, etc. The problem i am having is calling these values, and displaying them on the screen, or using the values for a conditional statement. Basically, what i would like to do is use the "results" value passed from the verisign page in an if....else conditional statement, but when i try to assign a variable this value, i dont get any result. This is the information straight from the PayFlow Link manual:
-------------------------------------------------------------------------------------
Returned Data Values
The set of name/value pairs returned to your Web site depends upon the value that you set for the optional ECHODATA parameter. ECHODATA = “True” (the default) causes all possible values to be POSTed. ECHODATA = “False” causes a subset of values to be POSTed.
Values Returned When ECHODATA is True
The following values (listed in alphabetic order) are returned:
.
.
.
.
result
-------------------------------------------------------------------------------------
Anyone out there able to help me out with this problem?
Cheers
Michael Koch |
|