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

Version Path
docdata-0.2.3 spec/xml/status-paid-canceled-ideal-multiple.xml
docdata-0.2.2 spec/xml/status-paid-canceled-ideal-multiple.xml
docdata-0.2.1 spec/xml/status-paid-canceled-ideal-multiple.xml
docdata-0.2.0 spec/xml/status-paid-canceled-ideal-multiple.xml
docdata-0.1.8 spec/xml/status-paid-canceled-ideal-multiple.xml
docdata-0.1.7 spec/xml/status-paid-canceled-ideal-multiple.xml