If anybody integrate "First Data Global Payment Gateway" in
your site?
Answer Posted / 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 |
Post New Answer View All Answers
What is php constructor?
Where php language is used?
What are super global variables in php?
What are objects in php?
Swap two variables value without using third variable in php ?
What is the function in PHP do not return a timestamp?
Name some of the constants in php and their purpose.
What is singleton design pattern in php?
What types of loops exist in php?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is strstr php?
What is the main difference between php 4 and php 5?
What is session php?
Can we extend two classes in php?
Describe PHP error and logging information?