﻿POST https://test.tbconline.ge/dbi/dbiService
------------------------------------------------------------


HEADERS
------------------------------------------------------------

Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://www.mygemini.com/schemas/mygemini/ImportBatchPaymentOrder"
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)


BODY
------------------------------------------------------------

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myg="http://www.mygemini.com/schemas/mygemini" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header>
      <wsse:Security>
         <wsse:UsernameToken>
            <wsse:Username>USER</wsse:Username>
            <wsse:Password>PASSWORD</wsse:Password>
            <wsse:Nonce>1111</wsse:Nonce>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <myg:ImportBatchPaymentOrderRequestIo>
         <myg:batchPaymentRequestId>60</myg:batchPaymentRequestId>
         <myg:debitAccountIdentification>
             <myg:accountNumber>GE10TB0500000100467890</myg:accountNumber>           
             <myg:accountCurrencyCode>GEL</myg:accountCurrencyCode>
         </myg:debitAccountIdentification>
         <myg:batchName>Batch import example</myg:batchName>
         <myg:paymentOrder xsi:type="myg:TransferToOwnAccountPaymentOrderIo">
            <myg:singlePaymentRequestId>32101</myg:singlePaymentRequestId>
            <myg:creditAccount>
               <myg:accountNumber>GE34TB0600000016467345</myg:accountNumber>
               <myg:accountCurrencyCode>GEL</myg:accountCurrencyCode>
            </myg:creditAccount>
            <myg:documentNumber>300000</myg:documentNumber>
            <myg:amount>
               <myg:amount>2</myg:amount>
               <myg:currency>GEL</myg:currency>
            </myg:amount>
            <myg:position>1</myg:position>
            <myg:description>Transfer to Own Account</myg:description>
         </myg:paymentOrder>
      </myg:ImportBatchPaymentOrderRequestIo>	  
   </soapenv:Body>
</soapenv:Envelope>