BankcardServices
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
CardholderDetail2
Test
Das Testformular ist nur für Anforderungen vom lokalen Computer verfügbar.SOAP 1.1
Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /dbbApplications/bankcard.asmx HTTP/1.1
Host: coregermany.ddns.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.corecard.com/Services/CardholderDetail2"
<?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:Header>
<UserCredentials xmlns="http://www.corecard.com/Services">
<userid>string</userid>
<password>string</password>
</UserCredentials>
</soap:Header>
<soap:Body>
<CardholderDetail2 xmlns="http://www.corecard.com/Services">
<CARDHOLDER_DETAIL2>
<CARD_NUMBER>string</CARD_NUMBER>
<ACCOUNT_NO>string</ACCOUNT_NO>
<ANI>string</ANI>
<DNIS>string</DNIS>
</CARDHOLDER_DETAIL2>
</CardholderDetail2>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<CardholderDetail2Response xmlns="http://www.corecard.com/Services">
<CARDHOLDER_DETAIL2_RET>
<ERROR_FOUND>string</ERROR_FOUND>
<ERR_NUMBER>string</ERR_NUMBER>
<ERRMSG>string</ERRMSG>
<CARDHOLDER_IDENTIFIED>string</CARDHOLDER_IDENTIFIED>
<CURRENT_CARD_BALANCE>string</CURRENT_CARD_BALANCE>
<FIRSTNAME>string</FIRSTNAME>
<MIDDLENAME>string</MIDDLENAME>
<LASTNAME>string</LASTNAME>
<ADDRESS1>string</ADDRESS1>
<ADDRESS2>string</ADDRESS2>
<CITY>string</CITY>
<STATE>string</STATE>
<COUNTRY_CODE>string</COUNTRY_CODE>
<POSTALCODE>string</POSTALCODE>
<ID_CODE>string</ID_CODE>
<ID_NUMBER>string</ID_NUMBER>
<ID_COUNTRY>string</ID_COUNTRY>
<DOB>string</DOB>
<PHONE>string</PHONE>
<EMAIL>string</EMAIL>
<OfficePhoneNumber>string</OfficePhoneNumber>
<MobilePhoneNumber>string</MobilePhoneNumber>
<FaxNumber>string</FaxNumber>
<OtherPhoneNumber>string</OtherPhoneNumber>
<EmailID2>string</EmailID2>
<EmployerName>string</EmployerName>
<EmployerAddress1>string</EmployerAddress1>
<EmployerAddress2>string</EmployerAddress2>
<EmployerCity>string</EmployerCity>
<EmployerState>string</EmployerState>
<EmployerPostalCode>string</EmployerPostalCode>
<EmployerPhoneNumber>string</EmployerPhoneNumber>
<EmployerFaxNumber>string</EmployerFaxNumber>
<DDStatus>string</DDStatus>
<DDActiveDate>string</DDActiveDate>
<DebitRoutingAndTransit>string</DebitRoutingAndTransit>
<DebitAccountNumber>string</DebitAccountNumber>
<DebitCheckingSaving>string</DebitCheckingSaving>
<DebitAmountType>string</DebitAmountType>
<DebitCreditControlFlag>string</DebitCreditControlFlag>
<DCStatus>string</DCStatus>
<DCActiveDate>string</DCActiveDate>
<CreditRoutingAndTransit>string</CreditRoutingAndTransit>
<CreditAccountNumber>string</CreditAccountNumber>
<CreditCheckingSaving>string</CreditCheckingSaving>
</CARDHOLDER_DETAIL2_RET>
</CardholderDetail2Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.
POST /dbbApplications/bankcard.asmx HTTP/1.1
Host: coregermany.ddns.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<UserCredentials xmlns="http://www.corecard.com/Services">
<userid>string</userid>
<password>string</password>
</UserCredentials>
</soap12:Header>
<soap12:Body>
<CardholderDetail2 xmlns="http://www.corecard.com/Services">
<CARDHOLDER_DETAIL2>
<CARD_NUMBER>string</CARD_NUMBER>
<ACCOUNT_NO>string</ACCOUNT_NO>
<ANI>string</ANI>
<DNIS>string</DNIS>
</CARDHOLDER_DETAIL2>
</CardholderDetail2>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<CardholderDetail2Response xmlns="http://www.corecard.com/Services">
<CARDHOLDER_DETAIL2_RET>
<ERROR_FOUND>string</ERROR_FOUND>
<ERR_NUMBER>string</ERR_NUMBER>
<ERRMSG>string</ERRMSG>
<CARDHOLDER_IDENTIFIED>string</CARDHOLDER_IDENTIFIED>
<CURRENT_CARD_BALANCE>string</CURRENT_CARD_BALANCE>
<FIRSTNAME>string</FIRSTNAME>
<MIDDLENAME>string</MIDDLENAME>
<LASTNAME>string</LASTNAME>
<ADDRESS1>string</ADDRESS1>
<ADDRESS2>string</ADDRESS2>
<CITY>string</CITY>
<STATE>string</STATE>
<COUNTRY_CODE>string</COUNTRY_CODE>
<POSTALCODE>string</POSTALCODE>
<ID_CODE>string</ID_CODE>
<ID_NUMBER>string</ID_NUMBER>
<ID_COUNTRY>string</ID_COUNTRY>
<DOB>string</DOB>
<PHONE>string</PHONE>
<EMAIL>string</EMAIL>
<OfficePhoneNumber>string</OfficePhoneNumber>
<MobilePhoneNumber>string</MobilePhoneNumber>
<FaxNumber>string</FaxNumber>
<OtherPhoneNumber>string</OtherPhoneNumber>
<EmailID2>string</EmailID2>
<EmployerName>string</EmployerName>
<EmployerAddress1>string</EmployerAddress1>
<EmployerAddress2>string</EmployerAddress2>
<EmployerCity>string</EmployerCity>
<EmployerState>string</EmployerState>
<EmployerPostalCode>string</EmployerPostalCode>
<EmployerPhoneNumber>string</EmployerPhoneNumber>
<EmployerFaxNumber>string</EmployerFaxNumber>
<DDStatus>string</DDStatus>
<DDActiveDate>string</DDActiveDate>
<DebitRoutingAndTransit>string</DebitRoutingAndTransit>
<DebitAccountNumber>string</DebitAccountNumber>
<DebitCheckingSaving>string</DebitCheckingSaving>
<DebitAmountType>string</DebitAmountType>
<DebitCreditControlFlag>string</DebitCreditControlFlag>
<DCStatus>string</DCStatus>
<DCActiveDate>string</DCActiveDate>
<CreditRoutingAndTransit>string</CreditRoutingAndTransit>
<CreditAccountNumber>string</CreditAccountNumber>
<CreditCheckingSaving>string</CreditCheckingSaving>
</CARDHOLDER_DETAIL2_RET>
</CardholderDetail2Response>
</soap12:Body>
</soap12:Envelope>