PrepaidServices
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/prepaid.asmx HTTP/1.1
Host: coregermany.ddns.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.corecard.com/Prepaid/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/Prepaid">
<userid>string</userid>
<password>string</password>
</UserCredentials>
</soap:Header>
<soap:Body>
<AccountCreation xmlns="http://www.corecard.com/Prepaid">
<PrePaidAccountCreationRequest>
<dePPRecordType>string</dePPRecordType>
<dePPRecordNumber>string</dePPRecordNumber>
<RequestType>string</RequestType>
<ProductType>string</ProductType>
<SubProductType>string</SubProductType>
<FromCardRange>string</FromCardRange>
<ToCardRange>string</ToCardRange>
<AccountNumber>string</AccountNumber>
<PAN>string</PAN>
<SecondaryPAN>string</SecondaryPAN>
<ACCOUNT_NO>string</ACCOUNT_NO>
<AccountCreationDate>string</AccountCreationDate>
<AccountCreationTime>string</AccountCreationTime>
<Amount>string</Amount>
<ReferenceNo>string</ReferenceNo>
<ExpirationDate>string</ExpirationDate>
<CurrencyCode>string</CurrencyCode>
<MerchantGroup>string</MerchantGroup>
<MCC>string</MCC>
<TerminalID>string</TerminalID>
<dePPAccountType>string</dePPAccountType>
<dePPName>string</dePPName>
<dePPName2>string</dePPName2>
<dePPAddress1>string</dePPAddress1>
<dePPAddress2>string</dePPAddress2>
<dePPCity>string</dePPCity>
<dePPState>string</dePPState>
<dePPPostalCode>string</dePPPostalCode>
<GovernmentIDType>string</GovernmentIDType>
<GovernmentID>string</GovernmentID>
<dePPCountryOfIssue>string</dePPCountryOfIssue>
<dePPPhoneNumber>string</dePPPhoneNumber>
<dePPWorkPhoneNumber>string</dePPWorkPhoneNumber>
<dePPMobilePhoneNumber>string</dePPMobilePhoneNumber>
<dePPOtherPhoneNumber>string</dePPOtherPhoneNumber>
<dePPEmailID>string</dePPEmailID>
<dePPDateOfBirth>string</dePPDateOfBirth>
<dePPBankRouting>string</dePPBankRouting>
<dePPBankAcctNumber>string</dePPBankAcctNumber>
<dePPComment>string</dePPComment>
<dePPPIN>string</dePPPIN>
<dePPKeyLabel>string</dePPKeyLabel>
<dePPFiller>string</dePPFiller>
<deBuacct_ProductId>string</deBuacct_ProductId>
<dePPFollowUpDate>string</dePPFollowUpDate>
<dePPEmployername>string</dePPEmployername>
<dePPEmployerContactName>string</dePPEmployerContactName>
<dePPEmployerContactPhoneNumber>string</dePPEmployerContactPhoneNumber>
<dePPEmployerContactFaxNumber>string</dePPEmployerContactFaxNumber>
<dePPMemos>string</dePPMemos>
<dePPCustRefName>string</dePPCustRefName>
<StoreName>string</StoreName>
<DefaultWallPaperImageRefId>string</DefaultWallPaperImageRefId>
<DefaultThumbPrintImageRefId>string</DefaultThumbPrintImageRefId>
<GovtIDIssueDate>string</GovtIDIssueDate>
<GovtIDExpirationDate>string</GovtIDExpirationDate>
<GovtIDCountryofIssuance>string</GovtIDCountryofIssuance>
<CIPType>string</CIPType>
<CIPNumber>string</CIPNumber>
<CIPStatus>string</CIPStatus>
<GovtIDIssueState>string</GovtIDIssueState>
<SSN>string</SSN>
<TaxId>string</TaxId>
<DeliveryMechanism>string</DeliveryMechanism>
<EmbossingLine4>string</EmbossingLine4>
<EmbossingHotStamp>string</EmbossingHotStamp>
</PrePaidAccountCreationRequest>
</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/Prepaid">
<PrePaidAccountCreationResponse>
<RequestType>string</RequestType>
<ProductType>string</ProductType>
<SubProductType>string</SubProductType>
<FromCardRange>string</FromCardRange>
<ToCardRange>string</ToCardRange>
<AccountNumber>string</AccountNumber>
<DDA_NO>string</DDA_NO>
<PAN>string</PAN>
<SecondaryPAN>string</SecondaryPAN>
<ACCOUNT_NO>string</ACCOUNT_NO>
<CVC2>string</CVC2>
<AccountCreationDate>string</AccountCreationDate>
<AccountCreationTime>string</AccountCreationTime>
<Amount>string</Amount>
<ReferenceNo>string</ReferenceNo>
<ExpirationDate>string</ExpirationDate>
<CurrencyCode>string</CurrencyCode>
<MerchantGroup>string</MerchantGroup>
<MCC>string</MCC>
<GovernmentIDType>string</GovernmentIDType>
<GovernmentID>string</GovernmentID>
<TerminalID>string</TerminalID>
<StoreName>string</StoreName>
<ResponseCode>string</ResponseCode>
<ReasonDescription>string</ReasonDescription>
</PrePaidAccountCreationResponse>
</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/prepaid.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/Prepaid">
<userid>string</userid>
<password>string</password>
</UserCredentials>
</soap12:Header>
<soap12:Body>
<AccountCreation xmlns="http://www.corecard.com/Prepaid">
<PrePaidAccountCreationRequest>
<dePPRecordType>string</dePPRecordType>
<dePPRecordNumber>string</dePPRecordNumber>
<RequestType>string</RequestType>
<ProductType>string</ProductType>
<SubProductType>string</SubProductType>
<FromCardRange>string</FromCardRange>
<ToCardRange>string</ToCardRange>
<AccountNumber>string</AccountNumber>
<PAN>string</PAN>
<SecondaryPAN>string</SecondaryPAN>
<ACCOUNT_NO>string</ACCOUNT_NO>
<AccountCreationDate>string</AccountCreationDate>
<AccountCreationTime>string</AccountCreationTime>
<Amount>string</Amount>
<ReferenceNo>string</ReferenceNo>
<ExpirationDate>string</ExpirationDate>
<CurrencyCode>string</CurrencyCode>
<MerchantGroup>string</MerchantGroup>
<MCC>string</MCC>
<TerminalID>string</TerminalID>
<dePPAccountType>string</dePPAccountType>
<dePPName>string</dePPName>
<dePPName2>string</dePPName2>
<dePPAddress1>string</dePPAddress1>
<dePPAddress2>string</dePPAddress2>
<dePPCity>string</dePPCity>
<dePPState>string</dePPState>
<dePPPostalCode>string</dePPPostalCode>
<GovernmentIDType>string</GovernmentIDType>
<GovernmentID>string</GovernmentID>
<dePPCountryOfIssue>string</dePPCountryOfIssue>
<dePPPhoneNumber>string</dePPPhoneNumber>
<dePPWorkPhoneNumber>string</dePPWorkPhoneNumber>
<dePPMobilePhoneNumber>string</dePPMobilePhoneNumber>
<dePPOtherPhoneNumber>string</dePPOtherPhoneNumber>
<dePPEmailID>string</dePPEmailID>
<dePPDateOfBirth>string</dePPDateOfBirth>
<dePPBankRouting>string</dePPBankRouting>
<dePPBankAcctNumber>string</dePPBankAcctNumber>
<dePPComment>string</dePPComment>
<dePPPIN>string</dePPPIN>
<dePPKeyLabel>string</dePPKeyLabel>
<dePPFiller>string</dePPFiller>
<deBuacct_ProductId>string</deBuacct_ProductId>
<dePPFollowUpDate>string</dePPFollowUpDate>
<dePPEmployername>string</dePPEmployername>
<dePPEmployerContactName>string</dePPEmployerContactName>
<dePPEmployerContactPhoneNumber>string</dePPEmployerContactPhoneNumber>
<dePPEmployerContactFaxNumber>string</dePPEmployerContactFaxNumber>
<dePPMemos>string</dePPMemos>
<dePPCustRefName>string</dePPCustRefName>
<StoreName>string</StoreName>
<DefaultWallPaperImageRefId>string</DefaultWallPaperImageRefId>
<DefaultThumbPrintImageRefId>string</DefaultThumbPrintImageRefId>
<GovtIDIssueDate>string</GovtIDIssueDate>
<GovtIDExpirationDate>string</GovtIDExpirationDate>
<GovtIDCountryofIssuance>string</GovtIDCountryofIssuance>
<CIPType>string</CIPType>
<CIPNumber>string</CIPNumber>
<CIPStatus>string</CIPStatus>
<GovtIDIssueState>string</GovtIDIssueState>
<SSN>string</SSN>
<TaxId>string</TaxId>
<DeliveryMechanism>string</DeliveryMechanism>
<EmbossingLine4>string</EmbossingLine4>
<EmbossingHotStamp>string</EmbossingHotStamp>
</PrePaidAccountCreationRequest>
</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/Prepaid">
<PrePaidAccountCreationResponse>
<RequestType>string</RequestType>
<ProductType>string</ProductType>
<SubProductType>string</SubProductType>
<FromCardRange>string</FromCardRange>
<ToCardRange>string</ToCardRange>
<AccountNumber>string</AccountNumber>
<DDA_NO>string</DDA_NO>
<PAN>string</PAN>
<SecondaryPAN>string</SecondaryPAN>
<ACCOUNT_NO>string</ACCOUNT_NO>
<CVC2>string</CVC2>
<AccountCreationDate>string</AccountCreationDate>
<AccountCreationTime>string</AccountCreationTime>
<Amount>string</Amount>
<ReferenceNo>string</ReferenceNo>
<ExpirationDate>string</ExpirationDate>
<CurrencyCode>string</CurrencyCode>
<MerchantGroup>string</MerchantGroup>
<MCC>string</MCC>
<GovernmentIDType>string</GovernmentIDType>
<GovernmentID>string</GovernmentID>
<TerminalID>string</TerminalID>
<StoreName>string</StoreName>
<ResponseCode>string</ResponseCode>
<ReasonDescription>string</ReasonDescription>
</PrePaidAccountCreationResponse>
</AccountCreationResponse>
</soap12:Body>
</soap12:Envelope>