Service Objects
Helpful Links
Free Trial
Live Chat
Request Info
Email Us
Products Page

Did you know?

Did you know that with DOTS GeoPhone you can get the name, address, phone and line type, even geographic data about a lead - all from a simple 10-digit phone number? This service allows you to recover lost calls and leads, identify hot leads, and reduce fraud. Discover how easy it is to improve your sales and marketing processes by signing up for your Free 15 Day Trial of DOTS GeoPhoneSM today!


What do you think?

Service Objects wants to hear from you. E-mail us today and tell us what you think about this month's Tips & Trick, what you would like to read about next month, or just to say "Hi".

Service Objects Tips Tricks
Nobody Likes Paying Taxes
We understand sales and use tax calculations are complex. With over 7,000 district tax authorities, even the best intentions for accurate tax collecting can quickly go wayward. To make tax reports easier, Service Objects' DOTS FastTax web service provides accurate tax rate data for every unique jurisdiction throughout the United States and Canada.

Service Objects' DOTS FastTax is a hosted, programmable XML web service that allows you to lookup up-to-date sales and use tax rate information for every U.S. and Canadian tax jurisdiction. DOTS FastTaxSM allows you to integrate sales and use tax rate information lookup into your applications, business processes, and Web sites. DOTS FastTax enables a simple, quick, and accurate way to calculate sales tax and use tax, via XML for only pennies per transaction.

How Does DOTS FastTax Work?
Service Objects' DOTS FastTax is provided as an XML-SOAP-WSDL Web service. The service supports several POST, GET, and SOAP methods; it allows you to integrate sales and use tax information into your applications as if the entire database were stored locally on your machine.

Sales Tax Lookup Service

As you can see in the above example, the sales and use tax rate in a specific location has three parts: the state tax rate, the county tax rate, and any city tax rate that may be in effect.

PHP Sample Code Snippet
<?php
$Key = "ENTER LICENSE KEY HERE";
$params = array("PostalCode"=>"93111",
    "TaxType"=>"sales",
    "LicenseKey" => $Key);
$soapClient = new SoapClient("http://trial.serviceobjects.com/ft/FastTax.asmx?WSDL");
$SoapResponse = $soapClient->GetTaxInfo($params);
$ResultNode = $SoapResponse->GetTaxInfoResult;
if (!isset($ResultNode->Error))
    if (isset($ResultNode))
      foreach($ResultNode as $node) echo $node." ";
    else echo "No response found";
else {
    $ErrorNode = $ResultNode->Error;
    foreach($ErrorNode as $node) echo $node;
}?>

Download full PHP5 example code by clicking here.

What is the "Internet Tax Ban"?
The Internet Tax Ban only applies to basic Internet connectivity. The bill prohibits states and local governments from imposing fees for basic Internet services (like DSL). The bill does not prohibit sales tax on Internet purchases.

Bottom Line
Generally, companies selling over the Internet are subject to the same sales tax collection requirements as any other retailer. The amount of tax charged depends upon many factors - including the location of the seller, the type of item purchased, and the destination of the shipment.

Hosted tax data allows you to use web services to access the raw sales tax data you need to determine the correct tax to apply to your online orders. By employing a simple script, you can accurately calculate tax obligations within your applications.
Privacy Note: Our email is never unsolicited. You provided an email address of: *** when you evaluated our software.
To unsubscribe send an email to: communications@serviceobjects.com or click here.

Newsletter Archive

Privacy Policy
© 2008 Service Objects, Inc.
133 East de la Guerra St, Suite 10, Santa Barbara, CA 93101, USA
www.serviceobjects.com
sales@serviceobjects.com
Tel. Toll Free US 1.800.694.6269
Tel. Elsewhere 1.805.963.1700
Fax 1.805.963.9179