Greta 11
Please don't test your biller setup with Greta 11's test account—it won't work correctly.
Setting up at Greta 11
Before you can set up Greta 11 in NATS, you must first register an account with the biller. This can be done through their website at http://www.greta11.com/.
After you register with Greta 11, they should provide you with a:
- Sender ID
- User Login
- User Password
They should additionally provide you with a Channel ID for each of your sites.
Set up Greta 11 in NATS
Billers Admin
To begin setting up Greta 11 as a biller in NATS, go to the Billers Admin. Scroll down to the "Biller" drop-down menu, select Greta 11, and click "Add."
Note: If you don't see Greta 11 as a biller in NATS4, [1] put in a support ticket, as you may need an updated version of NATS.
When prompted, fill in the Sender ID, User Login, and User Password that were provided to you by Greta 11 under the "Account Info" section. If you were not provided with this information, please contact your biller to receive it.
Sites Admin
Next, go to the Sites Admin, create or edit a tour, and scroll down to the "Biller Details" section. Enter your Channel ID into the "G11Bill Channel ID" field here.
Once you have done this, scroll down to the section labeled "Join Options for this Tour" and click the "Edit Option Details for this Tour" icon that corresponds to the join option you wish to use. In the "Biller Codes" section on the next page, locate the "G11 Currency Type" drop-down menu and choose a default currency type.
Once you have completed these steps, save your join option details. Greta 11 will now be configured for basic use as a biller in NATS.
Editing Site Templates
Greta 11 required brand information, Without retrieving brand information, this biller transaction will fail.
To avoid facing this issue, you need to insert the code on your gateway join page in order to retrieve this information. This can be done through the Sites Admin. Simply edit the site templates for the join page you wish to change, and edit the subsequent gateway_join template.
You can use the following code to display the drop-down menu for Visa/Master.
<div style="padding-top:3px;"> <label style="width:120px;text-align:right;float:left;padding:0 1em;">Brand :</label> <select style="width:75px" name="signup[brand]" id=brand> <option value= "VISA">VISA</option> <option value= "MASTER">MASTER</option> </select> </div>