<?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\FSETv02.0\BatchPaymentTransmission.xsd">
	<!-- Wisconsin withholding batch payment/filing  -"Multiple Debit" examole.  -->
	<!-- June 22, 2006 -->
	<!-- Scott H Mueller -->
	<!-- based on FSETv2.1-->
	<StateTransmissionHeader>
		<TransmissionId>12345620061730000001</TransmissionId>
		<Timestamp>2006-06-22T15:25:12</Timestamp>
		<Transmitter>
			<ETIN>54321</ETIN>
		</Transmitter>
		<ProcessType>T</ProcessType>
		<DebitType>MultipleDebit</DebitType>
	</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>
		</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>
	</StatePayment>
	<StatePayment>
		<PaymentInstrument>
		<PaymentMethodType>DBT</PaymentMethodType>
		<ACHDebit>
			<RoutingTransitNumber>127654321</RoutingTransitNumber>
			<BankName>Town Bank</BankName>
			<BankAccountNumber>12345671234567890</BankAccountNumber>
			<AccountType>1</AccountType>
			<AccountHolderType>1</AccountHolderType>
			<AccountHolderName>Account Holder Name Here</AccountHolderName>
		</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>654321-9</StateEINValue>
			</StateEIN>
			<TaxPayerName>test 002</TaxPayerName>
		</Taxpayer>
		<TaxTypeCode>
			<FTACode>011</FTACode>
			<StateTaxTypeCode>00</StateTaxTypeCode>
		</TaxTypeCode>
		<TaxPeriodEndDate>2006-03-31</TaxPeriodEndDate>
		<TaxLiabilityAmount>5689.32</TaxLiabilityAmount>
	</TaxPayment>
	</StatePayment>
</BatchPaymentTransmission>
