<?xml version=“1.0” encoding=“utf-8”?>
<soap:Envelope xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance“ xmlns:xsd=“http://www.w3.org/2001/XMLSchema“ xmlns:soap=“http://schemas.xmlsoap.org/soap/envelope/“>
<soap:Body>
<CardDetailsTransactionResponse xmlns=“https://www.thepaymentgateway.net/“>
<CardDetailsTransactionResult AuthorisationAttempted=“true”>
<StatusCode>0</StatusCode>
<Message>Auth Code: 123456</Message>
</CardDetailsTransactionResult>
<TransactionOutputData CrossReference=“07010101010010101010102” ExternalCrossReference=“58792488326099422839“ ExternalClientReference=“15764860733312436602“ ExternalTransactionUID=“00342830812924528849“>
<AuthCode>123456</AuthCode>
<AddressNumericCheckResult>UNKNOWN</AddressNumericCheckResult>
<PostCodeCheckResult>UNKNOWN</PostCodeCheckResult>
<CV2CheckResult>PASSED</CV2CheckResult>
<CardTypeData>
<CardType>MAESTRO_INTERNATIONAL</CardType>
<Issuer>HSBC</Issuer>
</CardTypeData>
<AmountReceived>1000</AmountReceived>
<GatewayEntryPoints>
<GatewayEntryPoint EntryPointURL=“https://gw1.paymentprocessor.net” Metric=“100”/>
<GatewayEntryPoint EntryPointURL=“https://gw2.paymentprocessor.net” Metric=“200”/>
</GatewayEntryPoints>
</TransactionOutputData>
</CardDetailsTransactionResponse>
</soap:Body>
</soap:Envelope>
