Difference between revisions of "Greta 11"
(Created page with '{{NATS4 Manual | show_billers_section = true }} {{Test Billers Disclaimer}} == Setting up at Greta 11 == Register an account with Greta 11. Greta 11 should provide you with a…') |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{NATS5 Manual |
− | | show_billers_section = true | + | |show_billers_section = true |
}} | }} | ||
− | + | {{NATS4 Manual}} | |
− | |||
{{Test Billers Disclaimer}} | {{Test Billers Disclaimer}} | ||
== Setting up at Greta 11 == | == 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 | * Sender ID | ||
* User Login | * User Login | ||
* User Password | * User Password | ||
− | + | They should additionally provide you with a Channel ID for each of your sites. | |
== Set up Greta 11 in NATS == | == Set up Greta 11 in NATS == | ||
− | + | === Billers Admin === | |
+ | |||
+ | To begin setting up Greta 11 as a [[Ct#Biller|biller]] in [[NATS]], go to the [[NATS4 Billers Admin|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 [[Ct#Biller|biller]] in [[NATS4]], [https://clients.toomuchmedia.com] 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 [[Ct#Biller|biller]] to receive it. | ||
+ | |||
+ | === Sites Admin === | ||
+ | |||
+ | Next, go to the [[NATS4 Sites Admin|Sites Admin]], create or edit a [[Ct#Tour|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 [[Ct#Join Option|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 [[Ct#Join Option|join option]] details. Greta 11 will now be configured for basic use as a [[Ct#Biller|biller]] in [[NATS]]. | ||
+ | |||
+ | === Editing Site Templates === | ||
+ | Greta 11 requires brand information (Visa/Mastercard/etc). Without retrieving brand information, this [[Ct#Biller|biller]] transaction will fail. | ||
+ | |||
+ | To avoid facing this issue, you need to insert the code on your [[Ct#Join Form|gateway join page]] in order to retrieve this information. This can be done through the [[NATS4 Sites Admin|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. Please make sure this is found with the form tags (<form> .. </form>) within the template. | ||
− | + | <pre><<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> | ||
+ | {html_options options=$brands selected=$vars.brand} | ||
+ | </select> | ||
+ | </div> | ||
+ | </pre> | ||
− | + | [[Category:NATS4 Biller Instructions]] |
Latest revision as of 13:05, 20 February 2020
NATS 4
|
---|
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 requires brand information (Visa/Mastercard/etc). 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. Please make sure this is found with the form tags (<form> .. </form>) within the template.
<<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> {html_options options=$brands selected=$vars.brand} </select> </div>