Sha256: 0975aa75fdd47090bbf7d005481e30947ff55d7d167b6f4de7a7856a4f819910
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-04 16:27:59" 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>4907177199</id> <paymentMethod>MASTERCARD</paymentMethod> <authorization> <status>AUTHORIZED</status> <amount currency="EUR">500</amount> <confidenceLevel>ACQUIRER_APPROVED</confidenceLevel> <capture> <status>NEW</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