First Data Global Gateway Connect

Global Gateway Connect allows merchants to securely and easily accept credit cards from their website with minimal HTML experience. The Global Gateway Virtual Terminal is also included allowing for retail swiped transactions with a card reader and mail order/telephone transactions.

Global Gateway API can be used for more advanced and seamless integration and for shopping cart based websites.


How to use these samples on your website:

  • Replace the 10 digit "storename" value with your store number.
  • Login to your virtual terminal at firstdata.com/ecommerce.
  • From Administration, choose Connect Settings, in the text box labeled Submission Form URL, put the address of each webpage the payment form is hosted on. Separate multiple URLs with a space.

Fullpay Mode

Fullpay mode redirects the customer to a secure site to enter contact and payment information.

 
<input type="hidden" name="storename" value="1909459397">
<input type="hidden" name="mode" value="fullpay">
<input type="hidden" name="txntype" value="sale">
<input type="hidden" name="chargetotal" value="10">
<input type="submit" value="Donate $10">
</form>
 
 

<form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">

<input type="hidden" name="storename" value="1909459397">
<input type="hidden" name="mode" value="fullpay">
<input type="hidden" name="txntype" value="sale">
<input type="text" name="chargetotal" size="5">
<input type="submit" value="Pay">
</form>
 
$10 $25 $50  

<form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post">

<input type="hidden" name="storename" value="1909459397">
<input type="hidden" name="mode" value="fullpay">
<input type="hidden" name="txntype" value="sale">
$10 <input type="radio" name="chargetotal" value="10">
$25 <input type="radio" name="chargetotal" value="25">
$50 <input type="radio" name="chargetotal" value="50">
<input type="submit" value="Pay">
</form>
 
Invoice: Amount:
<form action="https://secure.linkpt.net/lpcentral/servlet/lppay" method="post"> <input type="hidden" name="storename" value="1909459397"> <input type="hidden" name="mode" value="fullpay"> <input type="hidden" name="txntype" value="sale"> Invoice: <input type="text" name="ponumber" size="5"> Amount: <input type="text" name="chargetotal" size="5"> <input type="submit" value="Pay"> </form>

The following card numbers can be used for test transactions on this site:

  • 4111 1111 1111 1111 for Visa ®
  • 5419 8400 0000 0003 for MasterCard ®
  • 6011000993010978 for Discover ®
  • 372700997251009 for American Express ®

Additional information can be found in the Connect user manual available at www.firstdata.com/ecommerce under the heading Support Manuals and Downloads.