Cost pricing follow up

Reseller prices for domain names vary according to our own cost pricing at registries but also due to exchange rates.

Indeed, we pay the transactions in the local currency of each registry. As a result, fluctuations may occur due to changes in the exchange rate in force.

In order to allow the reseller to know and follow up his cost prices, we make available several methods

Retrieve the pricing of all extensions over HTTP

An XML string is made available at the following URL and generated in real-time:

https://www.netim.com/bin/pricing.php?LOGIN=XXXX&PWD=YYYY

where:

  • LOGIN is your reseller ID
  • PWD is your reseller password

As a result, an XML string is displayed with a node for each extension available at NETIM and described with the elements below:


  • extension string
    tld (without dot)
  • domainCreate float
    Registration fee.
  • domainRenew float
    Renewal fee.
  • domainRestore float
    Restore fee.
  • domainTransferIn float
    Transfer fee.
  • domainTransferOwner float
    Trade fee.
  • StandardFee4Registration float
    Standard fees for registration (if a discount applies).
  • RegistrationDiscountEndDate string
    Date of the end of the current discount for registration.
  • StandardFee4Renewal float
    Standard fees for renewal.
  • RenewalDiscountEndDate string
    Date of the end of the current discount for renewal.
  • StandardFee4Transfer float
    Standard fees for a transfer.
  • TransferDiscountEndDate string
    Date of the end of the current discount for a transfer.

Retrieve the pricing of all extensions with the API

You can use the domainPriceList function with the SOAP API

Retrieve the pricing of an extension with the API

You can use the DomainTldInfo function with the SOAP API

Retrieve the pricing of a particular domain name

You can use the QueryDomainPrice function with the SOAP API