Why am i being billed from the corporate office for 5.85 every month?

since i bought my ipod ive been billed 5.85 every month. Why? and how about a refund for that? dont know why im being billed didnt know there were hidden feees either. ne one no why?

Could be that you subscribed to a auto-renewing item. See:
iTunes Store: Purchasing and managing auto-renewing subscriptions

Similar Messages

  • Why am i being billed an early termination fee for a device returned within the 2 weeks?

    Why am I being billed for a device I returned within the two week period plus another 105 fees on top of that? This is appalling. My husband got cancer and I couldn't afford the extra devices we got on Black Friday so returned them within the two week period and are now being billed $280 in extra fees plus tax? I think this is fraudulent charges and I can get no help calling - I was sent to a disconnected number after waiting over 20 minutes.

    yes I did --- it was a PROMO and the reps lied to me. I've been a customer for over 10 years and am so disgusted I think I am going to have to change carriers. I run a PR firm and have NEVER been treated with such disregard and been subject to a bait and switch. It is no wonder Verizon is being taken to task for such unfair business practices.

  • Special characters being read from the unicode file for greek language

    Hi All,
    I have a report which would upload a unicode file and then update the vendor master data accordingly.
    The file contains greek characters too.
    when the file is being read in the code, some special characters are being added up to the vendor number which is the first entry. The special characters are not included in the file , but are added up only to the first vendor number and not any other vendor numbers.
    The logic that is being used is as follows :
    TRY.
          IF unicode IS INITIAL.
            IF codepage IS INITIAL.
    *-->      For backward compatibility where this FM might be called from
    *         other dependent objects (FMs/dynamic subroutines)
    *         which donot have access to  user's input w.r.t Unicode parameters
              OPEN DATASET filename FOR INPUT
                   IN LEGACY TEXT MODE
                   MESSAGE msg
                   REPLACEMENT CHARACTER repl_char
                   IGNORING CONVERSION ERRORS
                   FILTER filter.                         
            ELSE.
    *--> System in non-unicode and Unicode Environment (Phases I and II)
              OPEN DATASET filename FOR INPUT
                   IN LEGACY TEXT MODE CODE PAGE codepage MESSAGE msg
                   REPLACEMENT CHARACTER repl_char
                   IGNORING CONVERSION ERRORS
                   FILTER filter.                          
            ENDIF.
          ELSE.
    *-->  Extract File in Unicode format - Phase III
            OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING UTF-8
            MESSAGE msg
            FILTER filter.                                 
          ENDIF.
          IF sy-subrc NE 0.
            MESSAGE e001(zuni) WITH filename sy-subrc
             RAISING file_open_error.
          ENDIF.
    the unicode parameters used are : codepage = 8000.
    An early reply is most appreciated.
    Regards,
    Manu.

    Please check SAP notes for Eastern European Characters in Unicode system. and may be below code helps you
    DATA:
        ltp_bom                  TYPE sychar01,
        ltp_encoding             TYPE sychar01,
        ltp_codepage             TYPE cpcodepage.
    Processing --------------------------------------------------------- *
      TRY.
          CALL METHOD cl_abap_file_utilities=>check_utf8
            EXPORTING
              file_name         = itp_filename
              max_kb            = -1
              all_if_7bit_ascii = abap_true
            IMPORTING
              bom               = ltp_bom
              encoding          = ltp_encoding.
        CATCH cx_sy_file_open .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_open_error.
        CATCH cx_sy_file_authority .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_authority_error.
        CATCH cx_sy_file_io .
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4
                  RAISING file_io_error.
      ENDTRY.
      CASE ltp_encoding.
        WHEN cl_abap_file_utilities=>encoding_utf8
          OR cl_abap_file_utilities=>encoding_7bit_ascii.
          CASE ltp_bom.
            WHEN cl_abap_file_utilities=>no_bom.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8.
            WHEN cl_abap_file_utilities=>bom_utf8.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8
                  SKIPPING BYTE-ORDER MARK.
            WHEN cl_abap_file_utilities=>bom_utf16_be.
              ltp_codepage = '4102'.
              OPEN DATASET itp_filename FOR INPUT IN LEGACY BINARY MODE
                BIG ENDIAN CODE PAGE ltp_codepage.
            WHEN cl_abap_file_utilities=>bom_utf16_le.
              ltp_codepage = '4103'.
              OPEN DATASET itp_filename FOR INPUT IN LEGACY BINARY MODE
                LITTLE ENDIAN CODE PAGE ltp_codepage.
            WHEN OTHERS.
              OPEN DATASET itp_filename FOR INPUT IN TEXT MODE
                ENCODING UTF-8.
          ENDCASE.
        WHEN OTHERS.
          OPEN DATASET itp_filename FOR INPUT IN LEGACY TEXT MODE.
      ENDCASE.
    Edited by: Nilesh Shete on May 7, 2010 5:29 PM

  • Why am I being billed for pandora !!!

    Why am I being billed for pandora when u download the app for free

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll normally be most likely to get help with this sort of issue if you ask in the general iTunes forums.
    Answering quickly, though, Pandora offers both a free level with ads and a paid level without ads. You apparently subscribed to the paid level. You should be able to unsubscribe via this information:
    http://support.apple.com/kb/HT4098
    If not, contact Pandora.
    Regards.

  • "JAXB 2.0 API is being loaded from the bootstrap ..." error in 1.6.0_07

    OK, I'm about tearing my hair out in clumps now!
    I get the above error when trying to compile a simple SOAP web service onto Tomcat 6.0.16.
    I've trawled the forums and Google and have tried the following: -
    1. I've re-installed the SDK and RE at rc 1.6.0_07 in case I missed the bug update on 18th July.
    2. Even though I shouldn't have to do this in 1.6.0_07 I've also tried: -
    a. Making an endorsed directory under TOMCAT_HOME and copying the JAX-WS 2.1 jar files in from NETBEANS\java2\modules\ext\jaxws21\api.
    b. Making an endorsed directory under JAVA_HOME\lib and copying the JAX-WS 2.1 jar files in from NETBEANS\java2\modules\ext\jaxws21\api.
    However, every time I stop Tomcat and do an undeploy/redeply on the web service I still get the "JAXB 2.0 API is being loaded from the bootstrap ..." error.
    What am I missing / doing wrong?
    Setup: -
    Win XP SP2
    Netbeans 6.5 Beta
    Java version 1.6.0_07rc

    Dear Juraj
    When a finally find what I have been searching occured a mistake in a program and the program had to be cancelled. It happened when we expected it the least. I do not know why have you getting angry. I did not tak� your calculator. Even touched it. No metter how big pitfalls are we have to do our our best to succeed.
    Best wishes
    Chose Carreras

  • Would like to know why I have twice removed from the account for $ 1

    Would like to know why I have twice removed from the account for $ 1

    Your post makes no sense in English. 

  • In addition to the FormsCentral subscription charge ($152.87 including tax) I was billed about the same time for $15.93. I can't find any way to get in touch with anyone from Adobe. The phone number I'm supposed to call is cut off on my invoice. Can someo

    In addition to the FormsCentral subscription charge ($152.87 including tax) I was billed about the same time for $15.93. I can't find any way to get in touch with anyone from Adobe. The phone number I'm supposed to call is cut off on my invoice. Can someone respond ASAP? Thanks

    I have forwarded your request to the support team that should be able to resolve this issue for you quickly. Expect to hear from them shortly.
    Andrew

  • Workflow task details are being retrieved from the server

    Hi,
    Using an approval workflow. when the task has been assigned to the person he is getting an email but when clicking on the edit this task button ,the pop window with the
    "workflow task details are being retrieved from the server" 
    error is getting. SharePoint site 2007 and Microsoft Outlook is 2010.

    I have a similar issue with my version of SharePoint. 
    SharePoint 2010 Enterprise.
    Outlook 2013 with MS Exchange
    Document approval workflow.
    When you open the document approval email that comes from SharePoint and click on "Open this task"  the popup window flashes across "workflow tasks details are being retrieved from the server ".
    I've tried the regedit fix and the hive fix and resetting IE that some of the other people have said that works and it doesn't. 
    When I go the site, and connect the task list to Outlook, I can complete the task that way.
    I also created a new approval workflow in SharePoint designer and it behaves the same way.
    Anything else I should try?
    == Steve Morley MedIT, Dalhousie University

  • Why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    Disasble the computer's security software during the download and update.

  • Why has Easter been removed from the U. S. Holidays calendar? The last year it shows up is 2012.

    Why has Easter been removed from the U. S. Holidays calendar? The last year it shows up is 2012.

    some sort of bug - inexplicable - causing problems with iPad calendars.
    You will see many threads regarding March 2013 issues.
    this is one of them:
    https://discussions.apple.com/message/20524762#20524762

  • Why is mail being sent from wrong account

    I am trying to send mail from a specific account, however even though it is showing as the correct account when it is received it is from my partners account.  I have followed the @mail@ set up and checked everything - which appears to be ok - but it is still wrong somewhere.  HELP please.

    I am having this same issue.  I have several accounts (all .live) which I use for my various different jobs.  Frequently now I am sending a mail, or replying to a mail, and it is being received from the wrong account.
    - I check the account at the top of the mail that I am sending is correct.
    - the mail listed in my 'Sent' folder shows as being sent from the correct account.
    - When a client replies to my mail, the reply comes to an incorrect account, and on their email the heading for my original mail shows the incorrect email address & name.
    - the email accounts seem to be random - not always the same incorrect one is used.

  • Why do my pages load from the right?

    Hello
    If you visit
    http://www.enhancedwireless.net/index.html
    many or all the pages load by jerking in from the right as
    opposed to simply appearing in place after you click on a link to a
    page. Why and what is the solution - if you could be specific as to
    what I would do to fix, I'd appreciate it. I've messed with this
    periodically over months to no avail.
    Thank you very much
    KB

    don't know... they load from the top down for me...
    "iwics2" <[email protected]> wrote in
    message
    news:elcdqt$g4$[email protected]..
    > Hello
    >
    > If you visit
    >
    >
    http://www.enhancedwireless.net/index.html
    >
    > many or all the pages load by jerking in from the right
    as opposed to
    > simply
    > appearing in place after you click on a link to a page.
    Why and what is
    > the
    > solution - if you could be specific as to what I would
    do to fix, I'd
    > appreciate it. I've messed with this periodically over
    months to no avail.
    >
    > Thank you very much
    >
    > KB
    >

  • Touch smart web apps wer being eleted from the printer

    I have the HP eprnt 3100 series.
    I went to print something and I got up to retrieve it from the printer and a message popped up that my touch smart web apps wer being eleted from the printerand the the message was gone as fast as it appeared, Now nothing will print from my computer!!!!!!!!

    Well, generally to remove apps now it is done from the computer accessing the ePrintCenter website. I would go there first and make sure the printer is still enrolled/enabled. If something was removed from there, it would remove the access at the printer. Here is the link, and help/tips section on the right side of the page may offer some help:
    https://h30495.www3.hp.com/c/46250/US/en/
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • Why am I being billed for something I did not do

    Why am I being billed for something I did not do

    Contact iTunes support:
    http://www.apple.com/support/itunes/contact.html
    Also, look at your purchase history: iTunes>Store>View My Account>Purchase History.
    Change your password immediately if you feel unauthorized use of your account.

  • New app from the weathjer network for BB

    Hi Downloaded the new weather app from the weather network in Canada for BB users.
    I have the 8530 up to date, In the faq is says to click on the paw in the downloads section to put on the home page.\
    Only problem is all I see in the d/l section is Blackberry help. the weather netwrk app
    does not show there, only in the options/ applications, and cannot do anthing with it there.
    Sent in email and kept getting  auto replies saying go to the downloads sections and
    click on the paw...yadda yadda, no icon there.. any ideas where it may be?? thanks Jack
    of [email protected]

    Are you sure your AppleID is NOT tied to the US store? If you are trying to buy an app from the Swedish store you will be unable to do that. Some apps are only available on certain stores. That is why you get the "Cannot connect to the iTunes store" message when trying to buy that app. Your updates are being done from the US store ; thats why you can update sometimes and sometimes not.
    If you keep encountering problems contact iTunes support. They will help you sort it out.

Maybe you are looking for