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 access a specific character in a string?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How can you submit a form without a submit button?
Tell me how can we connect to a mysql database from a php script?
what the new feature add in php 7.2?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
How send email using php?
Can you convert php to html?
For image work which library is used in php?
Tell me what type of operation is needed when passing values through a form or an url?
What are escaping characters?
What is isset in php form?
What is varchar mysql?
What is full form of php? Who is the father or inventor of php?
What is the use of die in php?