Difference between revisions of "NATS4 SecurionPay"
Line 1: | Line 1: | ||
− | {{ | + | {{NATS4 Manual |
− | |show_billers_section = true | + | | show_billers_section = true |
}} | }} | ||
− | |||
== Setting Up at SecurionPay == | == Setting Up at SecurionPay == | ||
Line 33: | Line 32: | ||
=== Sites Admin === | === Sites Admin === | ||
− | Next, go to the [[NATS4 Sites Admin|Sites Admin]], create or edit a tour, and scroll down to the "Join Options for this Tour" section. Create a [[NATS4 Join Option|join option]] that you wish to enable SecurionPay for, or click the "Edit Option Details for this tour" action icon next to an already existing join option. | + | Next, go to the [[NATS4 Sites Admin|Sites Admin]], create or edit a tour, and scroll down to "Biller Details" section, there following setting allow to switch gateway process to be thirdparty where SecurionPay hosting the join page: |
+ | |||
+ | "Use Hosted Forms" -- checkbox allow you to used Securion join during signup process | ||
+ | "3DS enable for Hosted Forms" -- enable 3DS | ||
+ | "3DS required for enrolled card" -- the charge will fail if card doesn't support 3D Secure (is not enrolled for 3D Secure verification) | ||
+ | "3DS required for successful liabiity" -- the charge will fail when card supports 3D Secure verification, but that verification was not successful | ||
+ | |||
+ | then scroll down to the "Join Options for this Tour" section. Create a [[NATS4 Join Option|join option]] that you wish to enable SecurionPay for, or click the "Edit Option Details for this tour" action icon next to an already existing join option. | ||
On the next page, you will find various fields labeled "SECURION" under the Biller Codes column. Fill in the requested "Plan ID" if the join option is setup as a recurring option; "Upgrade Plan ID" for instant upgrade (upgradeplus); "Package Plan ID" for the packageplus feature; "Auth amount" setting to handle $0 sale auth setup. These are optional fields based on your needs. These must be obtained from SecurionPay system. Once you have filled in the required fields, click Save. | On the next page, you will find various fields labeled "SECURION" under the Biller Codes column. Fill in the requested "Plan ID" if the join option is setup as a recurring option; "Upgrade Plan ID" for instant upgrade (upgradeplus); "Package Plan ID" for the packageplus feature; "Auth amount" setting to handle $0 sale auth setup. These are optional fields based on your needs. These must be obtained from SecurionPay system. Once you have filled in the required fields, click Save. | ||
Line 40: | Line 46: | ||
====Cross Sales==== | ====Cross Sales==== | ||
+ | |||
+ | Go to the Upsells Admin, click incoming or outgoing cross sales from the navigation tabs (depending on whether you are sending or receiving the cross sale). | ||
+ | |||
+ | For Incoming Cross Sales, go to the Incoming Cross sales section. Add SecurionPay from the biller drop down. | ||
+ | You will then be prompted to input a title for your cross sale option, as well as the initial and recurring membership fees and lengths. Once you have filled these fields out, input the "Plan ID", "Currency", "Upgrade Plan ID" and "Auth amount (Only works for $0 initial)". | ||
+ | The Plan ID field is required if this is recurring join option. | ||
+ | YOu will need to enter Upgrade Plan ID if this join option setup as trial to full upgrade options. | ||
+ | You also need to setup crossSale OfferId if this is hosted process at SecurionPay (thirdparty) You will also want to select the site and program that you want to associate with this cross sale. | ||
+ | |||
+ | For thirdparty xsell setup, you must go to SecurionPay side and setup the Cross-sale offers section, Added Metadata with below information: | ||
+ | "refcode" "XXXXXX" replace XXXXXX with the refode that match the xsell setup in NATS | ||
To configure outgoing cross sales in [[NATS4]], go to the [[Upsells Admin]] and click on the "Outgoing Cross Sells" tab. Add SecurionPay from the Biller drop-down menu, and click Add New Option. On the next page, you will be prompted to fill in the Title, Description, and Disclaimer for your cross sell option. | To configure outgoing cross sales in [[NATS4]], go to the [[Upsells Admin]] and click on the "Outgoing Cross Sells" tab. Add SecurionPay from the Biller drop-down menu, and click Add New Option. On the next page, you will be prompted to fill in the Title, Description, and Disclaimer for your cross sell option. | ||
Line 53: | Line 70: | ||
Auth Amount<br> | Auth Amount<br> | ||
− | |||
− | |||
− | |||
− | Before you can process cross sales in [[NATS]], you will need to allow the IP of the system sending the cross sale. You'll need to add the IPs to XSELL_SECURION_SECURE_IPS configuration variable in config.php or config_override.php file. | + | Before you can process cross sales in [[NATS]], you will need to allow the IP of the system sending the cross sale. You'll need to add the IPs to XSELL_SECURION_SECURE_IPS configuration variable in config.php or config_override.php file (only required for Gateway process). |
====Upsells==== | ====Upsells==== | ||
Line 82: | Line 96: | ||
=== Package Plus === | === Package Plus === | ||
− | Package Plus is a feature in | + | Package Plus is a feature in NATS that allows you to offer your members incentives to upgrade their memberships to a higher tier in your Members Area. |
SecurionPay support Packageplus feature and it requires 'Package Plan ID" on the join options for this to work. | SecurionPay support Packageplus feature and it requires 'Package Plan ID" on the join options for this to work. | ||
Line 96: | Line 110: | ||
=== Signup Plus === | === Signup Plus === | ||
− | Signup Plus is a feature in | + | Signup Plus is a feature in NATS that allows you to reactivate a member's subscription, or to repurchase a non-recurring subscription. |
For more information on Package Plus, visit the [[Signup Plus|Signup Plus]] wiki. | For more information on Package Plus, visit the [[Signup Plus|Signup Plus]] wiki. |
Latest revision as of 13:41, 5 August 2022
Setting Up at SecurionPay
Before you can begin configuring SecurionPay in NATS, you must first sign up for an account with them. To do so, go to their site at: https://securionpay.com/.
Record any essential information you receive during the signup process.
Under default -> Account settings -> Webhooks
You must set up the following Postback URLs with SecurionPay:
- Endpoint - http://<linkdomain>/signup/process_securion.php
Replace <linkdomain> with your NATS linkdomain or domain.
Under API keys You will need to get the "Secret key" for NATS biller admin setup
Under General You will need to get the "Partner ID" for NATS biller admin setup
Setting Up SecurionPay in NATS
Billers Admin
To begin setting up SecurionPay in NATS, go to the Billers Admin. Scroll down to the "Setup New Biller" drop-down menu and select "SecurionPay" from your list of choices. Click Add.
Note: If you don't see SecurionPay, put in a support ticket, as you may need an updated version of NATS.
You will then be prompted for your "Partner ID", and "Secret key". These will have been provided by SecurionPay when signing up for an account.
Sites Admin
Next, go to the Sites Admin, create or edit a tour, and scroll down to "Biller Details" section, there following setting allow to switch gateway process to be thirdparty where SecurionPay hosting the join page:
"Use Hosted Forms" -- checkbox allow you to used Securion join during signup process "3DS enable for Hosted Forms" -- enable 3DS "3DS required for enrolled card" -- the charge will fail if card doesn't support 3D Secure (is not enrolled for 3D Secure verification) "3DS required for successful liabiity" -- the charge will fail when card supports 3D Secure verification, but that verification was not successful
then scroll down to the "Join Options for this Tour" section. Create a join option that you wish to enable SecurionPay for, or click the "Edit Option Details for this tour" action icon next to an already existing join option.
On the next page, you will find various fields labeled "SECURION" under the Biller Codes column. Fill in the requested "Plan ID" if the join option is setup as a recurring option; "Upgrade Plan ID" for instant upgrade (upgradeplus); "Package Plan ID" for the packageplus feature; "Auth amount" setting to handle $0 sale auth setup. These are optional fields based on your needs. These must be obtained from SecurionPay system. Once you have filled in the required fields, click Save.
Additionally, you must add rules in order for this join option to be displayed on your join page. You can do so by using the "Rules" action icon, marked with purple arrows. For more information on Rules in NATS4, please see our NATS4 Rules wiki article.
Cross Sales
Go to the Upsells Admin, click incoming or outgoing cross sales from the navigation tabs (depending on whether you are sending or receiving the cross sale).
For Incoming Cross Sales, go to the Incoming Cross sales section. Add SecurionPay from the biller drop down. You will then be prompted to input a title for your cross sale option, as well as the initial and recurring membership fees and lengths. Once you have filled these fields out, input the "Plan ID", "Currency", "Upgrade Plan ID" and "Auth amount (Only works for $0 initial)". The Plan ID field is required if this is recurring join option. YOu will need to enter Upgrade Plan ID if this join option setup as trial to full upgrade options. You also need to setup crossSale OfferId if this is hosted process at SecurionPay (thirdparty) You will also want to select the site and program that you want to associate with this cross sale.
For thirdparty xsell setup, you must go to SecurionPay side and setup the Cross-sale offers section, Added Metadata with below information: "refcode" "XXXXXX" replace XXXXXX with the refode that match the xsell setup in NATS
To configure outgoing cross sales in NATS4, go to the Upsells Admin and click on the "Outgoing Cross Sells" tab. Add SecurionPay from the Biller drop-down menu, and click Add New Option. On the next page, you will be prompted to fill in the Title, Description, and Disclaimer for your cross sell option.
You will then need to fill out the Biller Info for your cross sale, which will be provided by SecurionPay. Fill in your Ref Code, Domain (incoming xsell NATS domain, leave empty for internal xsell setup), "Recalculate Ref Code" (only works for internal xsell), "HTTPS Post" (if receiving NATS install requires https post). The following fields only required if the xsell merchant account is different:
Merchant Secret key
Plan ID
Initial Amount
Initial Days
Rebill Amount
Rebill Days
Auth Amount
Before you can process cross sales in NATS, you will need to allow the IP of the system sending the cross sale. You'll need to add the IPs to XSELL_SECURION_SECURE_IPS configuration variable in config.php or config_override.php file (only required for Gateway process).
Upsells
Upsell feature only works within the same Merchant account for SecurionPay
To configure outgoing upsells in NATS4, go to the Upsells Admin and click on the "Outgoing Upsells" tab. Add SecurionPay from the Biller drop-down menu, and click Add New Option. On the next page, you will be prompted to fill in the Title, Description, and Disclaimer for your upsell option.
You will then need to fill out the Biller Info for your upsell, which will be provided by SecurionPay. Fill in the Ref Code, and Domain. You can also choose if you want to send an HTTPS Post when an upsell transaction occurs with SegPay Gateway, or if you want to recalculate your ref code. When you have finished configuring your option, click Save Changes.
If you wish to configure an incoming upsell in NATS4, go to the Upsells Admin and click on the "Incoming Upsells" tab. Add SecurionPay from the Biller drop-down menu, select the Site and Program you want your incoming upsell to affect, and click "Add New Option".
You will then be prompted to input a title for your upsell option, as well as the initial and recurring membership fees and lengths. Once you have filled these fields out, input the Plan ID, Currnecy, Ugrade Plan and Auth amount that you received from SecurionPay, and click Save Changes.
Before you can process upsells in NATS, you will need to allow the IP of the system sending the upsell. You'll need to add the IPs to XSELL_SECURION_SECURE_IPS configuration variable in config.php or config_override.php file.
Upgrade Plus
UpgradePlus lets you shorten a Member's Trial by offering them incentives to upgrade to a full member. Most users do this by offering them two separate Members Areas: One only for members in their Trial Phase (showing a limited amount of content) and a separate area which gives access to the full content for members that paid for the full month.
SecurionPay requires "Upgrade Plan ID" on the join options for this to work. The "Upgrade Plan ID" is the new plan id.
for more information, see NATS4 Upgrade Plus.
Package Plus
Package Plus is a feature in NATS that allows you to offer your members incentives to upgrade their memberships to a higher tier in your Members Area.
SecurionPay support Packageplus feature and it requires 'Package Plan ID" on the join options for this to work.
For more information on Package Plus, visit the Package Plus wiki.
Token Plus
Token Plus is a feature in NATS4 that allows members of Token Sites to purchase additional tokens for their account, without requiring them to re-input their payment information.
For more information on Package Plus, visit the Token Plus wiki.
Signup Plus
Signup Plus is a feature in NATS that allows you to reactivate a member's subscription, or to repurchase a non-recurring subscription.
For more information on Package Plus, visit the Signup Plus wiki.