If anybody integrate "First Data Global Payment Gateway" in
your site?
Answers were Sorted based on User's Feedback
Answer / sangram
Yes,
First Create an account in on gateway site.Download
certification file (i think)['u_r_store_id'].pif
Upload it on your ftp.
create a xml-string which is to be send as request to
their server.now using curl post the data.you will get a
response xml string.parse it into array and analyse response
to see if transcation successfull.
Actual code i can't give as it belongs to company i work for.
It's request xml contain section for
billing,shiping,payment..
| Is This Answer Correct ? | 5 Yes | 5 No |
How is it possible to set an infinite execution time for php script?
What websites use php?
How can you declare a constant variable in php?
Explain what is meant by pear in php?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...
What is echo in html?
What is the difference between apache vs niginx?
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?
1 Answers Avanigoradia, Primus Global,
Are sessions stateless?
What is call by reference in php?
List the different types of print functions available in php?