HT201359 How do you know what's left on your gift certificate?

I've purchased various items, but short of adding up everything I've bought, is there a way of seeing what credit is left on my iTunes card?

If the card has been redeemed then its remaining amount should be on your account, the card itself is now effectively zero. My account's balance shows at the top left of the store's page on my computer's iTunes, and by logging in to view my account via the Store > View Account menu option. On my devices it shows at the bottom of, for example, the Featured tab in the App Store app under my account id (or you can view your account via Settings > iTunes & App Stores and it should show on the screen that you are taken to)

Similar Messages

  • HT1338 How do you know what is installed on your MacBook Air?  Which system?

    How do you know what operating system you have?

    Go to System Profiler > SERIAL-ATA > Then you will have the Model numbers - Just google them & you should get your drive!

  • How do you know what kind of ssd your macbook pro has?

    I have an older macbook pro (the one with a intel core 2 duo) but I don't know which kind of ssd it has. I checked system profiler but I did not see it. I have not upgraded it so I am assuming this is the default ssd. I want to also upgrade the ssd, but nor sure which one is good. I was thinking OCZ Vertex SATA II 2.5'' (not sure what size 50-480 gb).

    Go to System Profiler > SERIAL-ATA > Then you will have the Model numbers - Just google them & you should get your drive!

  • How do you know what version of OS X you have on your Mac Mini?

    How do you know what version of OS X you have on your Mac Mini?

    Apple Menu (upper left on meu bar) > About This Mac
    "Verion: " 10.8.x is Mountain Lion, 10.7.x is Lion, 10.9.x is Mavericks, 10.6 x is Snow Leopard.

  • How do you know what view is available to a form?

    A customer requirement that we set the a firstlogin attribute on the on one of the resources the first time a user logs into the IDM end user interface, changes their password, and provides answers for their authentication questions. The way I know that a person has done this, it that they are displayed the "End User Menu"
    The problem is the accounts portion of the User view is not accessible from the End User Menu. I put the same code in the End User Form and it works.
    Is there a way for me to access resource attributes from this form?
    Is this the incorrect approach to solving this problem?
    How do you know what view is available to a form?

    Thanks, that was my problem originally. When using a fieldref I had to set the base context to variables.user i.e.
    baseContext=':variables.user'
    And in workflow I had to preface variable names with the name of the object I checked the view out into.
    What I really wanted to know how to have multiple views open in a form if possible. I'd like to be able to manipulate user and role objects in the same form when editing users in a specific org.

  • How do you know what version Mac OSX is on ANOTHER drive?

    How do you know what version Mac OSX is on ANOTHER drive without starting that drive
    and seeing the system profiler? In fact, because the drive wont start up, Now I am wondering if it is pre-intel. ? CMD-I doesn't do it. Thanks

    Why mess with this? Well, I got the HDDs and the enclosure from my previous PPC, so I'd like to make use of it all without $pending again.
    I don't see any problems with using the card and drives on your new Mac. Hardware is too pricey to just leave behind if you can't help it. With the new drivers I suspect you'll be able to use your drives, I just don't think you'll be able to boot from them if the interface card requires drivers. They should still be very fast storage devices, and probably reliable due to the ongoing support the vendor has provided.
    I went through the same type of issue when I bought my Dual G4 1.42 Tower (upgraded from a Quadra 840AV ). Several of my devices were SCSI (I was into SCSI Wide/Fast drive arrays at the time for video capture), and I was able to use an Adaptec card for scanning for several years with Jaguar and Panther. I'd spent quite a bit of cash to ensure high quality and performance and didn't want to loose all of the investment. Eventually the SATA hard drives and other USB and Firewire replacements became so cheap and performance improved enough that loosing SCSI with Tiger was not a big deal. I do think I should get about 5 years of hardware compatibility with most products and I keep older Mac's around for dedicated services as long as they aren't a costly maintenance issue.

  • When setting up a new ipad how do you know what your user name is?

    When setting up a new ipad how do you know what your user name is?

    How to set up Apple ID
    http://support.apple.com/kb/ht2731

  • How do you know what generation your iPod touch is?

    I have just bought an iPod Touch - my first iPod of any type.  How do you know what generation it is? There is nothing on the packaging and the only clue in the 'About' screen appeared to be the version 4.3.3.  I am trying to purchase a universal dock adapter and need to know the generation in order to get the right one.

    meredithlr wrote:
    Why do apple refer to the products by generation and then not actually include that information on the product?
    beats me.
    you can inform Apple of your displeasure by leaving a comment via iPod Touch Feedback.

  • Dumb question but How do you know what generation iPad you have?

    Dumb question but how do you know what generation iPad you have?  I got mine as a gift on Xmas day 2012 but don't know how to find out what version/generation it is.  Can someone help me find that info?  I have looked within settings & elsewhere and I cannot find it.  Thanks in advance!

    Append the last three characters of its serial number to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    (83797)

  • HT4859 how do you know what is backed up/restored from iCloud

    How do you know what items are backed up to iCloud and also if the restore is correctly restored from iCloud.Are applications also backed up to iCloud

    What is backed up
    You get unlimited free storage for:
    Purchased music, movies, TV shows, apps, and books
    Notes: Backup of purchased music is not available in all countries. Backups of purchased movies and TV shows are U.S. only. Previous purchases may not be restored if they are no longer in the iTunes Store, App Store, or iBookstore.Some previously purchased movies may not be available in iTunes in the Cloud. These movies will indicate that they are not available in iTunes in the Cloud on their product details page in the iTunes Store. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.
    You get 5GB of free iCloud storage for:
    Photos and videos in the Camera Roll
    Device settings (for example: Phone Favorites, Wallpaper, and Mail, Contacts, Calendar accounts)
    App data
    Home screen and app organization
    Messages (iMessage, SMS, and MMS)
    Ringtones
    The following items are not backed up to iCloud. You can sync these items with a computer using iTunes:
    Music, movies and TV shows not purchased from the iTunes Store
    Podcasts and audio books
    Photos that were originally synced from your computer

  • How do you know what classes to use ?

    Hello,
    This may sound daft - but how do you know what classes to use to do a particular task ? For example to do password-related stuff - how would I know which classes are all relevant to that ? Am I supposed to buy a book on the classes as the API documentation doesn't really tell you WHEN to use which classes.

    If you're using JSP, then your password field is likely going to be implemented in HTML. So that's nothing to do with Java. (And you can't use a JPassword field in a JSP page.) But when that field comes back to your server, you may be using Java to authenticate it. Even there, the question is not yet what Java method you are going to use, but what methodology. You could have a database to authenticate against, or an LDAP directory. Or you could have the web server use its built-in authentication, which means you don't have to do any Java coding at all. And there are other ways.
    So the question before yours is, how do you know what methodology to use? Again, that comes down to experience.

  • How do you know what exception to throw?

    I want to make sure that I'm using exceptions properly, and I understand the whole try/catch block, but how do you know what type of exception to throw? Is there a list somewhere of all the different types of exceptions?

    I want to make sure that I'm using exceptions
    properly, and I understand the whole try/catch block,
    but how do you know what type of exception to throw?
    Is there a list somewhere of all the different types
    s of exceptions?Kind of. There is a list called "Java API". You can search that for "Exception". But apart from that you can alwas create your own exception.

  • HT1918 how do you know what computers are authorized to use home share before i delete a computer

    how do you know what computers are authorzed to use an I tune account?

    Welcome to the Apple Community.
    There is no way to view a list of authorised computers. You can only tell a computer is authorised from that computer itself, from the store menu in iTunes.

  • How do you know what programs to uninstall?

    Cannot get rid of GeekBuddy pop up. Tried several times to uninstall and then restart computer.I need to free up space on HP Tools (E)How do you know what programs to uninstall?I have no idea what board to choose.

     Hi  ,
    I would be happy to assist if needed as there are many models of HP Notebooks, I would need the model number.
    How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Please let me know.
    Thanks.

  • How do you know what week it is???

    OK, so my first 5 digits/letters on my serial number are : 1B738!
    Is that a week 38... and how do you know if its a good screen one??
    Please send me some ways to test it!!
    Thanks once again!

    To know what week you have look at the 4th and 5th numbers in rhe serial number. Also remember to search these forums before posting a question. This question has been asked well over a dozen times. To do a search simply type in the words at the box to the upper right of this page.
    GFF

Maybe you are looking for

  • Update Button for every Row of Report

    hello, is it possible to get an update button for every row of a report? After clicking this button, only this row of the report should be updated. thanks in advance dave

  • Adding attachments to PDF form

    I tried everything and looked everywhere and can't find the best solution to this problem.  I just need a way for the user to attach documents to a PDF form in Adobe Reader.  I have access to LiveCycle and Acrobat so is there way once the extended fe

  • Tranport Management in SRM

    HI All, How can we manage the transport requests in SRM,for logical systems the naming convention will be T90CLN100 for sandbox and if I transport the same to Dev it will not work, so how could I manage the transport requests.Kindly advice me. Thanks

  • Flash CS5.5 Compiler Errors

    Just upgraded from CS5 to CS5.5 Code that worked in CS5 now gives compiler errors: Symbol 'VideoPlayerMC', Layer 'Layer 2', Frame 1, Line 21     1119: Access  of possibly undefined property state through a reference with static  type flash.events:Vid

  • Windows Server 2003 DC / ADC Domain Join Problem

    Hi, I have Windows Server 2003 DC configured. It is Catalog Server and it holds all the fsmo roles .Also DNS Server too. Now I created an additional domain Controller (ADC) _ dns server + i made it a global catalog server too, The problem is when i s