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 are the uses of implode() function?
What does empty mean in php?
Tell me what should we do to be able to export data into an excel file?
What is php and its features?
What is properties of class?
What is difference between base_url and site_url?
How to redirect a url from http to https in .htaccess?
What are the final class and final method?
How to replace a substring in a given string in php?
What is constructor and destructor?
How can cross site request forgery csrf be prevented?
What is api used for?
What types of Data Can Be Used as Array Keys?
What is difference between array_merge and array_combine?
How to get number of days between two given dates using PHP?