Difference between revisions of "Gateway One Step Join"

From TMM Wiki
Jump to navigationJump to search
Line 1: Line 1:
 +
{{NATS4 Manual
 +
| show_billers_admin_section = true
 +
}}
 +
{{NATS3 Manual
 +
| show_billers_admin_section = true
 +
}}
 +
 +
 
== Origination and Version History ==
 
== Origination and Version History ==
  

Revision as of 15:56, 24 June 2010

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
Billers Admin
The Billers Admin
Biller
Biller Fees
Taxes
NATS Cascades
Add Cascade
Cascade Weight
Autocascade
Hidden Cascades
Geo-Targeting Cascades
Post-Biller Templates
HTTPS Gateways
Timed Cascade Rules
Upgrade Plus
Token Plus
Gateway One Step Join
Extra Biller Fields
Send Information To Special Biller
Setting Rules
Cross Sell Supported Billers
Upsell Supported Billers
Packageplus Supported Billers
Tokenplus Supported Billers
NATS 3
Billers Admin
Biller
Cascade
NATS Cascades
Adding Cascades
Biller Cancel Promotions
Cascade Weight
Autocascade
Hidden Cascades
Geo-Targeting Cascades
Type-In Cascade
Post-Biller Templates
Extra Biller Fields
HTTPS Gateways
Payment Deduction
Timed Cascade Rules
Multiple Biller Accounts
Upgrade Plus
Adding a Biller


Origination and Version History

As of version 4.0.74.1, Nats supports a one page gateway setup. This article describes how to setup this feature and how it works.

Setting up in NATS

Site Template

There is a new site template, gateway_onestep_join, that is used for the 1 page setup. Make sure you make the appropriate modifications to this template before putting this setup live on your system

Cascade Setup

In order for Nats to recognize a cascade as a gateway one step cascade, you will need to set a special cascade weight. Go to your Billers Admin and find the cascade you want to use, or create it. Once you had selected your cascade, click the pencil icon to edit this cascade. In the settings for this cascade select "Gateway One Step Cascade" or set the weight to 258. Next you can add billers to the cascade. You will need the cascade id that is located on the left hand side of the cascade you created.

Note: The first biller in a cascade of this type MUST be a gateway. If anything other then a gateway is used, the surfer will redirected back to your regular prejoin page.

Query String Setup

In order for Nats to know that you want to use the gateway one step process, you will need to specify the cascade number in the query string. For example, let's say that your default Nats join link is (below) and you want to use the cascade id of 3 (your gateway one step cascade number) :

http://joinow.toomuchmedia.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjEuMS4wLjAuMC4wLjA'?>&step=2

You now modify this url to:

http://joinow.toomuchmedia.com/signup/signup.php?nats=<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjEuMS4wLjAuMC4wLjA'?>&cascade=3


This will bypass the prejoin page entirely and show a combination of the pre/gateway join pages. From here the process continues as any normal gateway join would.