Ejemplo de un requerimiento para realizar una devolución
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.decidir.com.ar">
    <soapenv:Header/>
    <soapenv:Body>
       <api:Execute>
            <api:Security>XXXXXXXXXXXXXXXXXXXXXXXXXX</api:Security>
            <api:Merchant>12345678</api:Merchant>
            <api:Operation>Devolucion</api:Operation>
            <api:EncodingMethod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
            <api:Payload>
                <Request>
                    <NROCOMERCIO>xxxxxx</NROCOMERCIO>
                    <NROOPERACION>14345354</NROOPERACION>
                    <MONTO>25.38</MONTO>
                </Request>
            </api:Payload>
        </api:Execute>
    </soapenv:Body>
</soapenv:Envelope>