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 to find a specific value in an array?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
How cookies are transported from servers to browsers?
What is difference between rest api and restful api?
What are the common uses of php?
what is difference between PHP4 , PHP5
Is php dying 2018?
Is facebook still written in php?
What is difference between strstr() and stristr()?
Is php the same as html?
What is null value in php?
What are psrs? Choose 1 and briefly describe it?
How to access standard error stream in PHP?
Explain what is smarty?
What is the difference between Split and Explode in PHP?