Difference between revisions of "TransIP"

From WHMCS Documentation

m (IP Registration)
Line 11: Line 11:
 
}}
 
}}
  
==Configuration==
+
==Activation==
 +
To activate and begin using the TransIP registrar module, follow the steps below:
 +
 
 +
# Login to your WHMCS Admin Area
 +
# Navigate to Setup > Products/Services > Domain Registrars
 +
# Locate Transip in the list
 +
# Click the '''Activate''' button
 +
# Enter your TransIP API credentials
 +
# Click Save Changes to complete the process
 +
 
 +
<div class="docs-alert-warning">Before you can begin using the TransIP API with your account you must authorize your server IP for access to your account. See below for steps to do this.</div>
 +
 
 +
===IP Registration===
 +
[[File:Trans ip1.png|thumb|IP Registration]]
 +
* Transip's API is IP restricted.
 +
* This is done via the TransIP control panel, navigate to '''My Account > API'''.
 +
* You can find the IP you need them to whitelist by navigating to Help > License Information within your WHMCS admin area.
 +
 
 +
===Configuration===
 
To setup the TransIP Registrar integration in WHMCS, begin by going to '''Setup > Products/Services > Domain Registrars'''. Next click Activate next to TransIP from the list of available registrars to view the configurable options for it. The options are described below:
 
To setup the TransIP Registrar integration in WHMCS, begin by going to '''Setup > Products/Services > Domain Registrars'''. Next click Activate next to TransIP from the list of available registrars to view the configurable options for it. The options are described below:
  
===Endpoint===
 
 
[[File:Trans ip3.png|thumb|Module Settings]]
 
[[File:Trans ip3.png|thumb|Module Settings]]
 
[[File:Trans ip2.png|thumb|Private Key Generation]]
 
[[File:Trans ip2.png|thumb|Private Key Generation]]
TransIP operates three brands; transip.nl, transip.be and transip.eu. The module works with all three, provided you select the correct brand with whom your account is held. So for example if you login at http://transip.eu you would select "api.transip.eu" from this menu.
+
{| class="wikitable"
 
+
|-
===Login===
+
! Setting Name: Endpoint
Enter the username with which you login to the TransIP website
+
|-
 
+
|TransIP operates three brands; transip.nl, transip.be and transip.eu. The module works with all three, provided you select the correct brand with whom your account is held. So for example if you login at http://transip.eu you would select "api.transip.eu" from this menu.
===PrivateKey===
+
|-
The Private Key is generated in the TransIP control panel, navigate to '''My Account  > API '''. Create your Private Key Pairs by choosing a label (for example ''whmcs'') and click '''Add Key Pair'''.
+
! Setting Name: Login
 
+
|-
 +
|Enter the username with which you login to the TransIP website
 +
|-
 +
! Setting Name: PrivateKey
 +
|-
 +
|The Private Key is generated in the TransIP control panel, navigate to '''My Account  > API '''. Create your Private Key Pairs by choosing a label (for example ''whmcs'') and click '''Add Key Pair'''.
 +
<br>
 
The private key will be presented to be copied and pasted into WHMCS.
 
The private key will be presented to be copied and pasted into WHMCS.
 +
|}
  
==IP Registration==
+
==Automatic Registration==
[[File:Trans ip1.png|thumb|IP Registration]]
+
WHMCS allows you to setup automatic domain registration on a per extension basis enabling you to use different registrars for different TLDs to give you the flexibility to offer more extensions and always get the best value.
In order to use the TransIP API, you must first enable it and then whitelist your server's IP address for access. This is done via the TransIP control panel, navigate to '''My Account > API'''.
+
To enable automatic registration, please refer to [[Domain Pricing|Configuring Automatic Registration]]
 
 
Enter your server's IP address and click on '''Add IP address''' to whitelist your IP.
 
  
==Common Errors==
+
==Troubleshooting==
===Partially Loaded Page===
+
'''Partially Loaded Page'''<br>
 
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.
 
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'''<br>
 
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.
 
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.
  

Revision as of 15:59, 30 January 2018

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

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

  1. Login to your WHMCS Admin Area
  2. Navigate to Setup > Products/Services > Domain Registrars
  3. Locate Transip in the list
  4. Click the Activate button
  5. Enter your TransIP API credentials
  6. Click Save Changes to complete the process
Before you can begin using the TransIP API with your account you must authorize your server IP for access to your account. See below for steps to do this.

IP Registration

IP Registration
  • Transip's API is IP restricted.
  • This is done via the TransIP control panel, navigate to My Account > API.
  • You can find the IP you need them to whitelist by navigating to Help > License Information within your WHMCS admin area.

Configuration

To setup the TransIP Registrar integration in WHMCS, begin by going to Setup > Products/Services > Domain Registrars. Next click Activate next to TransIP from the list of available registrars to view the configurable options for it. The options are described below:

Module Settings
Private Key Generation
Setting Name: Endpoint
TransIP operates three brands; transip.nl, transip.be and transip.eu. The module works with all three, provided you select the correct brand with whom your account is held. So for example if you login at http://transip.eu you would select "api.transip.eu" from this menu.
Setting Name: Login
Enter the username with which you login to the TransIP website
Setting Name: PrivateKey
The Private Key is generated in the TransIP control panel, navigate to My Account > API . Create your Private Key Pairs by choosing a label (for example whmcs) and click Add Key Pair.


The private key will be presented to be copied and pasted into WHMCS.

Automatic Registration

WHMCS allows you to setup automatic domain registration on a per extension basis enabling you to use different registrars for different TLDs to give you the flexibility to offer more extensions and always get the best value. To enable automatic registration, please refer to Configuring Automatic Registration

Troubleshooting

Partially Loaded Page
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
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.

So 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.

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