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
How do you pass a variable by value?
What is a controller in programming?
What is mysql_fetch_object?
Give the case where we can use get and we can use post methods?
What is the difference between print() and echo()?
Why php is also called as scripting language?
What is the difference between myisam and innodb?
What is the maximum size of a table in mysql?
What is singleton class in php?
What are the new features available in php 7?
How to get no of arguments passed to a PHP Function?
How we can get the number of elements in an array?
Explain some most commonly use string functions in php?
Why do we use namespace in php?
What is a model in php?