Sha256: 1fac9a4286d90cea6adac54351b956ed3077cd3e2bdb2e09b07a1f32af0b04a3
Contents?: true
Size: 1.44 KB
Versions: 6
Compression:
Stored size: 1.44 KB
Contents
<?xml version='1.0' encoding='UTF-8'?> <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 exchangedTo="EUR" exchangeRateDate="2014-09-24 09:29:54"> <totalRegistered>2000</totalRegistered> <totalShopperPending>0</totalShopperPending> <totalAcquirerPending>0</totalAcquirerPending> <totalAcquirerApproved>2000</totalAcquirerApproved> <totalCaptured>2000</totalCaptured> <totalRefunded>0</totalRefunded> <totalChargedback>0</totalChargedback> </approximateTotals> <payment> <id>2502836079</id> <paymentMethod>IDEAL</paymentMethod> <authorization> <status>AUTHORIZED</status> <amount currency="EUR">2000</amount> <confidenceLevel>ACQUIRER_APPROVED</confidenceLevel> <capture> <status>CAPTURED</status> <amount currency="EUR">2000</amount> </capture> </authorization> </payment> <payment> <id>2502835583</id> <paymentMethod>IDEAL</paymentMethod> <authorization> <status>CANCELED</status> <amount currency="EUR">2000</amount> <confidenceLevel></confidenceLevel> </authorization> </payment> </report> </statusSuccess> </statusResponse> </S:Body> </S:Envelope>
Version data entries
6 entries across 6 versions & 1 rubygems