Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 58 Next »

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:doTransactionResponse xmlns:ns2="http://soap.api.controller.web.payjar.com/">
         <return>
            <merchantReference>EFT_PRO_98453984398</merchantReference>
            <payUReference>53390698880</payUReference>
            <paymentMethodsUsed xsi:type="ns2:eft" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
               <amountInCents>100</amountInCents>
            </paymentMethodsUsed>
            <redirect>
               <method>HTTP_GET</method>
               <type>EFT_PRO</type>
               <url>http://localhost:8080/PayJarWeb/redirectGet.do?PayUReference=53390698880</url>
            </redirect>
            <successful>true</successful>
         </return>
      </ns2:doTransactionResponse>
   </soap:Body>

</soap:Envelope>

  • No labels