Gigadat

From TMM Wiki
Jump to navigationJump to search
NATS 4
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
    Biller Instructions
NATS4 Biller List
2000Charge
2000Charge Gateway
2KCHARGE
A1Payments
Aebill
Aconti
Allopass
AltoBilling
Argus
Authorize.net
Bill1st Gateway
BillAPay Gateway
Billing Revolution
Billing United
Bit-Pay
BoaCompra
Braintree Payments
C2Bill
CardFlex
CCBill
CCBill Flexform
CCBill Web900
CashSend
CashtoCode
Centili
Centrobill
Clearcard
Clearcard IDV
Click and Buy
CoinGate
CoinPayments
CommerceGate
CurePay
DHD
DHDGateway
DIMOCO
EGatePay
ElectraCash
eMerchantPay Gateway
eMPPay.com
Epoch
Escalion
EuroBill
EPGBill.com
Ezic, Inc.
Focal Payments
FXBilling
FXBilling Native
Gateway tokens
Gigadat
Global Access
GlobalCharge
Global DPS
GoCoin
Greta 11 (G11Bill)
GTBill
GTBill GATEWAY
GXBill
ICN Ltd.
Itelebill
Jettis International
Jettis International Gateway
LocalBilling
MobiusPay
MerlinBill
NETbilling
NETbilling Native
NetCash
NetMobile
Netpay International
NoCreditCard
OrbitalPay
Password By Phone
Pay4
Pay900
Payment Network
Paygarden
Paygea
PayPal
Paysite Cash
Payspace
Payspace Gateway
Plug'n Pay
Prime Orange
Probiller
PumaPay
Rocketfuel
RocketGate
RocketGate Native
RSBilling
RSBilling Native
SafeCharge
SafeCharge Native
Secure Billing Worldwide
Secure Billing Worldwide Gateway
Secure Trading
SecurionPay
SegPay
SegPay Gateway
SOFORTdauerauftrag
Sonic Bill
StandardBill
TrustCharge
Telecom
UKash
Vendo Services
Vendo
Verotel Pro
Voxtel
VXSBill
WebBilling
Wispay
WTS
WTSeu
Zombaio
Shopping Cart Sales
Switching From Epoch to Epoch EU

Setting up at GigaDat

If you wish to become a merchant and accept GigaDat as a payment processor, go to http://gigadatsolutions.com.

GigaDat will provide you with the following information for each site that you set up with them:

  • Username
  • Access Token
  • Security Token
  • Campaigns id

Record this information, as you will need it to set up GigaDat in NATS.

You will need to set up campaigns at GigaDat Admin - Under each campaign, you will need to set up the following url's, replacing linkdomain with your linkdomain:


Note: This biller only supports onetime transactions.

Note: This biller does not support rebills

Setting up GigaDat in NATS

Billers Admin

To begin setting up GigaDat in NATS4, go to the Billers Admin. Scroll down to the "Setup New Biller" drop-down menu, select GigaDat, and click "Add".

Note: If you don't see GigaDat, put in a support ticket, as you may need an updated version of NATS.

Fill in the required information when prompted, and click Save. If you were not provided with the requested information, please contact GigaDat.

Sites Admin

Next, go to the Sites Admin, create or edit a tour, and scroll down to the "Biller Details" section. You can enter the "Campaign" information for the site/tour.

After selecting a language, scroll down to the section labeled "Add New Join Option" and add the join option you wish to use.

If you are have a join option that needs to use different "Campaign" info, please do the following. Hit "Edit Global Option Details" under the Actions for the specific join option. In the "Biller Codes" section, locate the fields that start with "GIGADAT". Here you will see an option to enter "Override Campaign" for the join option. This option will override setting "Campaign" setting for the site/tour.

After you have entered the Campaign or Override Campaign, save your join option details. GigaDat will now be configured for use as a biller in NATS.

Additional Setup

You will want to set up a display for Gigadat members to view the sale information on the approval/denial page. Here is an example of the approval template:

{if $prev_billerid==0}
<br>
<br>
<table width="100%">
{assign var="gigadat" value="|"|explode:$member.custom4}
<tr><td align="left">
<font size=3 face="Arial">
Interac Transaction ID: {$gigadat[2]} [Successful]<br><br>
This receipt is to be kept for your own refernce.<br><br>


Tranasaction Status: [Successful]<br>
Transaction ID: {$gigadat[2]} <br>
Customer ID: {$member.username} <br>
Date of transaction: {$member.stamp|date_format} <br>

Amount: {$gigadat[3]|string_format:"%.2f"} <br>
Issuer Name: {$gigadat[1]} <br>
Issuer Confirmation: {$gigadat[0]}<br>
<br><br>
If you have anyquestions or require customer service at any time, please contact customer service
</font>
</td></tr>
</table> 
{/if}

You will need to replace billerid to be the id of the Gigadat biller id. Replace the "custom4" field if you have config setting "STORED_GIGADAT_CUSTOM_FIELD" set to a different custom field. (by default, all returned data from Gigadat will be stored on field "custom4")

Below is the list of templates that you would need to modify:

  • cascade.tpl
  • page_approval.tpl
  • page_approval_mobile.tpl
  • page_denial.tpl
  • page_denial_mobile.tpl