Difference between revisions of "TransIP"

From WHMCS Documentation

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== About this Module ==
 
 
The TransIP module allows you to register and manage domains with TransIP.
 
 
{{registrar
 
{{registrar
 
| register = yes
 
| register = yes
Line 13: Line 10:
 
| emailforwarding = yes
 
| emailforwarding = yes
 
}}
 
}}
==Activation==
+
 
+
==Activation and Configuration==
To activate and begin using the TransIP registrar module:
+
To activate and begin using the TransIP registrar module, follow the steps below:
 
+
 
# Log in to the WHMCS Admin Area.
 
# Log in to the WHMCS Admin Area.
# Go to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Domain Registrars]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Domain Registrars'''.
+
# Navigate to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > Domain Registrars''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Domain Registrars'''.
# Find '''TransIP''' in the list.
+
# Click '''Activate''' for '''Transip'''.
# Click '''Activate'''.
+
# Enter your TransIP API credentials:
# Enter your TransIP credentials and configuration. You can generate your private key in the TransIP control panel at '''Account > My Account > API'''.
+
#* For '''TransIP Region''', select the TransIP brand that corresponds to your TransIP account (''transip.nl'', ''transip.be'', or ''transip.eu''). In WHMCS 8.4 and earlier, this was '''Endpoint'''.
 +
#* For '''Username''', enter the username that you use to log in to the TransIP website. In WHMCS 8.4 and earlier, this was '''Login'''.
 +
#* For '''Private Key''', enter a private key that you generate in the TransIP control panel. To do this, go to '''Account > My Account > API''' in the TransIP control panel, enter a label, and click '''Add Key Pair'''. Then, copy-and-paste the private key into WHMCS.
 +
# Check '''Test Mode''' if you want to test the WHMCS integration with the TransIP sandbox.
 +
#* While '''Test Mode''' is selected, you and your customers will be unable to register domains through TransIP.
 +
#* Make '''certain''' that you deselect '''Test Mode''' when you are not actively testing TransIP registrations.
 
# Click '''Save Changes'''.
 
# Click '''Save Changes'''.
# Register your IP address with the TransIP server:
+
## In WHMCS, go to '''Help > License Information''' to find your IP address.
+
<div class="docs-alert-warning">Before you can begin using the TransIP API with your account, you must authorize your server IP address for access to your account (see below).</div>
## In the TransIP control panel, go to '''Account > My Account > API''' and whitelist that IP address.
+
 
+
===IP Registration===
== Automatic Registration ==
+
[[File:Trans ip1.png|thumb|IP Registration]]
 
+
WHMCS allows you to set up automatic domain registration on a per-extension basis, enabling you to use different registrars for different TLDs.
+
Optionally, you can enable IP address restriction in the TransIP control panel at  '''Account > My Account > API'''. You can find the IP address to whitelist at '''Help > License Information''' in the WHMCS Admin Area.
 
+
To enable automatic registration, see [[Domain Pricing]].
+
==Auto Registration==
 
+
By default, TransIP does '''not''' provide a method to renew domains on demand and so WHMCS cannot automate renewals for them. Instead, TransIP automatically renews domain registrations from within the TransIP control panel.
 +
 +
You can enable automatic renewals at at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Domain Pricing]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Domain Pricing'''.
 +
 +
==Company Information==
 +
 +
<div class="docs-alert-warning">
 +
<span class="title">WHMCS 8.6 and later</span><br />
 +
We added the '''Company Type''', '''Company Name''', and '''Company Number''' text boxes in WHMCS 8.6.
 +
</div>
 +
 +
If a client registering a domain is representing a company, their domain configuration includes a company name and company number.
 +
 +
In order to display these text boxes during checkout, you '''must''' select ''TransIP'' for '''Auto Registration''' at '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Domain Pricing]]''' or, prior to WHMCS 8.0, '''Setup > Products/Services > Domain Pricing'''. If you do not or if the client does not enter this information, the domain registration will not include a company.
 +
 +
To translate these field names, use the following <tt>LangVar</tt> keys:
 +
 +
<table class="table table-striped table-condensed">
 +
<tr><th>LangVar Key</th><th>Description</th></tr>
 +
<tr><td><tt>TIPCompanyType</tt></td><td>The company's type.</td></tr>
 +
<tr><td><tt>TIPCompanyName</tt></td><td>The company name.</td></tr>
 +
<tr><td><tt>TIPCompanyNumber</tt></td><td>The company number.</td></tr>
 +
</table>
 +
 +
For more information, see [[Additional Domain Fields]].
 +
 
==Troubleshooting==
 
==Troubleshooting==
 
+
 
===Partially Loaded Page===
 
===Partially Loaded Page===
 
+
In WHMCS 8.4 and earlier, if your server doesn't have SOAP compiled with the required functions in PHP by default, the module may fail. To resolve this, recompile PHP with SOAP support.
If your server doesn't have SOAP compiled with the required functions in PHP by default then you will may find the module fails to operate entirely. To resolve this you will need to recompile PHP with SOAP support.
+
 
 
 
===Updates Not Taking Effect===
 
===Updates Not Taking Effect===
 
+
Due to the volume of requests throughout the day, the update process happens asynchronously. There may be a period of several minutes between a change and the corresponding update.
Due to the volume of requests throughout the day, the process happens asynchronously. Which basically means that the actual registration/updates attempt may happen up to a few minutes in the future, together with any exception triggered at the registries themselves by invalid data.
+
 
+
For example, if a nameserver change displays as pending in the Transip control panel, you may not be able to make other changes to the domain until the nameserver change has been processed.
For example, if a nameserver change is showing as pending in your Transip control panel, it may not be possible to make other changes to the domain until the nameserver change has been processed.
 
 
 
 
{{modules}}
 
{{modules}}

Latest revision as of 19:29, 6 October 2022

Supported Features

Register Transfer Renew Registrar Lock
Yes Yes Yes Yes
Update Nameservers Update WHOIS Get EPP Code Register Nameservers
Yes Yes Yes No
DNS Record Management Email Forwarding Domain Release Domain Sync Script
Yes Yes No No
Premium Domains Transfer Out Automation TLD Pricing Sync
No No No

Activation and Configuration

To activate and begin using the TransIP registrar module, follow the steps below:

  1. Log in to the WHMCS Admin Area.
  2. Navigate to Configuration () > System Settings > Domain Registrars or, prior to WHMCS 8.0, Setup > Products/Services > Domain Registrars.
  3. Click Activate for Transip.
  4. Enter your TransIP API credentials:
    • For TransIP Region, select the TransIP brand that corresponds to your TransIP account (transip.nl, transip.be, or transip.eu). In WHMCS 8.4 and earlier, this was Endpoint.
    • For Username, enter the username that you use to log in to the TransIP website. In WHMCS 8.4 and earlier, this was Login.
    • For Private Key, enter a private key that you generate in the TransIP control panel. To do this, go to Account > My Account > API in the TransIP control panel, enter a label, and click Add Key Pair. Then, copy-and-paste the private key into WHMCS.
  5. Check Test Mode if you want to test the WHMCS integration with the TransIP sandbox.
    • While Test Mode is selected, you and your customers will be unable to register domains through TransIP.
    • Make certain that you deselect Test Mode when you are not actively testing TransIP registrations.
  6. Click Save Changes.
Before you can begin using the TransIP API with your account, you must authorize your server IP address for access to your account (see below).

IP Registration

IP Registration

Optionally, you can enable IP address restriction in the TransIP control panel at Account > My Account > API. You can find the IP address to whitelist at Help > License Information in the WHMCS Admin Area.

Auto Registration

By default, TransIP does not provide a method to renew domains on demand and so WHMCS cannot automate renewals for them. Instead, TransIP automatically renews domain registrations from within the TransIP control panel.

You can enable automatic renewals at at Configuration () > System Settings > Domain Pricing or, prior to WHMCS 8.0, Setup > Products/Services > Domain Pricing.

Company Information

WHMCS 8.6 and later
We added the Company Type, Company Name, and Company Number text boxes in WHMCS 8.6.

If a client registering a domain is representing a company, their domain configuration includes a company name and company number.

In order to display these text boxes during checkout, you must select TransIP for Auto Registration at Configuration () > System Settings > Domain Pricing or, prior to WHMCS 8.0, Setup > Products/Services > Domain Pricing. If you do not or if the client does not enter this information, the domain registration will not include a company.

To translate these field names, use the following LangVar keys:

LangVar KeyDescription
TIPCompanyTypeThe company's type.
TIPCompanyNameThe company name.
TIPCompanyNumberThe company number.

For more information, see Additional Domain Fields.

Troubleshooting

Partially Loaded Page

In WHMCS 8.4 and earlier, if your server doesn't have SOAP compiled with the required functions in PHP by default, the module may fail. To resolve this, recompile PHP with SOAP support.

Updates Not Taking Effect

Due to the volume of requests throughout the day, the update process happens asynchronously. There may be a period of several minutes between a change and the corresponding update.

For example, if a nameserver change displays as pending in the Transip control panel, you may not be able to make other changes to the domain until the nameserver change has been processed.

Server Modules
cPanel/WHM - DirectAdmin - Plesk - Helm 3 - Helm 4 - Ensim - InterWorx - WebsitePanel - Cloudmin
Lxadmin - Virtualmin Pro - XPanel - HyperVM - SolusVM - Cloudmin - WHMSonic - VPS.Net
CentovaCast - SCPanel - MediaCP - GameCP - TCAdmin - Reseller Central - Auto Release - Heart Internet

Registrar Modules
Enom - ResellerClub - Nominet - OpenSRS - ResellOne - OnlineNIC - PlanetDomain - Affordable Domains
TPP Wholesale - TPPInternet - Stargate - Namecheap - NetEarthOne - Bizcn - InternetBS - GMO Internet
12Register - Registercom - DotDNS - WebNIC - Dot.TK - HexoNet - Realtime Register - Registereu
RRPProxy - ResellerCamp - TransIP - Heart Internet - IPMirror - NetRegistry - OVH - VentraIP Wholesale
Email - 101Domain

Fraud Modules
MaxMind - VariLogiX FraudCall - Telesign

Gateway Modules
2CheckOut - AsiaPay - Auth.net Echeck - Authorize.net - Authorize.net CIM - Bank Transfer - BidPay
BluePay - BluePay Echeck - BluePay Remote - Boleto - CashU - CC Avenue - ChronoPay - Direct Debit
EMatters - E-Path - eProcessingNetwork - eWAY Tokens - F2B - Finansbank - GarantiBank - Gate2Shop
Inpay - InternetSecure - IP.Pay - Kuveytturk - Modulo Moip - Mail In Payment - Merchant Partners
Merchant Warrior - IDEALMollie - Moneris - Moneris Vault - Skrill 1-Tap - NaviGate - NETbilling
Netregistry Pay - NoChex - Offline Credit Card - Optimal Payments - PagSeguro - Payflow Pro - Pay Junction
Paymate AU and NZ - Payment Express - PayPal - PayPal Card Payments - PayPal Express Checkout
PayPal Payments - PayPal Payments Pro - PayPoint.net (SecPay) - Payson - Planet Authorize - ProtX VSP Form
PSIGate - Quantum Gateway - Quantum Vault - SagePay - SagePay Tokens v2 - SecurePay
SecurePay AU - Secure Trading - TrustCommerce - USA ePay - WorldPay - WorldPay Invisible