Edit
				
					<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:tem="http://tempuri.org/">
    <soapenv:Header/>
    <soapenv:Body>
        <tem:ConfirmPayment>
         <tem:auth>
            <tem:providerid>*********************</tem:providerid>
            <tem:username>username</tem:username>
            <tem:password>password</tem:password>
            <tem:licensekey>*********************</tem:licensekey>
            <tem:system>osa</tem:system>
         </tem:auth>
            <tem:ConfirmPayment>
                <tem:CompanyUserID>companyuserid</tem:CompanyUserID>
                <tem:CompanyPassword>companypassword</tem:CompanyPassword>
                <tem:PaymentRequestKey>423710</tem:PaymentRequestKey>
                <tem:PropertyID>companyid</tem:PropertyID>
            </tem:ConfirmPayment>
        </tem:ConfirmPayment>
    </soapenv:Body>
</soapenv:Envelope>				
			
Edit
				
					<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ConfirmPaymentResponse xmlns="http://tempuri.org/">
         <ConfirmPaymentResult>
            <ConfirmPayment xmlns="">
               <MethodResult>
                  <Success>true</Success>
                  <Code>RPX-00000</Code>
                  <Message>Payment Request Confirmed</Message>
               </MethodResult>
            </ConfirmPayment>
         </ConfirmPaymentResult>
      </ConfirmPaymentResponse>
   </s:Body>
</s:Envelope>