<?xml version="1.0" encoding="UTF-8"?>
<BatchPaymentTransmission xmlns="http://www.irs.gov/efile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.irs.gov/efile
H:\FSET\FSETV2.2\BatchPaymentTransmission.xsd">
	<!-- Wisconsin withholding batch payment/filing  -"Single Debit" example.  -->
	<!-- March 18, 2011 -->
	<!-- Scott H Mueller -->
	<!-- based on FSETV2.2-->
	<StateTransmissionHeader>
		<TransmissionId>12345620061730000001</TransmissionId>
		<Timestamp>2006-06-22T15:25:12</Timestamp>
		<Transmitter>
			<ETIN>54321</ETIN>
		</Transmitter>
		<ProcessType>T</ProcessType>
		<DebitType>SingleDebit</DebitType>
		<Contact>
			<ContactName>
				<FullName>John Doe</FullName>
			</ContactName>
			<Phone>6085551212</Phone>
			<EmailAddress>john.doe@preparer.com</EmailAddress>
		</Contact>
		<SoftwareID>20110318</SoftwareID>
		<AckAddress>john.doe@preparer.com</AckAddress>
	</StateTransmissionHeader>
	<StatePayment>
		<PaymentInstrument>
			<PaymentMethodType>DBT</PaymentMethodType>
			<ACHDebit>
				<RoutingTransitNumber>123456789</RoutingTransitNumber>
				<BankName>Bank Name Here</BankName>
				<BankAccountNumber>12345678901234567</BankAccountNumber>
				<AccountType>1</AccountType>
				<AccountHolderType>1</AccountHolderType>
				<AccountHolderName>Account Holder Name Here</AccountHolderName>
				<IAT>
					<NotIATTransaction>X</NotIATTransaction>
				</IAT>
			</ACHDebit>
		</PaymentInstrument>
		<PaymentAmount>
			<DebitAmount>8325.41</DebitAmount>
		</PaymentAmount>
		<OriginationDate>2004-03-31</OriginationDate>
		<RequestedSettlementDate>2004-03-31</RequestedSettlementDate>
		<Payor>
			<TIN>
				<TypeTIN>FEIN</TypeTIN>
				<TINTypeValue>123456789</TINTypeValue>
			</TIN>
			<PayorName>BigPayrollServiceProvider</PayorName>
		</Payor>
		<Contact>
			<ContactName>
				<Title>ChiefAccountant</Title>
				<FullName>Scott H Mueller</FullName>
			</ContactName>
			<Phone>6062668518</Phone>
			<EmailAddress>scott.mueller@revenue.wi.gov</EmailAddress>
		</Contact>
		<TaxPayment>
			<Taxpayer>
				<StateEIN>
					<TypeStateEIN>WithholdingAccountNo</TypeStateEIN>
					<StateEINValue>123456-2</StateEINValue>
				</StateEIN>
				<TaxPayerName>test 001</TaxPayerName>
			</Taxpayer>
			<TaxTypeCode>
				<FTACode>011</FTACode>
				<StateTaxTypeCode>00</StateTaxTypeCode>
			</TaxTypeCode>
			<TaxPeriodEndDate>2004-03-31</TaxPeriodEndDate>
			<TaxLiabilityAmount>6832.96</TaxLiabilityAmount>
		</TaxPayment>
		<TaxPayment>
			<Taxpayer>
				<StateEIN>
					<TypeStateEIN>WithholdingAccountNo</TypeStateEIN>
					<StateEINValue>654321-3</StateEINValue>
				</StateEIN>
				<TaxPayerName>test 002</TaxPayerName>
			</Taxpayer>
			<TaxTypeCode>
				<FTACode>011</FTACode>
				<StateTaxTypeCode>00</StateTaxTypeCode>
			</TaxTypeCode>
			<TaxPeriodBeginDate>2004-01-01</TaxPeriodBeginDate>
			<TaxPeriodEndDate>2004-03-31</TaxPeriodEndDate>
			<TaxLiabilityAmount>1492.45</TaxLiabilityAmount>
		</TaxPayment>
	</StatePayment>
</BatchPaymentTransmission>
