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
Tell me what is pear?
Is php outdated 2019?
How do you clear environment variables?
What are the different types of php variables?
How to call a php function from another php file?
Is php class name case sensitive?
Explain type casting and type juggling.
Are objects passed by value or by reference?
What is the difference between single quoted string and double quoted string?
Which function would you use to determine the length of a string in php?
Inside a php function, what param needs to be set in order to access a global variable?
Why is used in php?
How to check curl is enabled or not in PHP
What is php and sql used for?
Is php faster than nodejs?