BankcardServices


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

AccountCreation

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/AccountCreation"

<?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>
    <AccountCreation xmlns="http://www.corecard.com/Services">
      <AccountCreationRequest>
        <RecordType>string</RecordType>
        <RecordNumber>string</RecordNumber>
        <RequestType>string</RequestType>
        <TerminalID>string</TerminalID>
        <ProductType>string</ProductType>
        <SubProductType>string</SubProductType>
        <ProductID>string</ProductID>
        <StoreName>string</StoreName>
        <CreditLValue>string</CreditLValue>
        <AccountType>string</AccountType>
        <AccountCreationDate>string</AccountCreationDate>
        <AccountCreationTime>string</AccountCreationTime>
        <CurrencyCode>string</CurrencyCode>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <Address1>string</Address1>
        <Address2>string</Address2>
        <State>string</State>
        <City>string</City>
        <PostalCode>string</PostalCode>
        <Country>string</Country>
        <EmailID>string</EmailID>
        <HomePhoneNumber>string</HomePhoneNumber>
        <WorkPhoneNumber>string</WorkPhoneNumber>
        <MobilePhoneNumber>string</MobilePhoneNumber>
        <OtherPhoneNumber>string</OtherPhoneNumber>
        <DateOfBirth>string</DateOfBirth>
        <Employername>string</Employername>
        <EmployeeNumber>string</EmployeeNumber>
        <EmployerContactPhoneNumber>string</EmployerContactPhoneNumber>
        <EmployerContactFaxNumber>string</EmployerContactFaxNumber>
        <ReferenceNo>string</ReferenceNo>
        <DefaultWallPaperImageRefId>string</DefaultWallPaperImageRefId>
        <DefaultThumbPrintImageRefId>string</DefaultThumbPrintImageRefId>
        <GovernmentIDType>string</GovernmentIDType>
        <GovernmentID>string</GovernmentID>
        <IDIssueDate>string</IDIssueDate>
        <IDExpirationDate>string</IDExpirationDate>
        <IDCountryOfIssuance>string</IDCountryOfIssuance>
        <IDStateOfIssuance>string</IDStateOfIssuance>
        <DeliveryMechanism>string</DeliveryMechanism>
        <Comment>string</Comment>
        <DebitCreditControlFlag>string</DebitCreditControlFlag>
        <DDStatus>string</DDStatus>
        <DDActiveDate>string</DDActiveDate>
        <DDRoutingAndTransit>string</DDRoutingAndTransit>
        <DDRoutingAndTransitValidate>string</DDRoutingAndTransitValidate>
        <DDAccountNumber>string</DDAccountNumber>
        <DDAccountNumberValidate>string</DDAccountNumberValidate>
        <DDCheckingOrSavings>string</DDCheckingOrSavings>
        <DebitAmountType>string</DebitAmountType>
        <DCStatus>string</DCStatus>
        <DCActiveDate>string</DCActiveDate>
        <DCRoutingAndTransit>string</DCRoutingAndTransit>
        <DCRoutingAndTransitValidate>string</DCRoutingAndTransitValidate>
        <DCAccountNumber>string</DCAccountNumber>
        <DCAccountNumberValidate>string</DCAccountNumberValidate>
        <DCCheckingOrSavings>string</DCCheckingOrSavings>
        <FICOScore>string</FICOScore>
        <FICOModeNumber>string</FICOModeNumber>
        <FICODate>string</FICODate>
        <BillingTable>string</BillingTable>
      </AccountCreationRequest>
    </AccountCreation>
  </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>
    <AccountCreationResponse xmlns="http://www.corecard.com/Services">
      <AccountCreationResponse>
        <RecordType>string</RecordType>
        <ProductType>string</ProductType>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <AccountNumber>string</AccountNumber>
        <CardNumber>string</CardNumber>
        <AdminNumber>string</AdminNumber>
        <AcctCreationDate>string</AcctCreationDate>
        <AcctCreationTime>string</AcctCreationTime>
        <TerminalID>string</TerminalID>
        <ResponseCode>string</ResponseCode>
        <ReasonDescription>string</ReasonDescription>
      </AccountCreationResponse>
    </AccountCreationResponse>
  </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>
    <AccountCreation xmlns="http://www.corecard.com/Services">
      <AccountCreationRequest>
        <RecordType>string</RecordType>
        <RecordNumber>string</RecordNumber>
        <RequestType>string</RequestType>
        <TerminalID>string</TerminalID>
        <ProductType>string</ProductType>
        <SubProductType>string</SubProductType>
        <ProductID>string</ProductID>
        <StoreName>string</StoreName>
        <CreditLValue>string</CreditLValue>
        <AccountType>string</AccountType>
        <AccountCreationDate>string</AccountCreationDate>
        <AccountCreationTime>string</AccountCreationTime>
        <CurrencyCode>string</CurrencyCode>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <Address1>string</Address1>
        <Address2>string</Address2>
        <State>string</State>
        <City>string</City>
        <PostalCode>string</PostalCode>
        <Country>string</Country>
        <EmailID>string</EmailID>
        <HomePhoneNumber>string</HomePhoneNumber>
        <WorkPhoneNumber>string</WorkPhoneNumber>
        <MobilePhoneNumber>string</MobilePhoneNumber>
        <OtherPhoneNumber>string</OtherPhoneNumber>
        <DateOfBirth>string</DateOfBirth>
        <Employername>string</Employername>
        <EmployeeNumber>string</EmployeeNumber>
        <EmployerContactPhoneNumber>string</EmployerContactPhoneNumber>
        <EmployerContactFaxNumber>string</EmployerContactFaxNumber>
        <ReferenceNo>string</ReferenceNo>
        <DefaultWallPaperImageRefId>string</DefaultWallPaperImageRefId>
        <DefaultThumbPrintImageRefId>string</DefaultThumbPrintImageRefId>
        <GovernmentIDType>string</GovernmentIDType>
        <GovernmentID>string</GovernmentID>
        <IDIssueDate>string</IDIssueDate>
        <IDExpirationDate>string</IDExpirationDate>
        <IDCountryOfIssuance>string</IDCountryOfIssuance>
        <IDStateOfIssuance>string</IDStateOfIssuance>
        <DeliveryMechanism>string</DeliveryMechanism>
        <Comment>string</Comment>
        <DebitCreditControlFlag>string</DebitCreditControlFlag>
        <DDStatus>string</DDStatus>
        <DDActiveDate>string</DDActiveDate>
        <DDRoutingAndTransit>string</DDRoutingAndTransit>
        <DDRoutingAndTransitValidate>string</DDRoutingAndTransitValidate>
        <DDAccountNumber>string</DDAccountNumber>
        <DDAccountNumberValidate>string</DDAccountNumberValidate>
        <DDCheckingOrSavings>string</DDCheckingOrSavings>
        <DebitAmountType>string</DebitAmountType>
        <DCStatus>string</DCStatus>
        <DCActiveDate>string</DCActiveDate>
        <DCRoutingAndTransit>string</DCRoutingAndTransit>
        <DCRoutingAndTransitValidate>string</DCRoutingAndTransitValidate>
        <DCAccountNumber>string</DCAccountNumber>
        <DCAccountNumberValidate>string</DCAccountNumberValidate>
        <DCCheckingOrSavings>string</DCCheckingOrSavings>
        <FICOScore>string</FICOScore>
        <FICOModeNumber>string</FICOModeNumber>
        <FICODate>string</FICODate>
        <BillingTable>string</BillingTable>
      </AccountCreationRequest>
    </AccountCreation>
  </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>
    <AccountCreationResponse xmlns="http://www.corecard.com/Services">
      <AccountCreationResponse>
        <RecordType>string</RecordType>
        <ProductType>string</ProductType>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <AccountNumber>string</AccountNumber>
        <CardNumber>string</CardNumber>
        <AdminNumber>string</AdminNumber>
        <AcctCreationDate>string</AcctCreationDate>
        <AcctCreationTime>string</AcctCreationTime>
        <TerminalID>string</TerminalID>
        <ResponseCode>string</ResponseCode>
        <ReasonDescription>string</ReasonDescription>
      </AccountCreationResponse>
    </AccountCreationResponse>
  </soap12:Body>
</soap12:Envelope>