NATS4 Aconti Payment Service

From TMM Wiki
Jump to navigationJump to search

If you are interested in using Aconti within NATS version 3, please review the NATS3 Aconti Setup Page.

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
    Biller Instructions
NATS4 Biller List
2000Charge
2000Charge Gateway
2KCHARGE
A1Payments
Aebill
Aconti
Allopass
AltoBilling
Argus
Authorize.net
Bill1st Gateway
BillAPay Gateway
Billing Revolution
Billing United
Bit-Pay
BoaCompra
Braintree Payments
C2Bill
CardFlex
CCBill
CCBill Flexform
CCBill Web900
CashSend
CashtoCode
Centili
Centrobill
Clearcard
Clearcard IDV
Click and Buy
CoinGate
CoinPayments
CommerceGate
CurePay
DHD
DHDGateway
DIMOCO
EGatePay
ElectraCash
eMerchantPay Gateway
eMPPay.com
Epoch
Escalion
EuroBill
EPGBill.com
Ezic, Inc.
Focal Payments
FXBilling
FXBilling Native
Gateway tokens
Gigadat
Global Access
GlobalCharge
Global DPS
GoCoin
Greta 11 (G11Bill)
GTBill
GTBill GATEWAY
GXBill
ICN Ltd.
Itelebill
Jettis International
Jettis International Gateway
LocalBilling
MobiusPay
MerlinBill
NETbilling
NETbilling Native
NetCash
NetMobile
Netpay International
NoCreditCard
OrbitalPay
Password By Phone
Pay4
Pay900
Payment Network
Paygarden
Paygea
PayPal
Paysite Cash
Payspace
Payspace Gateway
Plug'n Pay
Prime Orange
Probiller
PumaPay
Rocketfuel
RocketGate
RocketGate Native
RSBilling
RSBilling Native
SafeCharge
SafeCharge Native
Secure Billing Worldwide
Secure Billing Worldwide Gateway
Secure Trading
SecurionPay
SegPay
SegPay Gateway
SOFORTdauerauftrag
Sonic Bill
StandardBill
TrustCharge
Telecom
UKash
Vendo Services
Vendo
Verotel Pro
Voxtel
VXSBill
WebBilling
Wispay
WTS
WTSeu
Zombaio
Shopping Cart Sales
Switching From Epoch to Epoch EU

Signing up at Aconti

If you are interested in using Aconti as a third-party processor please contact them directly:
URL: http://www.aconti.net

You must give Aconti the following information:

  • Postback URL: http://linkdomain/signup/process_aconti.php

Replace linkdomain in the above example with your linkdomain.

Setting up in Nats

Billers Admin

Go to the Billers Admin, select Aconti Payment Service from the drop-down, and click Add. Enter your Client ID and Shared secret, which were provided by Aconti. Note: Aconti will need to be added to a cascade before it can be used.

Note: If you don't see Aconti, put in a support ticket, as you may need an updated version of NATS.

When setting up Aconti in your cascades, you can choose the processing type to be used in the cascade step by selecting it from the drop-down menu. Aconti currently supports the following processing types:

  • Credit Cards

Sites Admin

Go to the Sites Admin and click the "Edit" button next to the default tour of the site you would like to configure. In the "Billers Details" section, you will find the following fields for Aconti:

  • Language

Next, Edit (or create) the option(s) you want to use with Aconti. You will see the following list of available option fields (all preceded by Aconti id:#):

  • Payment - The support payment type to identify this option (all, credit card or debit).
  • Currency (optional) - the currency that this join option should be billed in.

This option setup may also require rules to be set up. You can do so with the purple arrows next to the option row.

Editing Site Templates

Before you can begin processing NATS transactions for Aconti, you must also get their country information. Without retrieving the country that the surfer is located in, this biller transaction will fail for surfers.

To avoid facing this issue, you can insert code on your join page template 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 join template.

You can use the following code to retrieve country information from your surfers:

{if $vars.country}{assign var=country value=$vars.country}{else}{assign var=country value=$countrycode|default:'US'}{/if}
<TR><TD class="join_name">Country:</TD><TD class="join_value">
<select class="join_select" name="signup[country]">{html_options options=$countries selected=$country}</select>
</TD></TR>

Cross Sales

Aconti does not support cross sales or upsells.

Upgrade plus

Aconti does not support instant upgrades from trial to full membership.

Expire Padding

You can configure NATS to allow for extra time for rebills to come in for Aconti members. Further details can be found in the following article: Expire Padding in NATS 4

Google Analytics

Aconti does not support Google Analytics with NATS.

Additional Support

If you have any further questions regarding the setup of Aconti in NATS v4, please put in a support ticket.