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 |
Why is facebook still using php?
What does $_ post mean in php?
Code to upload a file in PHP?
What are encryption functions in php?
How to protect special characters in query string?
What is the difference between $message and $$message?
What is the use of namespace in php?
Explain include(), include_once, require() and require_once?
What are the special characters you need to escape in single-quoted stings?
Why php was called as personal home page?
What is the use of extract function in php?
What are the encryption techniques in php?