Difference between revisions of "EGatePay"
TMMStephenY (talk | contribs) m |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{NATS5 Manual |
− | | show_billers_section = true | + | |show_billers_section = true |
}} | }} | ||
− | + | {{NATS4 Manual}} | |
− | '''NOTE''': These instructions are written for NATS 4. | + | '''NOTE''': These instructions are written for NATS 4. For instructions on setting up EGatePay in [[NATS3]], please see our [[NATS3 EGatePay]] wiki article. |
== Setting up at EGatePay== | == Setting up at EGatePay== | ||
Line 12: | Line 12: | ||
== Setting up in Nats == | == Setting up in Nats == | ||
+ | === Billers Admin === | ||
+ | To begin setting up EGatePay in [[NATS]], go to the [[NATS4 Billers Admin|Billers Admin]], select EGatePay from the "Setup New Biller" drop-down menu, and click Add. | ||
− | + | Enter your Merchant ID, Password, Reporting Username, and Reporting Password that were provided by EGatePay. | |
− | |||
− | + | Note: EGatePay will need to be added to a cascade before it can be used to process transactions. | |
=== Sites Admin === | === Sites Admin === | ||
− | + | Next, go to the [[NATS4 Sites Admin|Sites Admin]], edit or create a tour. There are no site/tour specific settings for EGatePay. | |
− | Next, Edit (or create) the option(s) you want to use with EGatePay. You will see the following list of available option fields (all preceded by EGatePay id:#): | + | Next, Edit (or create) the [[Ct#Join Option|join option(s)]] you want to use with EGatePay. You will see the following list of available option fields (all preceded by EGatePay id:#): |
− | Currency Type - the currency that this join option should be billed in.<br> | + | ''Currency Type'' - the currency that this join option should be billed in.<br> |
− | Discount Upgrade Price (optional) - Special price for recurring transactions if the member instant upgrades<br> | + | ''Discount Upgrade Price'' (optional) - Special price for recurring transactions if the member instant upgrades<br> |
− | Auth Amount (optional) - For $0 free trials, the amount to authorize on the credit card<br> | + | ''Auth Amount'' (optional) - For $0 free trials, the amount to authorize on the credit card<br> |
− | Disable Fraud Checks - Disable EGatePay's fraud checking | + | ''Disable Fraud Checks'' - Disable EGatePay's fraud checking<br> |
− | <br> | ||
− | This option setup may also require rules to be setup. You can do so with the purple arrows next to the option row (similar to the several other areas across NATS). | + | This option setup may also require [[NATS4 Rules|rules]] to be setup. You can do so with the purple arrows next to the option row (similar to the several other areas across NATS). |
+ | |||
+ | '''Note:''' EGatePay requires [[Ct#Member|members]] to provide their address when processing transactions through [[NATS]]. If your [[Ct#Join Form|join form]] does not require an address, you can add a field by editing your [[Ct#Join Form|join form]] [[Ct#Template|template]] in the [[NATS4 Sites Admin|Sites Admin]]. Without doing so, your EGatepay transactions will not process properly. | ||
+ | |||
+ | Simply click the "Edit Site [[Ct#Template|Templates]]" for the [[Ct#Site|site]] you want to add EGatePay functionality to, and find the ''join'' page. Insert the following line of code into the join page template to add an address field: | ||
+ | |||
+ | * <pre><input type="text" name="signup[address1:1]"></pre> | ||
+ | |||
+ | Save your [[Ct#Template|template]], and your [[Ct#Member|member]] [[Ct#Join Form|join form]] will now prompt [[Ct#Surfer|surfers]] for their address when signing up. | ||
=== Cross Sales === | === Cross Sales === | ||
− | + | If you wish to configure [[Ct#Cross Sell|cross sales]] with EGatePay, go to the [[Upsells Admin]] and click Incoming or Outgoing Cross Sales from the tabs at the top of the page (depending on whether you are sending or receiving the cross sale). | |
− | For Incoming Cross Sales, go to the Incoming Cross sales section. Add EGatePay from the | + | For Incoming Cross Sales, go to the Incoming Cross sales section. Add EGatePay from the "Biller" drop-down menu. Fill in the Merchant ID field, which may be the same as Merchant ID from the [[NATS4 Billers Admin|Billers Admin]], for this [[Ct#Cross Sell|cross sale]]. You will also want to select the [[Ct#Site|site]] and [[Ct#Program|program]] that you want to associate with this cross sale. |
− | Lastly you will fill in the details for this cross sale: Title, Initial price/days, and Recurring price/days. | + | Lastly you will fill in the details for this cross sale: Title, Initial price/days, and Recurring price/days. |
− | For Outgoing Cross Sales, go to the Outgoing Cross Sales section. Add EGatePay from the | + | For Outgoing Cross Sales, go to the Outgoing Cross Sales section. Add EGatePay from the "Biller" drop-down menu. In this section you will also have to fill in the following: Title, Description, and Disclaimer. In the "Biller Info" section, you will fill out the data for the receiving end (the person you are doing cross sales with will provide this information for you). Fill in Merchant ID, Merchant Password, Ref Code, Domain, and Currency Type. |
− | Note: If you are sending a cross sale to another | + | '''Note''': If you are sending a cross sale to another [[NATS]] customer, you can obtain the biller information for the outgoing cross sale from their [[NATS]] install. Simply login to their [[NATS]] install with the account that you want to be credited with the cross sale. Next, go to http://<other nats domain>/internal.php?page=xsells . You will see the information you need to fill in your admin from this page. |
− | For outgoing cross sells, you will also have to contact your partners and have them change the ip for you in their | + | For outgoing cross sells, you will also have to contact your partners and have them change the ip for you in their XSELL_EGP_SECURE_IPS configuration variable. This can be found in either their ''config.php'' or their ''config_override.php'' |
− | For affiliates to send you cross sells (or you to send cross sells to yourself), you'll need to add the IPs to the | + | For affiliates to send you cross sells (or you to send cross sells to yourself), you'll need to add the IPs to the XSELL_EGP_SECURE_IPS configuration variable. |
=== Additional Support === | === Additional Support === | ||
− | If you have any further questions regarding the setup of in | + | |
+ | If you have any further questions regarding the setup of in [[NATS4]], please put in a support ticket. | ||
+ | |||
+ | [[Category:NATS4 Biller Instructions]] |
Latest revision as of 13:03, 20 February 2020
NATS 4
|
---|
NOTE: These instructions are written for NATS 4. For instructions on setting up EGatePay in NATS3, please see our NATS3 EGatePay wiki article.
Setting up at EGatePay
Before you can begin configuring EGatePay in NATS4, you must first sign up for an account with them. You can do this by contacting them through their website at http://www.egatepay.com/.
When registering with EGatePay, make sure you receive a Merchant ID, Password, Reporting Username, and Reporting Password that they provide you with. These are essential for configuring EGatePay in NATS4.
Setting up in Nats
Billers Admin
To begin setting up EGatePay in NATS, go to the Billers Admin, select EGatePay from the "Setup New Biller" drop-down menu, and click Add.
Enter your Merchant ID, Password, Reporting Username, and Reporting Password that were provided by EGatePay.
Note: EGatePay will need to be added to a cascade before it can be used to process transactions.
Sites Admin
Next, go to the Sites Admin, edit or create a tour. There are no site/tour specific settings for EGatePay.
Next, Edit (or create) the join option(s) you want to use with EGatePay. You will see the following list of available option fields (all preceded by EGatePay id:#):
Currency Type - the currency that this join option should be billed in.
Discount Upgrade Price (optional) - Special price for recurring transactions if the member instant upgrades
Auth Amount (optional) - For $0 free trials, the amount to authorize on the credit card
Disable Fraud Checks - Disable EGatePay's fraud checking
This option setup may also require rules to be setup. You can do so with the purple arrows next to the option row (similar to the several other areas across NATS).
Note: EGatePay requires members to provide their address when processing transactions through NATS. If your join form does not require an address, you can add a field by editing your join form template in the Sites Admin. Without doing so, your EGatepay transactions will not process properly.
Simply click the "Edit Site Templates" for the site you want to add EGatePay functionality to, and find the join page. Insert the following line of code into the join page template to add an address field:
<input type="text" name="signup[address1:1]">
Save your template, and your member join form will now prompt surfers for their address when signing up.
Cross Sales
If you wish to configure cross sales with EGatePay, go to the Upsells Admin and click Incoming or Outgoing Cross Sales from the tabs at the top of the page (depending on whether you are sending or receiving the cross sale).
For Incoming Cross Sales, go to the Incoming Cross sales section. Add EGatePay from the "Biller" drop-down menu. Fill in the Merchant ID field, which may be the same as Merchant ID from the Billers Admin, for this cross sale. You will also want to select the site and program that you want to associate with this cross sale.
Lastly you will fill in the details for this cross sale: Title, Initial price/days, and Recurring price/days.
For Outgoing Cross Sales, go to the Outgoing Cross Sales section. Add EGatePay from the "Biller" drop-down menu. In this section you will also have to fill in the following: Title, Description, and Disclaimer. In the "Biller Info" section, you will fill out the data for the receiving end (the person you are doing cross sales with will provide this information for you). Fill in Merchant ID, Merchant Password, Ref Code, Domain, and Currency Type.
Note: If you are sending a cross sale to another NATS customer, you can obtain the biller information for the outgoing cross sale from their NATS install. Simply login to their NATS install with the account that you want to be credited with the cross sale. Next, go to http://<other nats domain>/internal.php?page=xsells . You will see the information you need to fill in your admin from this page.
For outgoing cross sells, you will also have to contact your partners and have them change the ip for you in their XSELL_EGP_SECURE_IPS configuration variable. This can be found in either their config.php or their config_override.php
For affiliates to send you cross sells (or you to send cross sells to yourself), you'll need to add the IPs to the XSELL_EGP_SECURE_IPS configuration variable.
Additional Support
If you have any further questions regarding the setup of in NATS4, please put in a support ticket.