Thread: Free Lancer Taxes: Working for foreign country

  1. #1
    Registered User
    Join Date
    Nov 2013
    Posts
    1

    Free Lancer Taxes: Working for foreign country

    Hi everybody, I know there is a lot of freelance programmer here and would like to hear everybody experience. I am programming a software for a south america country in ecuador from home in Ohio. This will be my first time programming as my side job while I still have a full-time job.
    Currently, to get paid from them I can charge them two ways.

    1) Either by hourly and get charged by their country 25% foreign tax

    2) Charged it as selling them a software and it is consider a asset to them. Then here I won't be taxed by their foreign country.

    Now the questions I have here is:
    1) If I were to follow step 1 and get taxed by their country. Do I still have to pay tax here? If so, do I allocate according the tax bracket by adding my current salary + side income?

    2) If i were to sell software (email them the program). Will I have to register a sales license with my state? Will I have to charge them sales tax, and pay the US gov. the sales tax?

    Please help this noob here resolve this dilemma freelancers!!!

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Quote Originally Posted by AmazingTrans View Post
    Hi everybody, I know there is a lot of freelance programmer here and would like to hear everybody experience. I am programming a software for a south america country in ecuador from home in Ohio. This will be my first time programming as my side job while I still have a full-time job.
    Currently, to get paid from them I can charge them two ways.

    1) Either by hourly and get charged by their country 25% foreign tax

    2) Charged it as selling them a software and it is consider a asset to them. Then here I won't be taxed by their foreign country.

    Now the questions I have here is:
    1) If I were to follow step 1 and get taxed by their country. Do I still have to pay tax here? If so, do I allocate according the tax bracket by adding my current salary + side income?

    2) If i were to sell software (email them the program). Will I have to register a sales license with my state? Will I have to charge them sales tax, and pay the US gov. the sales tax?

    Please help this noob here resolve this dilemma freelancers!!!
    I wouldn't recommend seeking that sort of advice on an online forum. Contact a local lawyer or tax counselor to be sure that you have all your bases covered.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by AmazingTrans View Post
    1) If I were to follow step 1 and get taxed by their country. Do I still have to pay tax here?
    That depends on the details of the US-Ecuador tax treaty, whatever they may be.
    Quote Originally Posted by AmazingTrans View Post
    If so, do I allocate according the tax bracket by adding my current salary + side income?
    For personal income tax, yes.

    Quote Originally Posted by AmazingTrans View Post
    2) If i were to sell software (email them the program). Will I have to register a sales license with my state? Will I have to charge them sales tax, and pay the US gov. the sales tax?
    No, US sales tax does not apply to software sold out of country.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with Federal taxes Excercise
    By jonesk1978 in forum C++ Programming
    Replies: 6
    Last Post: 03-23-2012, 05:34 AM
  2. free() not working?
    By scout in forum C Programming
    Replies: 11
    Last Post: 10-20-2010, 12:25 PM
  3. Taxes in the US for freelancers or contractor
    By C_ntua in forum General Discussions
    Replies: 6
    Last Post: 06-28-2010, 05:28 AM
  4. Calculating Taxes
    By Mark_Guy in forum C Programming
    Replies: 8
    Last Post: 10-22-2008, 10:31 AM
  5. free not working with malloc
    By P4R4N01D in forum Windows Programming
    Replies: 10
    Last Post: 12-19-2007, 09:08 PM