Sha256: b86f275497ae46c2771bcc6bd705a69370c0961bf0af511a819e0e87c598a8cd

Contents?: true

Size: 1.45 KB

Versions: 14

Compression:

Stored size: 1.45 KB

Contents

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <statusResponse xmlns="http://www.docdatapayments.com/services/paymentservice/1_1/">
         <statusSuccess>
            <success code="SUCCESS">Operation successful.</success>
            <report>
               <approximateTotals exchangeRateDate="2014-08-02 22:17:34" exchangedTo="EUR">
                  <totalRegistered>500</totalRegistered>
                  <totalShopperPending>0</totalShopperPending>
                  <totalAcquirerPending>0</totalAcquirerPending>
                  <totalAcquirerApproved>500</totalAcquirerApproved>
                  <totalCaptured>500</totalCaptured>
                  <totalRefunded>0</totalRefunded>
                  <totalChargedback>0</totalChargedback>
               </approximateTotals>
               <payment>
                  <id>4907175461</id>
                  <paymentMethod>IDEAL</paymentMethod>
                  <authorization>
                     <status>AUTHORIZED</status>
                     <amount currency="EUR">500</amount>
                     <confidenceLevel>ACQUIRER_APPROVED</confidenceLevel>
                     <capture>
                        <status>CAPTURED</status>
                        <amount currency="EUR">500</amount>
                     </capture>
                  </authorization>
               </payment>
            </report>
         </statusSuccess>
      </statusResponse>
   </S:Body>
</S:Envelope>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
docdata-0.2.3 spec/xml/status-paid-ideal.xml
docdata-0.2.2 spec/xml/status-paid-ideal.xml
docdata-0.2.1 spec/xml/status-paid-ideal.xml
docdata-0.2.0 spec/xml/status-paid-ideal.xml
docdata-0.1.8 spec/xml/status-paid-ideal.xml
docdata-0.1.7 spec/xml/status-paid-ideal.xml
docdata-0.1.6 spec/xml/status-paid-ideal.xml
docdata-0.1.5 spec/xml/status-paid-ideal.xml
docdata-0.1.4 spec/xml/status-paid-ideal.xml
docdata-0.1.2 spec/xml/status-paid-ideal.xml
docdata-0.1.1 spec/xml/status-paid-ideal.xml
docdata-0.1.0 spec/xml/status-paid-ideal.xml
docdata-0.0.5 spec/xml/status-paid-ideal.xml
docdata-0.0.2 spec/xml/status-paid-ideal.xml