Direct IntegrationGet Card Type

Request –GetCardType

<?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> <GetCardType xmlns=“https://www.thepaymentgateway.net/“> <GetCardTypeMessage> <MerchantAuthentication MerchantID=“MerchantID” Password=“Password” /> <CardNumber>5600000000005390</CardNumber> </GetCardTypeMessage> </GetCardType> </soap:Body> </soap:Envelope>
Direct IntegrationGet Card Type

Response –GetCardTypeResponse

<?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>…
Menu