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 |
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Tell us how can we access the data sent through the url with the post method?
Which php global variable is used for uploading a file?
What is chrome logger?
What are the options to transfer session ids?
What is meant by ‘passing the variable by value and reference' in php?
List some array functions in php?
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
What happens when submit button is clicked?
What is array filter php?
What is the use of final class in php?
What is the use of "enctype" attribute in a html form?