Where can I see my store credit?

I was given ap store credit as a birthday gift some time ago, I know it isn't finished, but I want to know how much I have left before I decide what to buy, and I only ever remember seeing the residue after making a purchase. Reasonably there should be some way to see it before as well, but how? Where?

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).
If the balance is zero then instead of showing £0.00 it might not be displayed at all.

Similar Messages

  • HT5035 Where do I see my  store credit available balance in Itunes

    I have an apple id and an itunes but cannot find my balance of my gift cards  where in Itunes or on my IPAD can I see what my store balance I have left

    On the iPad you can see your balance towards the bottom of the Music, Films, TV Programmes or Audiobooks tabs in the iTunes store app, and similarly in the App Store app at the bottom of the Featured, Top Charts and Categories tabs.
    You can also see at the top of your account details if you tap on your id in Settings > Store and select View Apple ID.
    You will only see a balance if you have money left from gift card or if you use an iTunes allowance.

  • Where can i see my itunes credit?

    Hi,
    i look for my itunes credit, i have ios 7 and cant find the credit.
    Thanks for help

    Hi,
    On iOS devices, it is on the bottom of the 'Featured' page (at least on the App Store).
    On PCs and Macs, go to the iTunes store and it should be on a black bar on top like this:
    Hope this helps!

  • Where can I see my balance

    I just bought the Pages App for my iPhone and iPad, I clicked on buy now and it started to download and it seems that I have purchased the App, but I think I do not have any credit on my balance, so my question is where can I see how I paid for the App without paying anything. Or do I need to pay for the app on a later date?

    In iTunes on the top right part of the screen, sign in to your account (if you haven't done that yet). You can see your past purchase from the screen after you signed in.

  • I send mi link for podcast and i dont have answer, please where can i see the satus for aprobal

    where can i see the status for mi podcast?
    i got the mail that is in process but never the answer that was aproved or not!
    that was 5 days ago
    Thanks

    It can take at least two weeks for a podcast to be approved - sometimes more - as it required human intervention and there may be a large backlog. It's just a question of waiting. As you've received the acknowledgement email things are plainly underway, and all being well you should get an acceptance email eventually, giving you the URL of your Store page.

  • Where can i see Shipping condition TEXT e.g. VBAK-VSBED=F1=FEDEX PRIORITY?

    Hi Experts,
    Am looking to pull the SHIPPING CONDITION TEXT/DESCRIPTION, so, pls. let me know, Which table does store this value?
    example: VBAK-VSBED = F1
    F1 description is FEDEX PRIORITY
    Where can i see this FEDEX PRIORITY for F1 of VBAK-VSBED?
    i tried with  WHERE USED LIST, CHECK TABEL as TVSB, no use!!
    thanq
    Edited by: Srinivas on Feb 27, 2008 3:42 PM

    You will get the text in table  TVSBT.......
    I hope it is solved...

  • BDC question - Where can I see the results of a SUCCESSFUL BDC?

    Hello friend,
    Where can I see the results of a SUCCESSFUL BDC?
    I've tried SM35 but I beleive it'll show results if and when there are errors. otherwise, if the batch input is successful nothing is kept. So where do I see the results of a error free batch job please?
    Many thanks.

    hi,,,,,
    Logically Logs are maintained for those details which are not processed Succesfully,
    But still if you want to see the succesfull logs then you have to do coding in your BDC report, there is a function module that stores the sttus message for each record you pass in the BDC,
    CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              id   = it_messtab-msgid
              lang = 'EN'
              no   = it_messtab-msgnr
            IMPORTING
              msg  = vl_mstring.
          it_ini_con-status = 'S'.
          it_ini_con-mssg = vl_mstring.                 "'valid Employee Number'.
    Thanks
    Saurabh

  • I can't see any store ads, what I have to do?

    I can't see any store ads, there is no error messages, just when I tried to see an store ad, I clicked on it go to the page but the ad doesn't appear. What I have to do?
    Thanks.

    Some sites use regular HTML for ads while others use a plugin such as Flash. If you right-click the blank area, does it show an Adobe Flash menu or other plugin menu?
    Perhaps you could give a URL or two where this problem occurs.

  • Where can I see a list of ical invitations i've sent?

    I am a new Mac user. When I send calendar invites in Outlook, I see the sent invitation in my email sent folder.  Where can I see a list of invitations i've sent from the Calendar app on my macbook pro?
    Thanks!

    Open App Store and click on the Purchases icon in the toolbar.

  • HT1689 Can I use iTunes store credit (from a gift card) to purchase an app for a friend?

    Can I use iTunes store credit (from a gift card) to purchase an app for a friend?

    No.
    (71262)

  • Where can I see the downloads LIST when downloading podcasts, like in the older version of iTunes?  I find it frustrating that I see only one at a time now !  Any suggestions please?

    Where can I see the downloads LIST when downloading podcasts,
    like in the older version of iTunes?  I find it frustrating that I see only one
    download at a time now !  Any suggestions please?

    Thanks for taking a stab at it: that didn't prove to be the problem. That option in the settings for tabbed browsing was not checked.
    I may be a bit behind the times: I am used to tabbed browsing showing all the tabs it possibly can, instead of just the last one. Sometimes it won't even show the last tab: I can have 15 tabs open, and not see a single tab. I've been confused by this into closing a window with lots of tabs open, because it looks like a single page-window.
    My main problem with the tab-bar flashing to the end of the row is that it means a great deal more mouse-clicking around to browse.
    I haven't tried installing the latest beta. Maybe that would fix the problem.
    Toddo

  • Where can I see output from ClassInitialize and ClassCleanup

    Hi,
    If I write
    TestContext.WriteLine("Some output")
    or
    Console.WriteLine("Some output")
    inside a test method, i see an "output" link in the Test Explorer and when I click it I can see the output "Some output". This is also true when I do it from a [TestInialize], [TestCleanup] and even [AssemblyInitiailize] or [AssemblyCleanup]
    methods. However, if I do that from a [ClassInitialize] or [ClassCleanup] methods - I can't see the output.
    Is there any reason for that? How/where can I see any output that I write inside ClassInitialize?
    AFAIR, in VS2010 I was able to see that from a link on the Test Results pane, but I currently don't have VS2010 installed to verify it.
    Thanks,
    Arnon.
    Arnon Axelrod

    Hi Arnon,
    >>I checked it again, and I realize that it works OK for regular MSTest classes (with [TestClass] attribute), but not for Coded UI (with [CodedUITest] attribute).
    I think I could repro this issue in my side, I get the same issue as yours using the VS2013 with the latest update package, it doesn't support it in Coded UI tests even if I enable the detailed coded UI test log:
    https://msdn.microsoft.com/en-us/library/jj159363.aspx
    To get the issue confirmed and diagnose by product team, would you please create connect report for it? You will get email notification for update.
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx
    If you submit the report, please share us the link here, I will help you vote it.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where can I see API for ADF Internal Class for a Specific JDev Version

    Hi,
    I wanted to check the API for certain ADF internal classes. Is this possible and where can I see it?
    I know also for a fact that its not good practice to make use of the internal class but my case is a little different
    so I would like to extend how the internal class is working.
    I use JDev 11G PS3 (11.1.1.4)
    Thanks

    Hi,
    Hope following will useful
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14022/overview-summary.html
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14022/allclasses-noframe.html

  • Where Can I see my Oracle ID on Oracle OTN website

    Hi,
    Long time ago I created oracle otn account, now I need the Oracle ID, where can I see it .
    It will be the same as Oracle testing ID ?
    thanks in advance

    Law wrote:
    Hi, EdStevens
    The Oracle Testing ID has to do with Certification number, when you apply for it (OCP, ODCA).
    Then no, the testing ID has no relationship at all to either your OTN ID or your MOS (My Oracle Support) ID.
    Now, I'm apply a new job, they ask me to go to otn and create an account and send them back the Oracle ID, and that's what I'm looking for.See Joel's comments. If it's the latter (they want to be able to monitor your activity on OTN ) I'd be very concerned. My OTN account is my account, not my employer's. And even if that is what they are after, there is nothing stopping you from having two accounts ... one with your employer's email as the account name, and one with your personal email as the account name. Then just ignore the one with the employer's email address.

  • Factory Calender, Where Can I see it?

    Hi Experts,
    Pls. let me know that, Where Can I see the Factory Calender?
    thanq

    Hi srinivas,
                   You can use FM FACTORY_CALENDAR_GET to get factory calender.
    <REMOVED BY MODERATOR>
    Thanks,
    Srikanth.A
    Edited by: Alvaro Tejada Galindo on Apr 24, 2008 10:49 AM

Maybe you are looking for

  • Need to determine how to specify a time range in the COUNTIFS criteria

    I'm using the following formula to identify individuals in a list of individuals performing  a task and categorizing the time they complete it in: =COUNTIFS($A:$A,"someperson",$D:$D,G1) , where G1 is <=4:00:00.  What I what do do is have G1 define a

  • Project Commitment Cost not visible for Purchase Orders with Item Categry Q

    Hello All I have a problem. My project commitment cost is not visible for PO's with Item Category Q. I assume that as the stock can be issued against any WBS elements I might not be able to see the cost against a single WBS element. But the cost shou

  • Failed to export PDF file

    I have a 10-page color doc in InDesign CS4 that has exported to PDF dozens of times without issue. Other, similarly complicated PDFs work fine. Some of the photos are at 10 per cent size in the InDesign doc (pages are very small). I did a 'save-as' t

  • Album shuffle not right with 3.1.1 update

    After updating to the latest formware last week, I hit a new issue: If you have multiple albums with the same name, by different artists, such as something obsure like 'Greatest Hits', album shuffle mode ignores the different artists, and shuffles be

  • How to transfer with thunderbolt from iMac to MacBook Air?

    I have a new MacBook Air and I'm trying to migrate files from my iMac over a Thundertbolt connection. It doesn't work. Anyone else have this problem?