Trying to update my auto recharge credit info

My credit card for auto recharge has expired and I want to update my file with the new information.  The credit card number has changed and my account will not allow me to make the necessary changes.  I add as per the instructions and then it reverts back to the old account as if unsaved.  Can I just get someone there to add it for me?  Is there someone I can call instead of doing it online?

Well, today my tools are going to be deactivated because my account is expiring.
Still no solution or feedback on the status of the issue relating to the fact that my valid credit card is stuck in a processing limbo in their payment system.
The biggest lesson learned is that subscription software & cloud based services are too risky for a professional production pipeline.
Imagine if I had employees and a huge deadline this week, I would have to explain to my clients that the reason I can't deliver is because Adobe can't process my credit card for whatever reason, and they deactivated my tools.
Now, I probably won't be able to work today but at least this situation as forced me to re-evaluate how I'm going to build my new workflows and those of my clients.
I was actually planning to convert my video production pipeline to Adobe Premiere but now, it's guaranteed I'm staying with Final Cut.
Same thing for my photo retouching & motion workflows, I'm stripping out every Adobe Cloud tool from it.

Similar Messages

  • HT204053 I recently had to cancel my debit card because of unauthorized purchases on Facebook. I have tried to update with 4 different credit cards and every time I get a message saying invalid security code. How do I fix this?

    I recently had to cancel my debit card because of unauthorized purchases on Facebook. I have tried to update with 4 different credit cards and every time I get a message saying invalid security code. How do I fix this?

    Debit card? Are you sure?
    USA iTunes Store does not appear to accept debit cards - http://www.apple.com/legal/itunes/us/terms.html  "The iTunes Store, Mac App Store, App Store, and iBookstore services (“Services”) accept these forms of payment: credit cards issued by U.S. banks, payments through your PayPal account, iTunes Cards, iTunes Store Gift Certificates, Content Codes, and Allowance Account balances."

  • Trying to update a JTable w/ new info

    I've had some issue understanding the change events in the tutorial found here. http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#simple I've mostly gotten it, with the exception that my data does not change. I'm fairly certain it has to do with the tableChanged method. As always any help is GREATLY appreciated thanks.
    This is a simple JFrame containing a Table with a JButton that changes the value of my data variable.
    The tableChanged method is basically straight copied, what do I need to do for the entire table to update?
    package testtable;
    import javax.swing.JFrame;
    import javax.swing.JTable;
    import javax.swing.JScrollPane;
    import java.awt.Dimension;
    import java.awt.BorderLayout;
    import javax.swing.table.AbstractTableModel;
    import javax.swing.table.TableModel;
    import javax.swing.event.TableModelListener;
    import javax.swing.event.TableModelEvent;
    import javax.swing.JButton;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    * @author rico
    public class TestTable implements TableModelListener {
        //this method is verbatim out of the tutorial
        public void tableChanged(TableModelEvent e) {
            int row = e.getFirstRow();
            int column = e.getColumn();
            TableModel model1 = (TableModel)e.getSource();
            String columnName = model.getColumnName(column);
            Object data3 = model.getValueAt(row, column);
            // Do something with the data...
            static String[] columnNames = {"First Name", "Last Name", "Sport", "# of Years", "Vegetarian"};
            static Object[][] data = {
                {"Mary", "Campione",
                 "Snowboarding", new Integer(5), new Boolean(false)},
                {"Alison", "Huml",
                 "Rowing", new Integer(3), new Boolean(true)},
                {"Kathy", "Walrath",
                 "Knitting", new Integer(2), new Boolean(false)},
                {"Sharon", "Zakhour",
                 "Speed reading", new Integer(20), new Boolean(true)},
                {"Philip", "Milne",
                 "Pool", new Integer(10), new Boolean(false)}
            static Object[][] data2 = {
                {"Cunt", "Campione",
                 "Snowboarding", new Integer(5), new Boolean(false)},
                {"Alison", "Huml",
                 "Rowing", new Integer(3), new Boolean(true)},
                {"Kathy", "Walrath",
                 "muff-diving", new Integer(2), new Boolean(false)},
                {"Sharon", "Zakhour",
                 "Motor_boating", new Integer(20), new Boolean(true)},
                {"Philip", "Milne",
                 "Pool", new Integer(10), new Boolean(false)}
            static AbstractTableModel model = new AbstractTableModel() {
                public Object getValueAt(int row, int col) {
                    return data[row][col];
                public int getColumnCount() {
                    return columnNames.length;
                public int getRowCount() {
                    return data.length;
                @Override
                public void setValueAt(Object value, int row, int col) {
                    data[row][col] = value;
                    fireTableDataChanged();
         * @param args the command line arguments
        public static void main(String[] args) {
            JFrame frame = new JFrame("TestTable");
            frame.setSize(500, 500);
            JButton button = new JButton("button");
            button.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    data = data2;
            JTable table = new JTable(model);
            table.getModel().addTableModelListener(table);
            JScrollPane pane = new JScrollPane(table);
            pane.setPreferredSize(new Dimension(400, 200));
            frame.add(pane, BorderLayout.NORTH);
            frame.add(button, BorderLayout.SOUTH);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
    }Edited by: rico16135 on Aug 30, 2008 4:13 AM

    There is no need to extend AbstractTableModel in this example.
    You can just create a DefaultTableModel using data and columnNames.
    If you want to display data2 inside the table create a new DefaultTableModel with data2 and use table.setModel to update the table.

  • Canceling Auto Recharge

    I am trying to cancel my auto recharge. I have been charged $18 for a 3 month subscription and cannot figure out how to cancel it. 
    In my Skype profile it says I have no subscriptions. When I go to auto-recharge it has a different card listed. 
    I've been trying to cancel this for some time and I'm super frustrated that Skype makes it so difficult to not be automatically charged for a service I do not use. 
    Solved!
    Go to Solution.

    I think you should have contacted skype first, before contacting PayPal to request for a chargeback.
    Just click the link below to see the instructions on how you can get in touch with the Support team, to know what your possible options are regarding your locked account (and of course regarding those charges);
    http://community.skype.com/t5/The-Skype-Lounge/How​-to-Contact-Skype-Customer-Service/td-p/2056783
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • Cancel auto recharge.

    Hello.
    I tried to cancel the auto recharge from my iphone,but I have not see any botton of bills and payment.
    Thank you.

    Sorry i didn't understand what you meant.

  • Changing Credit Card Info for Auto Recharge

    Hello!
    My CC expired not so long ago and therefore my auto recharge has stopped working. All I want to do is update my CC information, purchase Skype credit and apply for auto recharge once again but somehow (and maybe I am stupid) I am finding it really difficult to do this. First of all, Skype does not even give me the simple option of updating my CC details. Secondly, I have tried to purchase credit TWICE with my valid CC and the status is still pending. I am finding this whole system to be incredibly non user friendly.
    P.S-I am currently living in South Korea and when I try to purchase credit, it immedietely directs me to a korean website (Daesung skype). About 2 years ago when I purchased Skype credit and applied for auto recharge I don't recall the system for doing so to be this frustrating. Please help! My credit has pending for over 24 hours now.

    I agree. Skype has a stupid interface for paying. My credit card number got changed by my credit card company and skype cancelled my auto recharge. It's been over a year since your post but I find the website to be no better. There was no way to change my credit card. I removed it but now I can't start it back up unless I make another payment, but i don't need to pay any more as I have sufficient balance. Dumb.

  • I am trying to update my apps on my phone and when i hit update all it asks me to verify my acct info. i purchased an itunes card and want the payments to be taken off that if i continue will it take it off my credit card or my itunes card?

    I am trying to update my apps and when i hit update all it asks to verify my acct info and i purchased an itunes card to cover the costs of my purchases and if i continue with it will the updates take off my credit card or my itunes card that i purchased?

    ok now im trying to go ahead and verify my credit info to continue and when i hit done it says invalid security code and its correct, ive checked it several times and wont take it

  • Trying to update credit card info-can't get manage account icon because my subscription is not active

    I am trying to update credit card info-can't get "edit account" icon because my subscription is not active

    Credit card https://helpx.adobe.com/utilities/credit-card.html may help
    Change Account https://forums.adobe.com/thread/1465499 may help
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html

  • 'I am trying to update my apps and it says "billing info requiered but when i go to take out my credit card it doesn't say "none"

    I am trying to update my apps but when i try to it says billing inforation requiered and when i try to take out the credit card it doesn't say "none"

    Payment problem
    1. Check if your form of payment is acceptable
    http://support.apple.com/kb/HT5552
    2. Check credit card number
    3. Check security code
    4. Billing Address must be the same as credit card
    5. Check expiry date
    6. Make sure you have sufficient fund

  • Im trying to update my apps and it wont let me. When i clicked on an app to update it or to download a free app it says "sign in required, tap continue and sign in to view your billing information" when i did it says "you must verify your payment info be

    Im trying to update my apps and it wont let me. When i clicked on an app to update it or to download a free app it says "sign in required, tap continue and sign in to view your billing information" when i did it says "you must verify your payment info before you can makes purchases" then "security code is invalid" when the security code is valid. I even switched credit card it keeps saying the same thing....... THIS IS NOT FAIR........ I WANNA UPDATE MY APPS!!!!! Btw idk why did i buy the ipad for, APPLE dont even let you download ADOBE FLASH PLAYER and must of the games required ADOBE FLASH PLAYER to play example: wizard101. Idk what i was thinking...... :(

    Why not simply remove yoru payment info by selecting None at top?
    APPLE dont even let you download ADOBE FLASH PLAYER
    Considering Adobe dont (sic) even make Flash Player for iPads, this seems about right. How can you download something that does not exist?

  • Trying to update my credit card for Creative Cloud account but chat support is always repeating the same thing?

    I'm just trying to update my credit card info for my Creative Cloud account, it's been 6 times I've contacted chat support.
    Every time they repeat the same questions & answers over & over.
    "What's the name on the card?"
    -I give it to them.
    "It will take 4 to 5 hours to update."
    -I wait a day, same problem, then contact them again, same question & same answer. They don't give me a reason or any indication why my card didn't get charged.
    I re-phrase my questions, always same answer:
    "Your payment details are updated, your account will be activated in 4-5 hours."
    Are they robots?
    Is there actually somebody on the end of the chat, is it possible to talk to a supervisor or someone that could help me give you money so my account doesn't expire?

    Well, today my tools are going to be deactivated because my account is expiring.
    Still no solution or feedback on the status of the issue relating to the fact that my valid credit card is stuck in a processing limbo in their payment system.
    The biggest lesson learned is that subscription software & cloud based services are too risky for a professional production pipeline.
    Imagine if I had employees and a huge deadline this week, I would have to explain to my clients that the reason I can't deliver is because Adobe can't process my credit card for whatever reason, and they deactivated my tools.
    Now, I probably won't be able to work today but at least this situation as forced me to re-evaluate how I'm going to build my new workflows and those of my clients.
    I was actually planning to convert my video production pipeline to Adobe Premiere but now, it's guaranteed I'm staying with Final Cut.
    Same thing for my photo retouching & motion workflows, I'm stripping out every Adobe Cloud tool from it.

  • Auto Recharge not working, can't buy credit - Dumps me to front page when "Buy" is clicked

    I already contacted Customer Service (if you can call it that) on the Chat link. They couldn't fix the problem and said they have to escalate it, and I still haven't heard back. The problem is that auto-recharge isn't working, and really never has. I solved the problem in the past by clicking "buy credit" and just added credit to my account. Now when I do that, it dumps me out to the main front page of the skype.com website. Before you tell me to clear cache and cookies, I tried it from 3 different computers, and even my iphone, same results. Can someone who works for Skype please help? If customer service has devulved into posting to a community so we "can help each other" and there is no one to talk to from the company, how is this ever going to success long term? Microsoft and Skype should be embarrassed. I guess I need to start looking for an alternative solution to international IP calling.

    Hi,
    Special offer for North American residents only, i'm afraid...   
    On ne regarde pas l'avenir dans un rétroviseur !
    IMac Intel Core i3 3.2 GHz - RAM 12 GB - OS 10.10.3
    Skype 7.8.391
    Logitech usb headset or Jabra 250 bt

  • HT1918 Trying to update my payment info

    Hi there, I'm am trying to update my payment info and trying with two differents credit cards cards and that info I've been adding is correct but I keep getting a message that the credit cards info is wrong.  What else is to do?

    Hi there Dimeaglass,
    You may find the information in the article below helpful.
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    http://support.apple.com/kb/ts1646
    -Griff W. 

  • Skype Credit Auto-recharge has been cancelled

    Dear Skype,
                    I have an incident yesterday, my skype a/c : suddenly can’t auto recharge, and the auto recharge has been cancelled, the last auto recharge is 23Nov13, we receive the email as below, but for point two, I try recharge the credit manually, it success, attached the success email as attachment , and for point one, I haven’t cancel or modify any configuration over several months, Please help to find out what problem make this fault ASAP and prevent it happen again, thank you.
    From: Skype [mailto:[email protected]]
    Sent: Monday, December 02, 2013 5:05 PM
    To: IT Dept - Skype - Distribution List
    Subject: Auto-recharge has been cancelled
    This is an automated email, please don’t reply.
    Hello [Redacted for privacy],
    Auto-recharge has been cancelled
    This email confirms that Auto-recharge has been cancelled for the Skype Manager called [Redacted for privacy].
    Possible reasons why Auto-recharge was cancelled are:
    1. You cancelled Auto-recharge yourself.
    2. The credit card you use for Auto-recharge payments has expired.
    3. You are using PayPal for your Auto-recharge payments and either the credit card linked with your PayPal account is no longer valid (for example, it has expired), or you have cancelled your billing agreement with Skype on the PayPal website.
    Talk soon,
    The people at Skype
    Lost Password · Account Settings · Help · Terms of Use · Privacy
    Getting help for Skype
    While you cannot reply to this email, you can contact us through our help section for assistance.
    You can also visit our forums.
    Protect Your Password
    Skype staff will NEVER ask you for your password via email. The only places you are asked for your password are when you sign in to Skype or on our website if you want to buy something or check your account. You will always sign in via a secure connection, and we ask you to ensure that the address in your browser begins exactly like this https://secure.skype.com It should also show a little padlock symbol to indicate the secure connection.
    Be alert to emails that request account information or urgent action. Be cautious of websites with irregular addresses or those that offer unofficial Skype downloads. Security updates and product upgrades are made available at www.skype.com or using the client's upgrade function.
    © 2003-2013 Skype and/or Microsoft. The Skype name, associated trademarks and logos and the "S" logo are trademarks of Skype or related entities.
    Skype Communications S.a.r.l. 23-29 Rives de Clausen, L-2165 Luxembourg.
    First things, first: for your safety and protection, please never, ever include any personally identifiable information such as your real name, Skype account name, e-mail address, or a telephone number in a post on a public Community or forum such as this.  Thanks!

    Hi, and welcome to the Community,
    This is one of those sets of issues which can be resolved only by contacting Skype Customer Service directly to enquire why the change was effected.  We here in the Community do not have access to Skype account or Skype Manager account details.  As a proactive measure, I would change all Skype account and payment method account passwords immediately if this has not already been done.
    Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    You will need to proceed through each step, one at a time. Sign on to the Skype website as requested. Choose the subject and topic which most closely matches the item you need assistance with. Then, continue past Step 2 of the instruction where several articles from the FAQ library will appear for you to review, and proceed to Step 3, Continue Support Request (the blue "button" appears at the lower right corner of the website page). You may also skip through Step 4 where you will be referred back here to the Community; no need to do this as the Community is where you started. When you complete the webform and click Submit, your information is relayed to Skype and you will receive a reply via e-mail.
    If you are a Skype Premium or other eligible customer, you will be routed to start an instant message chat session with a Customer Service agent.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • After downloading latest update to my iphone3, I found a 'game center' app.  When I opened and tried to sign in using my current info it keeps rejecting my password as already being used. Yes, by ME. How do I get past this?

    After downloading latest update to my iphone3, I found a "game center" app.  I opened and tried to sign in using my current info and kept getting msg that password  already being used (yeah, by me).  How do I get past this so I can download and use my games?

    THANK YOU, LIMNOS, I FIXED IT!!!!!!!! [And yes, I was being REALLY dumb.]
    Just in case the following is helpful to anyone else:
    The switch has to be done manually since all of the sort categories--except album artist--have changed to automatically sort with articles, which is a bit of a pain if you have a lot of articled artists, but there is actually a way to WRITE IN how you want your artist (or whatever) to sort. I just changed my POLICE to COPPERS as a test, and by golly now all the music comes up/is reorganized under C right below Coolio, still listed as The Police!
    Before the newest update, the auto-sort always sorted ARTIST to my liking (i.e. ignoring the article), so I never bothered to check out any other tab save Details and Artwork, but voila:
    [For any other dummies out there, here's how to get to this screen: right click song or songs-->Get Info-->Sorting.]
    Dankeschön, Limnos, really appreciate it!!! But hey, I guess it could be worse when you only have use of half your brain...

Maybe you are looking for

  • Windows Laptop that will run Photoshop?

    I am looking for a new laptop which is easy to carry around but yet can still work the latest model of Photoshop. Can I get a decent Windows laptop which can run Photoshop easily or is a Mac worth the heavy price tag? I live in the UK, so please tell

  • ALSB(OSB) - Message loss in OSB

    Hi, I am facing the below issue in OSB, * I receiving request and able to successfully process it. * But while receiving response, if the source sends 10 messages, OSB is processing only 7 messages. Other 3 messages got lost somewhere. I brought down

  • How to Add Link Some Text in RichEdit Control in MFC

    I need to add some Text with Link to RichEdit, thats all. for example, my String is, line 1 : PASS line 2 :  FAIL line 3 : PASS line 4 : FAIL line 5 : FAIL now i want to add this String into RichEdit. and add a Link to Only FAIL text. when i click th

  • Is there a replacement app for adobe flash player?if not where can i go to download a secure version thats is for my mac ?

    is there something i can use for youtube or is there a flash player for make that can be downloaded sucurely?

  • Change Default Settings for Preview?

    Whenever I open a PDF document, it is always in a two page view. I would like to be able to have it automatically open in single page continuous but this option isn't in the Preview preferences. Help would be great so I don't have to change it every