<?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>
<GetCardTypeResponse xmlns=“https://www.thepaymentgateway.net/“>
<GetCardTypeResult>
<StatusCode>0</StatusCode>
</GetCardTypeResult>
<GetCardTypeOutputData>
<CardTypeData>
<CardType>MAESTRO_INTERNATIONAL</CardType>
<Issuer>HSBC</Issuer>
<LuhnCheckRequired>True</LuhnCheckRequired>
<IssueNumberStatus>IGNORED_IF_SUBMITTED</IssueNumberStatus>
</CardTypeData>
<GatewayEntryPoints>
<GatewayEntryPoint EntryPointURL=“https://gw1.paymentprocessor.net” Metric=“100”/>
<GatewayEntryPoint EntryPointURL=“https://gw2.paymentprocessor.net” Metric=“200”/>
</GatewayEntryPoints>
</GetCardTypeOutputData>
</GetCardTypeResponse>
</soap:Body>
</soap:Envelope>
