Sha256: 8aef919b5bd71aebad3ccae566f48e75d5f83d4e4055d5c711aeaae03b9322e1

Contents?: true

Size: 1.46 KB

Versions: 14

Compression:

Stored size: 1.46 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-04 16:46:08" exchangedTo="EUR">
                  <totalRegistered>500</totalRegistered>
                  <totalShopperPending>0</totalShopperPending>
                  <totalAcquirerPending>0</totalAcquirerPending>
                  <totalAcquirerApproved>500</totalAcquirerApproved>
                  <totalCaptured>0</totalCaptured>
                  <totalRefunded>0</totalRefunded>
                  <totalChargedback>0</totalChargedback>
               </approximateTotals>
               <payment>
                  <id>4907177272</id>
                  <paymentMethod>SOFORT_UEBERWEISUNG</paymentMethod>
                  <authorization>
                     <status>AUTHORIZED</status>
                     <amount currency="EUR">500</amount>
                     <confidenceLevel>ACQUIRER_APPROVED</confidenceLevel>
                     <capture>
                        <status>STARTED</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-sofort.xml
docdata-0.2.2 spec/xml/status-paid-sofort.xml
docdata-0.2.1 spec/xml/status-paid-sofort.xml
docdata-0.2.0 spec/xml/status-paid-sofort.xml
docdata-0.1.8 spec/xml/status-paid-sofort.xml
docdata-0.1.7 spec/xml/status-paid-sofort.xml
docdata-0.1.6 spec/xml/status-paid-sofort.xml
docdata-0.1.5 spec/xml/status-paid-sofort.xml
docdata-0.1.4 spec/xml/status-paid-sofort.xml
docdata-0.1.2 spec/xml/status-paid-sofort.xml
docdata-0.1.1 spec/xml/status-paid-sofort.xml
docdata-0.1.0 spec/xml/status-paid-sofort.xml
docdata-0.0.5 spec/xml/status-paid-sofort.xml
docdata-0.0.2 spec/xml/status-paid-sofort.xml