Store bypasses my cash balance

Computer crashed and I had to reinstall everything.
As a consequence, iTunes store is completely bypassing my cash balance and sending me straight to PayPal
which I preter not to use.
How do I get it to recognize the cash balance again?
Thanks in advance,
deerraven

The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
The US prices in the Mac App Store (MAS) do not reflect local sales taxes. Apple collects the sales tax in the final steps of the sale. If the balance does not cover the full total plus the taxes,, then the MAS will need another method of payment, either redeem another gift card or supply a bank card.

Similar Messages

  • No document number when some stores posting for cash balancing

    Hi experts,
    I have a problem for SAP SRS(SAP Retail Store) system. Please help me.
    no document number when some stores posting for cash balancing
    thanks.

    Hi,
    For this pls contact with MM consultant or put this query in MM forum.
    Anil

  • How do you pay with a credit card when the Store has a cash balance?

    I think the iTunes Store automatically applies your cash balance with before it tries to charge your credit card on file. Is there a way to override this and manually enter your credit card information to pay for a song purchase?
    I have a half dozen credit cards I don't want closed. Putting a small charge on them once in a while makes sure the card accounts stay home, and purchasing a song from iTunes is one of the perfect ways of doing this. So once a month of so, I'd like to purchase a half dozen songs each with a different credit card. My store account already has $140 in cash balance, because I keep on getting iTunes gift cards faster than I can use them.
    Aside from creating a second iTunes account, whose library would be a pain to maintain the integration with my main account, is there a way to accomplish my goal?

    Gift the songs to yourself.
    (110398)

  • How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countriesbutitisfree

    How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countries but it is a free app

    You cannot use the Japanese iTunes Store unless are physically present there and have a Japanese payment method. This applies even for free apps; you cannot get them from the Japanese iTunes Store if you are in the US.
    If you are in Japan, you can set up a new iTunes Store account just to get free apps. See:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID.
    If you have moved to Japan and wish to change the country of your account permanently, you can contact the iTunes Store and ask them to clear your remaining balance. You will need to be able to provide a Japanese payment method, though.
    Regards.

  • Profit Center : Reflect - Vendor, Customer, Bank/Cash Balance

    Dear Experts,
    Ref. : Reflect - Vendor, Customer, Bank/Cash Balance, Balance Sheet GL Accounts - Profit Center wise.
    When we do postings to P&L Items, we assign a CO / Cost Object. Such Cost objects may be Orders, Cost Centers, etc., which has a Profit Center assigned to it.
    Now, we wish to view Balance Profit Center wise.
    My Concerns :
    1.  Can Vendor, Customer, Bank/Cash Balance, Balance Sheet GL Accounts - Profit Center wise. Since we do not assign CO objects to such line items, but the correspondense line items (P&L GL) has a CO object.
    2.  If yes, how do we move balance of such items, to Profit Center / profit Center wise.
    Experts, please help me to understand the concept.
    Regards,
    Hussein.

    Hi,
    Are you in ECC activated new G/L? If yes, then you can define Profit Center as Document Splitting Characteristic for General Ledger and profit center will be in the AR/AP line item as well in ledger view (though you don't enter profit center during document entry).
    You cannot give the Profit center in line item level to the Subledger accounts like vendor and customers.Vendor and customer accounts take the profit center from the offsetting entry.If want to see the profit center to the particular document, open the document go to Environment field and select Balance Sheet Adjustment option.
    If you want to see the Profit center wise payables and receivables, use T.code GR55 and take report group 8A90 for Periodic Receivables and 8A91 for Payable.
    If you want to see the all payables with Profit center use Table BFOK_A for vendors BFOD_A for customers.
    Regards,
    Viswa

  • Cant change store due to credit balance

    CAnt change store due to credit balance of $ 0.02 which i have to spend first. Nothing costs that little. How do i get rid of the balance?

    See the quote below from Can't change the country of your iTunes Store, App Store, iBooks Store, or Mac App Store account - Apple Support
    Store credit balance
    You must spend your balance before you can change stores.
    If your store credit is less than the cost of a single item on the iTunes Store, App Store, iBooks Store, or Mac App Store, you can add a credit card to your account. When you buy an item, you will use the remaining store credit and charge the remainder of the purchase to your credit card.
    If you don't have a credit card, contact iTunes Store support.

  • Daily Average Cash Balance

    Hi All,
    I have this report icreated on FISL ODS where I have to define "Daily Average Cash Balance". User is not sure what contitutes this definition. I would really appreciate if somebodt can give me an idea about it.
    Thnx.

    hi did u get the answer for this.... even i have same senario where i have to give a report on cash balance

  • How to block negative cash balance ?

    Dear Experts,
    I want to block -ve balance to all of my cash accounts i.e. no credit balances to cash accounts. How can i achieve this?
    What i am thinking is about a stored procedure on outgoing payment and journal entry.
    Please help me out.
    Thanks in Advance
    Best Regards
    Ashutosh T

    Hi Gorden,
    Even this code is not working, I am doing all the steps correctly. My cash account balance is 'zero' but still  i am able to make outgoing payment with payment means 'CASH'.
    Istvan ! I have putted Mr. Gorden's code under '[dbo].[SBO_SP_TransactionNotification]' as follows..
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(20),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    --     ADD     YOUR     CODE     HERE
    IF (@object_type = '46' AND @transaction_type in (N'A', N'U') )
    BEGIN
    IF EXISTS
    (SELECT T0.CashSum FROM OVPM T0 INNER JOIN VPM4 T1 ON T1.DOCNUM=T0.DOCENTRY
    INNER JOIN OACT T2 ON T2.AcctCode = T1.AcctCode
    WHERE T0.CashSum > T2.CurrTotal AND T1.AcctCode in ('102000030010001','102000030010001')
    AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    SELECT @error =1, @error_message = ' Cash Balance must be Greater then Zero'
    END
    END
    -- Select the return values
    select @error, @error_message
    end
    Please guide me where I am doing wrong
    Best Regards
    Ashutosh

  • Cash Sale - Cash Balance Update.

    Hi,
    While doing the Cash Sale, Cash Balance is not getting updated.
    Before posting this I have gone thru the forum and made some changes accordingly(in OV77).But even then Cash Acct in not getting updated.
    In one of the answers it is mentioned to give the Acct Key as EVV.where this to be done,in Pr.Procedure or any other setting.
    Please guide.
    Regards
    Vijay.

    Hi,
    Maintain account key EVV both in pricing procedure and Billing document type and then see the results.
    Can you just check with FI colleagues the G/L account you maintained in VKOA for EVV account key is cash sales account or not?
    Reward if it helpful.
    Regards,
    Chandra

  • I can't change my App Store because of remaining balance in store

    I can't change my App Store because of remaining balance in store. Help me.

    Click here and ask the iTunes Store staff to zero your account balance.
    (126328)

  • I need to remove store credit on my balance.

    What shall I do if I want to remove the balance from my store account? (The balance is 2 RUB)

    Contact iTunes support and ask them to remove it.
    Click Contact Us at the bottom of this page

  • How to find out cash balance

    how to find out cash balance at each plant for particular date.

    Hi
    Please tell me what is the system of your GL Creations, is it plant wise or not ? If plant wise, then you can see the individual plant wise GL from FBL3N or FS10N. Ideally there should be plant wise Cash Journals also, so you can see from FBCJ.
    If plant wise GLs are not opened, then if you have single GL for cash, then on the basis of profit center/ business area if plant wise, you can dispaly the cash balance
    regards
    Parag Bhargava

  • Pets - Negative Cash Balance (Ref: TA-21025)

    Status: Fixed
    Affects: Some Users
    Description: We have seen an issue related to Pets Starter Sets that can result in a display of a Negative Pets Cash Balance. The issue appears to affect a very small number of accounts.
    Our engineers are still investigating this issue and are working to correct it. If you are experiencing this on your own account, please be sure to select the 'Me Too' button in the post.
    Thanks for your patience while we investigate this issue.
    Edit: We were able to fix this issue and you should no longer experience negative balances. However, if you're still experience this problmem, please contact us.

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • When cash balance is negative

    Hi Experts
    When cash balance is negative, How to block further transactions , Is there any way to do this?
    Edited by: murali krishna on Oct 21, 2008 2:27 PM

    You can do this restriction using SBO_SP_TransactionNotification Stored procedure.
    You can find more information about this from the link
    SP_Tranaction Notification Procedure Explanation
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e991e2b9-0901-0010-0395-ef5268b00aaf]
    Try out yourself otherwise I shall help you.

  • Negative Cash Balance

    Cash Account balance shows a negative figure
    ie,payments are more than receipts
    customer wants to block this.It should nt allow to post entries it the cash balance becomes negative
    please suggest
    regards
    kannan

    If the Cash G/L Account is used to create a Journal Entry it could possible go negative when a Credit total greater than the existing balance in entered.
    To prevent this, you will need to first determine what all transactions use this Cash Account.  I mean Incoming, Outgoing, JE, etc.
    Then you would take the ObjType of these documents and use the SBO_SP_TransactionNotfication stored procedure to block the transaction matching the ObjType which contain this Cash GL that would cause the Particular GL to go negative
    Suda

Maybe you are looking for

  • Single-signon for multiple sites or sub sites

    Does anyone know of some good articles/publications or suggestions for implementing a single signon for multiple very secure internet sites in weblogic type environments. For example, bank1 has a internet site and bank 2 has an internet site. Bank 2

  • Error on Parked Logical Invoices

    Hello everyone, I have a problem with posting logical invoices in a new fiscal year. Parked logical invoices are getting a hard error when users attempt to process the invoice in the new fiscal year. Do you have any idea how to make it work? The last

  • Mac Mini iTunes auto launch

    I have a Mac Mini connected to my Sony Bravia thru an HDMI cable. When I tell the TV to change to the HDMI port that the Mac Mini is plugged into, iTunes launchs and starts playing. I've tried everything to tell iTunes not to do anything. I think the

  • Passing Parameters in Crystal XI (v1) to SQL or MS Access Stored Procedures

    Post Author: mib CA Forum: Crystal Reports In Crystal Reports 8.5 I had a report with a parameter called WeekCommencing which was a datetime parameter.  This worked against a stored procedure in a SQL database and a union query with a parameter withi

  • HR ABAP Posiition Holder Org Unit value going dump

    Hi Experts, I am working now HR ABAP. My issue is,  I am using standard Program RHXPEP01. This Program is nothing but. Profile Match up Position/Holder. Once i execute this program and enter the  value of Org. Unit Value is 60010128. Then after 15min