HT1918 I did a payment method update then it tells me to finish transaction  on itunes support what do i get to do

Help me

Welcome to the Apple community.
Did you follow the instructions in the message and contact Apple, which you can do through iTunes Store Support

Similar Messages

  • Mass Vendor master Payment method update

    Hi All
    Mass vendor master payment method update, is there any other alternative solution to update the new payment method in Vendor master. Normally we need to assign new payment method in Vendor master one by one instead of mass vendor master payment method update. Please help me to resolve the issue.
    Regards
    K.Gunasekar

    Thanks for your update
    I tryed to assign the new payment method in MASS transaction code and new value is updated but existing payment method has deleted. We need to maintain the previous payment method along with new payment method. Please provide me the necessary solution.
    Regards
    K.Gunasekar
    Edited by: KGUNASEKAR on Dec 6, 2010 10:15 AM

  • Whenever i try to buy an in app purchase it says that "purchase could not be completed" and i did my payment method eight what do i do?

    Whenever i do a in app purchases it says "purchase could not be completed" what does that mean? I did my payment method right...help??

    What payment method are you using? Credit card, gift card?
     Cheers, Tom

  • I was in America and you ship over Amercan store now I went to Egypt transformed from Amircan Store to Egypt Store remains the payment method dollar and of possible action Director of through Cards iTunes you if introduced Carte iTunes on your Director of

    I was in America and you ship over Amercan store now I went to Egypt transformed from Amircan Store to Egypt Store remains the payment method dollar and of possible action Director of through Cards iTunes you if introduced Carte iTunes on your Director of ship dollar or is it to Amarcain only Even if there was a deal in dollars and there is the Director of word I want to answer quickly and thank you.   Ihave reedem word

    I'm not entirely sure what your post means. Whether gift cards will become available in Egypt I don't know, I'm just a fellow user, I don't know what Apple might or might not be planning. But as I said, gift cards are country-specific.
    If you are in Egypt then you can only use the Egyptian store. From the US iTunes store terms of use (and other country's stores will be similar) :
    The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance.

  • HT4528 I went to Update my I phone (4)  and It was updating then said it could not finish the update left my phone on the black  apple  after 40 mins  went to recovery mode .. it said restore it but everytime I try  it  said error 18 what can i do

    pretty much what the  title said
    I went to Update my I phone (4)  and It was updating then said it could not finish the update left my phone on the black  apple  after 40 mins  went to recovery mode .. it said restore it but everytime I try  it  said error 18 what can i do? 

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased. Some glitch occured and you have to restore/erse the iPod. Y will have to restore from an existing backup if y ohave one.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • My new ipad wont make purchases from the app store, asks to verify payment info... I enter it and it says contact itunes support, whats the deal?

    my new ipad wont make purchases from the app store, asks to verify payment info... I enter it and it says contact itunes support, whats the deal?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
     Cheers, Tom

  • Im using iPhone5 and i register in apple store  for my apple ID for the apps, i use my visa then after it appear that i need contact iTunes support to complete this transaction. how many times Ive tried its still the same ....

    im using iPhone5 and i register in apple store  for my apple ID for the apps, i use my visa then after it appear that i need contact iTunes support to complete this transaction. how many times Ive tried its still the same ....

    To Contact iTunes Support...
    Click  >  Here

  • R12 API for Payment Method Update at supplier site

    Hi
    I am using api AP_VENDOR_PUB_PKG.Update_Vendor_Site to update the Payment Method at Supplier Site level. The below code executes with no error but dont update the payment method. The requirement is to update the payment method to SEPA
    Code :
    DECLARE
    v_error_reason VARCHAR2 (2000) := NULL;
    v_msg_data VARCHAR2 (1000) := NULL;
    v_msg_count NUMBER := NULL;
    v_return_status VARCHAR2 (100) := NULL;
    v_vensite_rec_type      AP_VENDOR_PUB_PKG.r_vendor_site_rec_type;
    ext_payee_rec           IBY_DISBURSEMENT_SETUP_PUB.EXTERNAL_PAYEE_REC_TYPE;
    BEGIN
    DBMS_OUTPUT.put_line ('BEFORE apps initialization');
    --Fnd_Global.apps_initialize(-1,20639,200);
    fnd_global.apps_initialize(730908,141200,401);
    --DBMS_OUTPUT.put_line ('AFTER apps initialization');
    v_error_reason := NULL;
    v_return_status := NULL;
    v_msg_count := NULL;
    v_msg_data := NULL;
    --ext_payee_rec.default_pmt_method := 'SEPA';
    v_vensite_rec_type.org_id := 2796;
    v_vensite_rec_type.vendor_site_code := '0653-01NEUSS';
    v_vensite_rec_type.ext_payee_rec.default_pmt_method := 'SEPA';
    --v_vensite_rec_type.ext_payee_rec.default_pmt_method:= 'CHECK';
    DBMS_OUTPUT.put_line ('BEFORE remittance API');
    AP_VENDOR_PUB_PKG.Update_Vendor_Site
    ( p_api_version => 1.0,
    p_init_msg_list => FND_API.G_FALSE,
    p_commit => FND_API.G_FALSE,
    p_validation_level => FND_API.G_VALID_LEVEL_FULL,
    x_return_status =>v_return_status ,
    x_msg_count => v_msg_count,
    x_msg_data => v_msg_data,
    p_vendor_site_rec =>v_vensite_rec_type,
    p_vendor_site_id => '393130'
    commit;
    DBMS_OUTPUT.put_line ('AFTER pymt mtd API');
    DBMS_OUTPUT.put_line (v_return_status);
    DBMS_OUTPUT.put_line (v_msg_count);
    DBMS_OUTPUT.put_line (v_msg_data);
    IF v_return_status = fnd_api.g_ret_sts_success THEN
         IF v_msg_count >= 1 THEN
    FOR i IN 1 .. v_msg_count
    LOOP
    IF v_error_reason IS NULL THEN
    v_error_reason := SUBSTR (fnd_msg_pub.get (p_encoded => fnd_api.g_false), 1, 255);
    ELSE
    v_error_reason := v_error_reason|| ' ,'|| SUBSTR (fnd_msg_pub.get (p_encoded => fnd_api.g_false), 1, 255);
    END IF;
    DBMS_OUTPUT.put_line ('VENDOR_remittance email UPDATE API ERROR-' || v_error_reason);
    END LOOP;
    END IF;
    ROLLBACK;
    ELSE
    DBMS_OUTPUT.put_line ('The updateion is sucessful');
    COMMIT;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.put_line (SQLERRM || '-' || SQLCODE);
    END;
    the fnd_api.g_ret_sts_success returns value as 'U' . Means it did not completed successfully
    Do I need to user following API ?
    IBY_DISBURSEMENT_SETUP_PUB.Update_External_Payee instead of above API?
    Thanks for help
    Best Regards
    Nikhilesh
    Edited by: user10238025 on Apr 26, 2013 5:38 AM

    Hi Irfan,
    thanks for reply.
    we are on application version 12.1.1 .
    But i have one doubt here, if we update directly ap_supplier_sites_all table, it won't impact on TCA tables know?
    Thanks.
    Edited by: user627525 on Jul 27, 2010 12:16 AM

  • HT1918 How to delete payment method on iTunes?

    It seems that iTunes doesn't let you delete all of your information, which irritates the crap out of me because someone got into my phone and I was charged for purchases I did not make.

    In the iTunes store click "Account" under Quick Links at the top right. Next to payment information click "Edit" and then under select a payment method click "None".
    If you don't have "None" as an option, contact iTunes support here:
    http://www.apple.com/support/itunes/contact/

  • HT5552 What happens if I choose 'none' as my payment method and then buy a song?

    I want to buy a song with my debit card or have it billed to my phone bill account, but the only options available are
    VISA, MASTERCARD, AMEX and NONE.
    What happens if I choose none? Can I simply not buy a song? Or does it send the bill somewhere else?

    You can't have it billed to your phone carrier. If you don't have a payment method on your account then you won't be able to download paid-for items.
    Debit cards are still accepted as a valid payment method in some countries - from this page :
    You may be able to use other payment types in your country, like debit and Maestro cards.
    Have you tried adding to see if it's accepted ?

  • Why is it every time I try and download a FREE app it ask me to put in my payment method and then say it ain't accepted help please real annoying

    Every time I try and download a FREE app it tells me put in my payment method and when I do says can't be accepted

    If you still have problem, contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • On my iPad when I try to download apps, I am asked to login again and when I do the following happens. I am to verify my payment info, and then it tells me my session has timed out. Please help me.

    I need help with my apps. I try to download apps and I am told to login again. After login then I am to verify my payment info again. Once I do that it tells me my session has timed out.

    Could the credit card be expired?
    Beyond that, what you need to do is contact iTunes support, they can tell you exactly what is wrong, none of us here can do that.
    In the lower right corner of this page is a 'contact us' link. Click on that and you'll see a page full of info and links, one of which is iTunes support.

  • I installed the lastest version of iTunes and when I went to manually sync my iPod I got a message saying error -50.  I tried re-installing the latest version of iTunes but that did not work.  I then tried re-installing an earlier version of iTunes

    I installed the latest version of iTunes but when I went to sync my iPod I got error message -50 and my iPod would not sync.  I tried re-installing the most recent version of iTunes but this made no difference.  I then tried installing an old version of iTunes but it would not install.  I am furious because I bought music via iTunes store and I cannot get it to load onto my iPod.  Can anyone help?  Or can anyone give me a direct email address for iTunes support?  I have been going round and round on Apple's stupid website and cannot find any help or an email address.

    Quit iTunes, reboot your PC, restart the iPad and then try again.
    Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • HT1918 I updated my credit card info and it tells me I need to contact iTunes support ?

    I updated my credit card info and I get a contact iTunes support message to finish transaction

    You need to do as requested and Contact iTunes Customer Service...
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT1918 I'm trying to buy an app, but it keeps telling me to contact iTunes support?

    Help please! I need to figure this out.

    You can contact iTunes support here : http://www.apple.com/support/itunes/contact/ - click on Express Lane, then iTunes > iTunes Store

Maybe you are looking for

  • Extreme vs Express Card/34

    Hi. Driving around town to test out Airport Extreme on my MBP, I found several hotspots, including T-Mobile at a Starbucks. I didn't connect as I only wanted to see what's out there. My question is what purpose does the expansion slot for an Express

  • 20 Photoshop Elements tutorials to try today

    While searching for info to help me with a project I came across this January 2013 blog (so up to PSE11) with links to useful tutorials from across the 'net. Thought I'd share it. 20 Photoshop Elements tutorials to try today Photoshop Elements 11 use

  • Customer should be blocked only one document type ?

    Dear how to block some customers only for some sales document types ex: customers 1000,10005,1006,1007 now i have sales document types .. ZSOR ,ZSOZ, ,ZSOOZ Now 1006 customer should not be allowed to create ZSOOZ Order but he can create all document

  • Help! My new A2107 tablet - shuts down and restarts..​.

    Hi,        just got a A2107 from the Lenovo outlet. Just getting use to it, found and downloaded the latest updates for it.       The problem is while using it - it just powers off and restarts - on it's own. It was doing this before the updates were

  • Menu bar adds one of these every day!

    Please see attached screen shot. Everyday a new one is added to my menu bar and I don't know how to stop it and get rid of what's there. Thank you for any help. Carrie