Cheap Domains, $1 .COM Websites! - Free .COM (or $1.99) on Many Products!
 
Only Minimal Purchase Req'd on Many Free/$1.99 .COM Offers.    And Our Sale Domains are Often Under $2 or $3/year with No Further Purchase Req'd.
 
Plus, almost ALWAYS 15% OFF Everything Not Already Discounted.    15% OFF Most Renewals too!      New: Business-Growth Website-Builders and Hosting!
 

 *ICANN fee adds 18ยข many domains; tas applies some areas.  Our $1 Website Builder with Free .COM is based on 12 months at $1/mo.   Multipile or "Stacked" discounts in same purchase often disallowed (may require separate transactions).  Click for details.

 
Cheap Domains Cheap Domain Names

  
Use Promo HDX for at least
Cheap .com
that's not already On Sale!*
 

Cheap Domains     $1 Websites     Free USA-based Sales/Support:  (800) 655-5512
 

.COM $7.64 (Promo: HDX) |  .NET $10.19  |  .SITE $2.99  |  .ORG $11.99  |  .XYZ $0.99  |  .UK $7.64  |  .EU $6.79

Cheap Domains include FREE:  100 Email Addresses & Account, Full DNS Control, Domain Forwarding, Masking, Registrant-Change/Transfer, Monitoring/Alerts, Locking, Expiration Protection, More!

Cheap Domains - Find Yours Now:    
 
Most prices shown
use Promo Code: HDX.  This search function, and most product pages, display higher prices at first, but don't worry,  Discounts appear in Shopping Cart when Promo Code Entered    details

Free .COM Domains!   often with: cPanel Hosting,

  Plesk Hosting, Managed WordPress Hosting, Business Hosting

$2 Website & Business Website Builder

   

$1.99 .COM Domains  often offered on: Spam-Free Email,

Online Group Calendar, Online Storage, SSL Certificates, more!

 
Terms & Conditions Here.  Add a .COM to Cart to verify price if product description not specific..

 

 
 

 Cheap Cloud Hosting      Cheap WordPress Hosting      Sell Online! Easy Shopping-Cart Website - $8
Cheap Dedicated Servers       Cheap Virtual Private Servers      
Cheap cPanel Hosting 

 
$1 Domains | $1 .COM 
 
  

Frequently Asked Questions

Certifying Your API Reseller Account to Connect to the Production Environment

Print this Article
Last Updated: March 1, 2017 9:09 AM

Before you can connect to the API production environment, you must complete a certification to demonstrate competence with a series of API core requests. Once you complete the certification, we email you further instructions.

If you have not already done so, complete the steps in these articles before attempting the certification:

To Enable the API's Certification Mode

  1. Go to HostingDude Account LOGIN, and then log in to your account.
  2. From the Reseller Settings section, click Certification Status.
  3. Select Check the box for certification mode and press Apply, and then click Apply.

Your API account enters certification mode. With this setting, the Operational Test Environment (OTE) API can evaluate your requests against its certification scripts.

To Complete the Certification

Connect to the OTE API. For more information, see Connecting to the Reseller API Production Environment.

To complete the certification you must complete the tasks detailed below in the order presented. The API tracks your progress, and failure to complete the tasks in order displays the error message "Requested node(s) not matched."

Domain Name Availability Check

Instructions:: Use the CheckAvailability() method to verify the availability of the domain name "example.biz" and "example.us".

Result: The API response XML should indicate that both domain names are available.

Domain Name Registration

Instructions: Use the OrderDomains() method to register the domain names "example.us" and "example.biz" for two years under a new shopper account, with password "abcde."

Result: The API response XML should indicate that both domains successfully registered.

Additional Information:

  • Product IDs
    • 2-year .US domain name registration — 350127
    • 2-year .BIZ domain name registration — 350077
  • Name Servers
    • ns1.example.com
    • ns2.example.com
  • Registrant Data
    • First name — Artemus
    • Last name — Gordon
    • Email — agordon@wildwestdomains.com
    • Address — 2 N. Main St.
    • City — Valdosta
    • State — Georgia
    • Phone — (888) 555—1212
    • ZIP — 17123
    • Country — United States
  • Other Data
    • Assume a U.S. citizen living in the U.S. purchased the .US domain name for personal use.
    • Use the cases in the examples above for all values entered. For example, the API does not process State values if you use all capital letters.
    • The API does not process XML containing ASCII characters.
    • The WAPI web service defines information using the Nexus object.
    • The product ID values are also in the Product IDs addendum, available for download from the Reseller Extranet.
    • Assume the shopper agreed to the Order Terms of Service: <acceptOrderTOS>agree</acceptOrderTOS>

The API response XML contains the new user's ID. Note this ID for use in the Domain Name Privacy Purchase step.

Domain Name Privacy Purchase

Instructions: Use the Poll() method to obtain the resource id of example.biz, and then use the OrderDomainPrivacy() method to add privacy to the domain name "example.biz" purchased in the previous step.

Create a new privacy account with password "defgh" and email address "info@example.biz" to manage the information.

Domains By Proxy®, a WWD sister company, manages private registrations.

Result: The API response XML should indicate that the private registration was successfully added.

Additional Information:

  • Product ID
    • Private registration — 377001
  • User
    • The API created and returned a unique identifier during the Domain Name Registration step. Provide this value so that the API can create a relationship between the domain shopper and the Domains By Proxy account when adding privacy to the domain.
    • Assume the shopper agreed to the Order Terms of Service: <acceptOrderTOS>agree</acceptOrderTOS>
  • Domain Resource ID
    • The Domain Resource ID is retrieved through the Poll(...) method. Save the API's response XML from this step for use in the Domain Name Information Query step.

WARNING: After responding to a poll request, the Web Service deletes any messages from the API message queue. You are responsible to save any data that you might need for future management requests.

Domain Name Availability Check

Instructions: Check the availability of domain name "example.biz".

Result: The API response XML should indicate that neither domain can be registered (having been registered earlier in the certification process).

Domain Name Information Query

Instructions: Use the Info() method to query information about the domain name "example.biz", and then pass the resource ID of example.biz.

Result: The API response XML should indicate the domain name, creation date, owner ID, expiration date, and status.

Domain Name Renewal

Instructions: Use the OrderPrivateDomainRenewals() method to renew the domain names "example.us" and "example.biz" for one additional year. Because privacy has been added to "example.biz", you must renew this resource, as well.

Result: The API response XML should indicate that boths domains and one privacy account successfully renewed.

Additional Information

  • Product IDs
    • .US 1-year domain name renewal — 350137
    • .BIZ 1-year domain name renewal — 350087
    • Privacy 1-year renewal — 387001
  • User
    • The API response XML identified a unique user ID during the Domain Registration step.
    • Assume the shopper agreed to the Order Terms of Service: <acceptOrderTOS>agree</acceptOrderTOS>
  • Resource IDs
    • The Poll() method retrieve both domain's resource IDs. Retrieve the DBP resource ID with a new Poll() method call. This returns information from the domain name privacy order from the Domain Name Privacy Purchase task.

Domain Name Transfer

Instructions: Use the OrderDomainTransfer() method to transfer the domain "example.com" to a new Wild West® Domains shopper account.

Result: The API response XML should indicate that the order successfully processed.

Additional Information

  • Name Servers
    • ns1.example.net, ns2.example.net
  • Product ID
    • .COM Transfer — 350011
  • Registrant Data
    • First Name — Joe
    • Last Name — Smith
    • Email — joe@smith.us
    • Address — 1 S. Main St.
    • City — Oakland
    • State — California
    • ZIP — 97123
    • Country — United States
    • Phone — (777)555-1212
    • Password — "ghijk"
  • User
    • Assume the shopper agreed to the Order Terms of Service: <acceptOrderTOS>agree</acceptOrderTOS>

Once you complete the Domain Name Transfer task, you receive a certification completion confirmation email. You can now access the production Reseller Extranet and API environments using your Shopper ID and the API password you created using Setting Your API Reseller Operational Test Environment Password.

You cannot repeat tasks within the same certification. If you need to restart the certification, call the ProcessRequest(...) method and use the script element of the manage request. The following code snippet shows an example:

String sReturnXml, sCLTRID;

sCLTRID = System.Guid.NewGuid().ToString(); WsWWDAPI.WAPI wapi = new WsWWDAPI.WAPI();

sReturnXml = wapi.ProcessRequest("<wapi clTRID='" + sCLTRID + "' account='MarkAPI' pwd='password'><manage><script cmd='reset' /></manage></wapi>");
1 Dollar Website includes FREE .COM DOMAIN name
 


Toll Free Technical Support from a USA Call Center, 24 hours a day, 365 days a year:    (800) 655-5512
 
Call us with any sales or support question.     Place Orders by Phone.    Our USA-based Help Desk speaks your language.
 

Call Centers located in the Greater Phoenix metro area and Central Iowa, USA.     Technical Support also available in Spanish   New to Us?  Get a free account in 60 seconds.


 

 

 $1 Domains   |   $1 Websites   |   Product Catalog   |   Sale Price FAQ   |   Help Pages   |   Free Phone Support   |   Free WHOIS Lookup   |   My Cart   |   My Account Login

 
ICANN fee of 18 cents [$0.18] may apply on some domain names.    Notice for .eu and some other registering inbound
domain transfers: WHOIS may show domain held under registry
Weiled Weast Domains and/or HostingDude.com.   Legal Agreements.

(https://cheap.hostingdude.com)
 

 


 

Copyright ? 2003 - 2019  HostingDude, Inc.  All Rights Reserved.  No reprint or re-use without written authorization.