views:

499

answers:

1

Hi,

I want to integrate FirstData as my payment gateway.

How to start with this?

I am using php.

Thanks

Code which i have used

<? include("ipg-util.php"); ?>
<form method="post" action="https://test.ipg-online.com/connect/gateway/processing"&gt;
<input type="hidden" name="txntype" value="sale">
<input type="hidden" name="timezone" value="GMT"/>
<input type="hidden" name="txndatetime" value="<?php echo getDateTime() ?>"/>
<input type="hidden" name="hash" value="<?php echo createHash(13.00,978) ?>"/>
<input type="hidden" name="storename" value="1909354791"/>
<input type="hidden" name="mode" value="payonly"/>
<input type="text" name="chargetotal" value="13.00"/>
<input type="hidden" name="currency" value="978"/>
<input type="submit" value="Submit">
</form>
A: 

Contact FirstData and ask them how to integrate their service. They should be providing you documentation for integrating.

Shoban
I am going through their document but its still giving me error
Avinash
Then post the code.. what error. etc etc etc etc
Shoban
i have added my code in question....
Avinash
Sorry but WTF?? how do you expect me to understand the code you pasted. Its not a free service AFAIK. Please tell us what is going wrong? What error? What did you till now.
Shoban
i have read the instruction and for just getting error that "payment is not sucessfull"
Avinash
then contact FirstData ....
Shoban