Change my bill date because i only get paid a set date

Hello. I am wanting to change my bill date to the 1st every month. How do i go about changing it ??

By phoning EE.

Similar Messages

  • Change of Billing Date

    Hi -
    Okay, bare with me, please.
    I started a student Cloud subscription on Sep 6th of this year for $30/mo (one of the best thngs I've ever done). I got billed on the 6th, which was wonderful as I'm on a fixed income and get my check on the 3rd and always had the money in my account to pay you. Then in Nov, you had a special for students for $20/mo and I asked the forum if it would be possible to change my subscription to take advantage of the 30% discount you were offering students and was told that yes, that shouldn't be a problem. Well I didn't get all this sorted out until the 30th of Nov. My old student subscription, billed on the 6th, was "downgraded" to a free trial and my new, paid subscription started on the 30th with a billing date of the 30th. Not good. Often I have too much month left at the end of the money. All I want to do is move my billing date from the 30th of the month to sometime shortly after the 3rd of the month to ensure you get paid before I spend the money on something stupid, like food or tuition. My old $30/mo subscription was paid up through the 6th, but it was canceled and now I'm stuck with the 30th as a billing date. Is there any way possible to change the day of the month I get billed? I would even be willing to pay an "adjustment" fee for the week difference (which, technically, I've already paid for but, to save the $10/mo I would be willing to do). If you hit my credit card when there is no money in it, the fees would negate the savings I am hoping to get my changing my subscription.
    Thanks for your time -
    - Sharon

    Hi Sharon,
    There isn't an easy way to change the billing date, it is usually associated with the day the order processes. Only way to change it (that I'm aware of) would be to contact customer service near the date you want to be charged and have them setup a new order.
    -Dave

  • My past billing adress of my apple ID is the states, presently i'm in montreal Canada and im not able to change the billing address because my balance is $ 0.68, any idea how can i change it?

    my past billing adress of my apple ID is the states, presently i'm in montreal Canada and im not able to change the billing address because my balance is $ 0.68, any idea how can i change it?

    You can contact iTunes support and request that they remove the $0.68 from your account here:
    http://www.apple.com/support/itunes/contact/
    They should respond within 24 hours.

  • HelpMac mail sends emails prematurely  while I'm still composing..sometimes it sends 4-5 email versions in various states of completion. I've got clients asking what happened, because they only get a partial email..its becoming a serious problem. Help!

    Help. Mac mail sends myemails prematurely  while I'm still composing..sometimes it sends 4-5 email versions in various states of completion. I've got clients asking what happened, because they only get a partial email..its becoming a serious problem. Help!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Click the Clear Display icon in the toolbar. Try the action again. Post any messages that appear in the Console window – the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • MASS change of Billing date in Orders.

    Hello SAP Experts,
    I want to change the Billing date of multiple Sales Orders in MASS.
    I tried to use the TCode - MASS ,but unable to select a Sales order to Update.
    Can you please provide me the Steps for MASS change of Billing date in Sales Orders.
    Thanks and Regards,
    Umesh Karane

    1. Go to transaction [MASS]
    2. Enter the object type : BUS2032
    3. Press Execute
    4. Select the item "MASSSDHEAD_S: Sales order header data"
    5. Press Execute
    6. Enter the sales documents that you need to change the billing date
    7. Press Execute
    8. Go to menu --> View --> Click on Choose Fields; Or you can directly press F5
    9. Select the Billing Date and press enter
    10. Give the new billing date and click on "Carry Out a Mass Change"
    11. You can see all the billing dates changed to new billing date.
    12. Save

  • HT201272 I changed my billing info and I keep getting the message to contact support itunes/ww/.  I don't know why I have used this card before help

    I changed my billing info and I keep getting the message to contact support itunes/ww/.  I don't know why I have used this card before help

    Well, unfortunately, we don't know why either. You need to contact iTunes support at the link you were provided to find out....
    Sorry,
    GB

  • Change delivery date on sales order -- change of Billing date on item

    Hi,
    We are trying to change a delivery date for a sales order's item, if we do so normally the billing date on that item's billing tab will change automatically also.
    Now, for a specific sales order the billing date in the billing tab is not changing.
    We compared 2 sales orders .. the same statusses - no blocks - ... and with one it works (changing of the billing date) and with the other it does not work..
    Please help !
    thanks a lot!

    Hi,
    Check the following.
    If invoice dates are defined for the customer, the system proposes the billing date from the invoice date calendar. If no invoice dates are agreed, then the actual goods issue date is formed on the basis of delivery related billing. In order related billing, the billing date of the order forms the basis of the billing date.
    If you are billing services, the system proposes the date of services rendered. You can change the date manually in the sales document.
    If you are using a billing plan to bill a project, the system can propose billing dates for the billing plan on the basis of planned or actual dates in the corresponding milestone.
    In a billing plan for a maintenance or rental contract, you can specify rules by which the system determines billing dates on the basis of other dates in the contract.
    Regards
    Nadarajah Pratheb

  • No change the BILLING DATE in VF01

    I need to block field BILLING DATE (RV60A-FKDAT) in transaction code VF01 that the users don´t can change this field and take automatically the sistem date.
    Thanks you.

    Dear John,
    You can use below user exit,
    USEREXIT_FILL_VBRK_VBRP
    Module Pool:SAPLV60A
    Program:RV60AFZC
    Regards,
    Barathi

  • Change Scheduled Billing date while Bill Order creation

    Hi,
    I have requirement where I need to change the scheduled billing date while creating a Bill Order.
    I have tried to implement a BADI : ISU_INTERVAL_CHECK for same via transaction code EL01.
    There is an issue with the custom BADI created as the changing parameter of this BADI (txy_etrg) does not update the
    Scheduled billing date even after modification of scheduled billing date.
    Note : I have checked in debugger that changing parameter structure txy_etrg becomes an internal table outside BADI and does not contain the updated scheduled billing date.
    Kindly guide how this issue can resolved.
    It would be helpful if anyone can help with other BADIs or user exits which I can use to change the scheduled billing date.
    Thank you in advance!

    Hi,
    Sorry, I can't really help, but I'm genuinely puzzled, why anyone putting out such a requirement believes:
    1) something like that (orders deviating from schedule) should work in the first place, and
    2) anybody besides SAP's "IS-U  team" itself should be in a position to implement something like this without breaking something in the system.
    I may be wrong, but everything I know about IS-U tells me - the 'right' way would be to 'reschedule' billing date via portion/schedule record, prior to creation of orders.
    cheers
    Janis

  • I want to change my billing address but it only says states i am not in the states

    I am trying to change my billing address but it keeps says states and i am not in the states. how can i change my address?

    For you to use the US iTunes Store you must have a billing address in the USA. You can change your country but then you will be using the iTunes Store for that country, and not everything will be available.
    To change your country you need to click on Change Country or Region in the Account Information section of iTunes on your computer.

  • HT1918 i cant change my billing address because i moved to another country

    hi apple guys
    here is one problem im facing now the problem is i cant add my billing address to my itunse ID i dont know what is the problem?
    help guys as soos as you get my message
    my apple ID is
    [email protected]
    thank you
    ibrahim khawaji

    Billing Address has to match iTunes address and the country you are in.

  • How do you change the billing/data cycle of security?

    is it possible? or am i stuck with a fixed month for a billing cycle?

    Duplicate the Create DVD preset from the Settings pane and name it.
    Select the MPEG setting in the batch window.
    Open the Inspector and click the Video tab.
    Choose your "Encoding Mode" (CBR, etc.).
    Uncheck Automatically Select Bit Rate.
    You can then move the slider: somewhere around 4 Mb per second should be about right.
    Just to add that you might also have a problem with the physical media. Try another brand to see whether that makes a difference.
    Russ

  • Changing Billing Date

    Is there a way to change my billing date? Right now my bill is due five days before I get paid, which causes my bill no be paid late, which in turn I get charged a late fee.
    Thanks.

        Hi hgrubbs67! I know that you'd rather not have your bill due date occur before you get paid. Yes, it is possible to change your bill cycle date to reflect a different time of the month. I do want to advise you that to do so may make the first bill appear to be larger than normal. Here's why:
    Let's say that your bill cycle date now occurs on the 20th of each month, but you would prefer it to happen on the 10th. So If we were to make that change today (the 25th), you would get a bill that was generated on the 20th and then another bill on the 25th! So please keep that in mind when requesting this change. If you like, I can assist you with this change to provide a more personalized explanation. You need only search for DionM_VZW and request to follow (and I'll send you a Direct Message) or you can contact Customer Care at 800-922-0204.
    Dion M.
    VZW Support
    Follow us on Twitter www.twitter.com/vzwsupport

  • Posting date and billing date changes on release to accounting

    Hello,
    I wants to change invoive billing date (VBRK-FKDAT) automatically with current system date (SY-UDATE) when release to accounting invoice.
    Because always, our posting date (BKPF-BUDAT) on accounting document) must equal to current system date (SY-UDATE).
    Our billing type  is not blocked for transfer to accounting. We are using manually release to acounting invoice.
    I can't find user exit for VF02-Release to accounting document process. (for change VBRK-FKDAT and BKPF-BUDAT)
    Can you help me please?
    Thank you
    Gulay Celik

    Dear Gulay Celik
    Go to VTFL, select your item category for the combination of your delivery type and billing type and maintain routine 11  and save.
    Now try to create a billing for which PGI has done already on the previous date and post the outcome.
    thanks
    G. Lakshmipathi

  • How to change billing date in S1 - cancellation billing document

    Dear Friends,
    Could you please tell How to change billing date in S1 - cancellation billing document which is even not released to accounting & in gray mode.
    Is it possible?
    Thanks in advance.
    Ranjan

    Dear,
    Thanks for asking exact problem.
    1. PGI in 2008
    2. F2 Billing date in 2003 ( By mistake by the user)
    3. S1 Billing date in 2008
    4. PGI reverse in 2008 & OBD deleted in 2008
    So reduced billing qty is shown in report in 2008 because of S1 Billing date in 2008,
    Billing qty  is not matching with the actual PGI quantity.
    So here if the cancellation billing document S1 could be changed for billing date in 2008, then you could balance it
    Now my issue is how to balance it.
    hope you find it it very interesting
    Awaiting your response.
    Ranjan

Maybe you are looking for

  • 2006 Intel Mac mini starts to load then turns off and sometime a kernel panic warning will appear

    Mac mini starts then powers off before loading osx and sometimes gives a kernel panic warning

  • Mod_wl_20.so and WLS91 with stylesheets

    Hi, I want to access the administration console via apache web server and mod_wl_20. When I try it using IE 6, it works fine. Using Firefox 2.0, stylesheets are ignored. I did the same with WLS8.1SP2 and everything works fine no matter if I use IE or

  • Report Execution in background at user command.

    Hi, I want my program to run in background when the user selects a checkbox to run the program in background. can you please tell how to execute the program in background? regards, ravi.

  • Error running program AI_CRM_CPY_PROCTYPE in SOLMAN 7.1

    Hi Gurus. I'm trying to run program AI_CRM_CPY_PROCTYPE  to copy transaction type SMIN to ZMIN in SOLMAN 7.1 SP3. When I choose button "start copy process", the program terminates with error "ASSIGN_BASE_TOO_SHORT". Do I need to change something in t

  • Jdev 10g installation

    New to Jdev I've just downloaded the Jdev 10g base installer and the documentation but I dont seems to have the intallation documentation. I tried installing it on my own, it doesn't look like other installationpacks I've used Please, hints on instal