php - How to integrate FirstData as payment gateway? -


I want to integrate first data as my payment gateway.

How to

thanks

The code I used

   & Lt; Input type = "hidden" name = "txndatetime" value = "& lt ;? php echo getDateTime ()? & Gt;" /> & Lt; Input type = "hidden" name = "hash" value = "& lt ;? php create echoHash (13.00 9 78)?" /> & Lt; Input type = "hidden" name = "store name" value = "1909354791" /> & Lt; Input type = "hidden" name = "mode" value = "payment" /> & lt; Input type = "text" name = "charcott" value = "13.00" /> & Lt; Input type = "hidden" name = "currency" value = "978" /> & Lt; Input type = "submit" value = "submit" & gt; & Lt; / Form & gt;  

may be quite old posts, but useful to others.

The first data payment gateway document is available.

Once your form is established with your store name and other necessary information, make sure to set the connection settings in your Global Gateway Virtual Terminal account:

Product Link:

Test link:

To do this, connect to Administration> Settings, then the URL of the page Enter the submission form URL from which you call the payment service, and the response URL. .

Hope it helps.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -