<?xml version="1.0" encoding="UTF-8"?>
<pay:ProcessFinancialTransaction releaseID="" xmlns:oa="http://www.openapplications.org/oagis/9"
	xmlns:pay="http://www.ibm.com/xmlns/prod/commerce/payment"
	xmlns:wcf="http://www.ibm.com/xmlns/prod/commerce/foundation"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.ibm.com/xmlns/prod/commerce/payment ../xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ProcessFinancialTransaction.xsd http://www.openapplications.org/oagis/9 ../../../../../../Oagis9Dependencies.xsd http://www.ibm.com/xmlns/prod/commerce/foundation ../Resources/Components/CommerceFoundation.xsd ">
	<wcf:ApplicationArea>
		<oa:CreationDateTime>2006-07-05T01:15:09.610Z</oa:CreationDateTime>
		<oa:BODID>testpayment</oa:BODID>
		<wcf:BusinessContext>
			<wcf:ContextData name="channelId">-5</wcf:ContextData>
			<wcf:ContextData name="locale">us</wcf:ContextData>
		</wcf:BusinessContext>
	</wcf:ApplicationArea>
	<pay:DataArea>
		<oa:Process>
			<oa:ActionCriteria>
				<oa:ActionExpression actionCode="Deposit" expressionLanguage="XPath">
					FinancialTransaction
				</oa:ActionExpression>
			</oa:ActionCriteria>
		</oa:Process>
		<pay:FinancialTransaction type="Deposit">
			<pay:RequestedAmount currency="CAD">10.0</pay:RequestedAmount>
			<pay:Payment>
				<wcf:PaymentIdentifier>
						<wcf:PaymentID>11002</wcf:PaymentID>
				</wcf:PaymentIdentifier>
				<pay:ExpectedAmount currency="CAD">10.0</pay:ExpectedAmount>
			</pay:Payment>
		</pay:FinancialTransaction>
	</pay:DataArea>
</pay:ProcessFinancialTransaction>
