CDD Engine Web Service v2.14.0.0

<back to all web services

AllChecksDataRequestRequest

Requires Authentication
The following routes are available for this service:
POST/allchecks/submit/data
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class AllChecksDataRequestRequest
    {
        public String ApplicationGUID = null;
        public Integer CSR = null;
        public ApplicationDetails ApplicationDetails = null;
        public ContactDetails MainBusinessRepresentative = null;
        public CompanyDetails CompanyDetail = null;
        public BankDetails BankDetail = null;
        public BusinessProfile BusinessProfile = null;
        public ArrayList<OwnerDetails> Owners = null;
        public String NapPartyId = null;
        
        public String getApplicationGUID() { return ApplicationGUID; }
        public AllChecksDataRequestRequest setApplicationGUID(String value) { this.ApplicationGUID = value; return this; }
        public Integer getCsr() { return CSR; }
        public AllChecksDataRequestRequest setCsr(Integer value) { this.CSR = value; return this; }
        public ApplicationDetails getApplicationDetails() { return ApplicationDetails; }
        public AllChecksDataRequestRequest setApplicationDetails(ApplicationDetails value) { this.ApplicationDetails = value; return this; }
        public ContactDetails getMainBusinessRepresentative() { return MainBusinessRepresentative; }
        public AllChecksDataRequestRequest setMainBusinessRepresentative(ContactDetails value) { this.MainBusinessRepresentative = value; return this; }
        public CompanyDetails getCompanyDetail() { return CompanyDetail; }
        public AllChecksDataRequestRequest setCompanyDetail(CompanyDetails value) { this.CompanyDetail = value; return this; }
        public BankDetails getBankDetail() { return BankDetail; }
        public AllChecksDataRequestRequest setBankDetail(BankDetails value) { this.BankDetail = value; return this; }
        public BusinessProfile getBusinessProfile() { return BusinessProfile; }
        public AllChecksDataRequestRequest setBusinessProfile(BusinessProfile value) { this.BusinessProfile = value; return this; }
        public ArrayList<OwnerDetails> getOwners() { return Owners; }
        public AllChecksDataRequestRequest setOwners(ArrayList<OwnerDetails> value) { this.Owners = value; return this; }
        public String getNapPartyId() { return NapPartyId; }
        public AllChecksDataRequestRequest setNapPartyId(String value) { this.NapPartyId = value; return this; }
    }

    public static class ApplicationDetails
    {
        public String specialInstructions = null;
        public Boolean typeAcquiring = null;
        public Boolean typePOS_F2F = null;
        public Boolean typePOS_MOTO = null;
        public Boolean typeOnlinePayments = null;
        public Boolean typeVirtualTerminal = null;
        public String sellerCode = null;
        public Integer numOutlets = null;
        public String mccCode = null;
        public String offerDescription = null;
        public String pricingPackage = null;
        public Integer contractLength = null;
        public String settlementPeriodTPlus = null;
        public String ecomPSP = null;
        public String posPSP = null;
        
        public String getSpecialInstructions() { return specialInstructions; }
        public ApplicationDetails setSpecialInstructions(String value) { this.specialInstructions = value; return this; }
        public Boolean isTypeAcquiring() { return typeAcquiring; }
        public ApplicationDetails setTypeAcquiring(Boolean value) { this.typeAcquiring = value; return this; }
        public Boolean isTypePOSF2F() { return typePOS_F2F; }
        public ApplicationDetails setTypePOSF2F(Boolean value) { this.typePOS_F2F = value; return this; }
        public Boolean isTypePOSMoto() { return typePOS_MOTO; }
        public ApplicationDetails setTypePOSMoto(Boolean value) { this.typePOS_MOTO = value; return this; }
        public Boolean isTypeOnlinePayments() { return typeOnlinePayments; }
        public ApplicationDetails setTypeOnlinePayments(Boolean value) { this.typeOnlinePayments = value; return this; }
        public Boolean isTypeVirtualTerminal() { return typeVirtualTerminal; }
        public ApplicationDetails setTypeVirtualTerminal(Boolean value) { this.typeVirtualTerminal = value; return this; }
        public String getSellerCode() { return sellerCode; }
        public ApplicationDetails setSellerCode(String value) { this.sellerCode = value; return this; }
        public Integer getNumOutlets() { return numOutlets; }
        public ApplicationDetails setNumOutlets(Integer value) { this.numOutlets = value; return this; }
        public String getMccCode() { return mccCode; }
        public ApplicationDetails setMccCode(String value) { this.mccCode = value; return this; }
        public String getOfferDescription() { return offerDescription; }
        public ApplicationDetails setOfferDescription(String value) { this.offerDescription = value; return this; }
        public String getPricingPackage() { return pricingPackage; }
        public ApplicationDetails setPricingPackage(String value) { this.pricingPackage = value; return this; }
        public Integer getContractLength() { return contractLength; }
        public ApplicationDetails setContractLength(Integer value) { this.contractLength = value; return this; }
        public String getSettlementPeriodTPlus() { return settlementPeriodTPlus; }
        public ApplicationDetails setSettlementPeriodTPlus(String value) { this.settlementPeriodTPlus = value; return this; }
        public String getEcomPSP() { return ecomPSP; }
        public ApplicationDetails setEcomPSP(String value) { this.ecomPSP = value; return this; }
        public String getPosPSP() { return posPSP; }
        public ApplicationDetails setPosPSP(String value) { this.posPSP = value; return this; }
    }

    public static class ContactDetails
    {
        public ContactNameData name = null;
        public String phone = null;
        public String email = null;
        public String position = null;
        public String altPhone = null;
        public String preferredContactMethod = null;
        public String preferredContactBestTime = null;
        
        public ContactNameData getName() { return name; }
        public ContactDetails setName(ContactNameData value) { this.name = value; return this; }
        public String getPhone() { return phone; }
        public ContactDetails setPhone(String value) { this.phone = value; return this; }
        public String getEmail() { return email; }
        public ContactDetails setEmail(String value) { this.email = value; return this; }
        public String getPosition() { return position; }
        public ContactDetails setPosition(String value) { this.position = value; return this; }
        public String getAltPhone() { return altPhone; }
        public ContactDetails setAltPhone(String value) { this.altPhone = value; return this; }
        public String getPreferredContactMethod() { return preferredContactMethod; }
        public ContactDetails setPreferredContactMethod(String value) { this.preferredContactMethod = value; return this; }
        public String getPreferredContactBestTime() { return preferredContactBestTime; }
        public ContactDetails setPreferredContactBestTime(String value) { this.preferredContactBestTime = value; return this; }
    }

    public static class ContactNameData
    {
        public String title = null;
        public String firstName = null;
        public String middleName = null;
        public String lastName = null;
        
        public String getTitle() { return title; }
        public ContactNameData setTitle(String value) { this.title = value; return this; }
        public String getFirstName() { return firstName; }
        public ContactNameData setFirstName(String value) { this.firstName = value; return this; }
        public String getMiddleName() { return middleName; }
        public ContactNameData setMiddleName(String value) { this.middleName = value; return this; }
        public String getLastName() { return lastName; }
        public ContactNameData setLastName(String value) { this.lastName = value; return this; }
    }

    public static class CompanyDetails
    {
        public String legalName = null;
        public String tradingName = null;
        public AddressData tradingAddress = null;
        public AddressData legalAddress = null;
        public String website = null;
        public String companyType = null;
        public String registrationNumber = null;
        public String merchantCategoryPseudoName = null;
        public String vatNumber = null;
        public Boolean hasStartedTrading = null;
        public String startedTradingMonth = null;
        public String startedTradingYear = null;
        public String companyTypeOther = null;
        public Boolean isRegisteredCharity = null;
        public String countryOfIncorporation = null;
        public String regionOfIncorporation = null;
        
        public String getLegalName() { return legalName; }
        public CompanyDetails setLegalName(String value) { this.legalName = value; return this; }
        public String getTradingName() { return tradingName; }
        public CompanyDetails setTradingName(String value) { this.tradingName = value; return this; }
        public AddressData getTradingAddress() { return tradingAddress; }
        public CompanyDetails setTradingAddress(AddressData value) { this.tradingAddress = value; return this; }
        public AddressData getLegalAddress() { return legalAddress; }
        public CompanyDetails setLegalAddress(AddressData value) { this.legalAddress = value; return this; }
        public String getWebsite() { return website; }
        public CompanyDetails setWebsite(String value) { this.website = value; return this; }
        public String getCompanyType() { return companyType; }
        public CompanyDetails setCompanyType(String value) { this.companyType = value; return this; }
        public String getRegistrationNumber() { return registrationNumber; }
        public CompanyDetails setRegistrationNumber(String value) { this.registrationNumber = value; return this; }
        public String getMerchantCategoryPseudoName() { return merchantCategoryPseudoName; }
        public CompanyDetails setMerchantCategoryPseudoName(String value) { this.merchantCategoryPseudoName = value; return this; }
        public String getVatNumber() { return vatNumber; }
        public CompanyDetails setVatNumber(String value) { this.vatNumber = value; return this; }
        public Boolean isHasStartedTrading() { return hasStartedTrading; }
        public CompanyDetails setHasStartedTrading(Boolean value) { this.hasStartedTrading = value; return this; }
        public String getStartedTradingMonth() { return startedTradingMonth; }
        public CompanyDetails setStartedTradingMonth(String value) { this.startedTradingMonth = value; return this; }
        public String getStartedTradingYear() { return startedTradingYear; }
        public CompanyDetails setStartedTradingYear(String value) { this.startedTradingYear = value; return this; }
        public String getCompanyTypeOther() { return companyTypeOther; }
        public CompanyDetails setCompanyTypeOther(String value) { this.companyTypeOther = value; return this; }
        public Boolean getIsRegisteredCharity() { return isRegisteredCharity; }
        public CompanyDetails setIsRegisteredCharity(Boolean value) { this.isRegisteredCharity = value; return this; }
        public String getCountryOfIncorporation() { return countryOfIncorporation; }
        public CompanyDetails setCountryOfIncorporation(String value) { this.countryOfIncorporation = value; return this; }
        public String getRegionOfIncorporation() { return regionOfIncorporation; }
        public CompanyDetails setRegionOfIncorporation(String value) { this.regionOfIncorporation = value; return this; }
    }

    public static class AddressData
    {
        public String address1 = null;
        public String address2 = null;
        public String address3 = null;
        public String postalCode = null;
        public String city = null;
        public String state = null;
        public String countryCode = null;
        
        public String getAddress1() { return address1; }
        public AddressData setAddress1(String value) { this.address1 = value; return this; }
        public String getAddress2() { return address2; }
        public AddressData setAddress2(String value) { this.address2 = value; return this; }
        public String getAddress3() { return address3; }
        public AddressData setAddress3(String value) { this.address3 = value; return this; }
        public String getPostalCode() { return postalCode; }
        public AddressData setPostalCode(String value) { this.postalCode = value; return this; }
        public String getCity() { return city; }
        public AddressData setCity(String value) { this.city = value; return this; }
        public String getState() { return state; }
        public AddressData setState(String value) { this.state = value; return this; }
        public String getCountryCode() { return countryCode; }
        public AddressData setCountryCode(String value) { this.countryCode = value; return this; }
    }

    public static class BankDetails
    {
        public String sortCode = null;
        public String accountNumber = null;
        public String bankName = null;
        public String bankAccountName = null;
        public String settlementCurrency = null;
        public String swiftCode = null;
        
        public String getSortCode() { return sortCode; }
        public BankDetails setSortCode(String value) { this.sortCode = value; return this; }
        public String getAccountNumber() { return accountNumber; }
        public BankDetails setAccountNumber(String value) { this.accountNumber = value; return this; }
        public String getBankName() { return bankName; }
        public BankDetails setBankName(String value) { this.bankName = value; return this; }
        public String getBankAccountName() { return bankAccountName; }
        public BankDetails setBankAccountName(String value) { this.bankAccountName = value; return this; }
        public String getSettlementCurrency() { return settlementCurrency; }
        public BankDetails setSettlementCurrency(String value) { this.settlementCurrency = value; return this; }
        public String getSwiftCode() { return swiftCode; }
        public BankDetails setSwiftCode(String value) { this.swiftCode = value; return this; }
    }

    public static class BusinessProfile
    {
        public String descriptionOfYourGoodsAndServices = null;
        public Double anticipatedAverageMonthlyTurnover = null;
        public Double anticipatedPeakMonthlyTurnover = null;
        public Double percentageOfPrepayments = null;
        public Double percentageOfDeposits = null;
        public Double percentageOfSubscriptions = null;
        public ArrayList<DaysToDelivery> daysFromOrderConfirmationToDelivery = null;
        public ArrayList<PaymentDetails> depositPaymentDetails = null;
        public Integer averageSubscriptionLengthInMonths = null;
        public Integer averageNumberOfSubscriptionPayments = null;
        public Double anticipatedPercentageIncreaseInTurnoverForAYear = null;
        public Double ccTurnover = null;
        public Double totalCardTurnover = null;
        public Double cnpPercentage = null;
        public Double totalTurnover = null;
        public Double avTransValue = null;
        public Boolean cnpRequired = null;
        public Boolean cashbackRequired = null;
        public Boolean futurePayRequired = null;
        public Boolean newToCards = null;
        
        public String getDescriptionOfYourGoodsAndServices() { return descriptionOfYourGoodsAndServices; }
        public BusinessProfile setDescriptionOfYourGoodsAndServices(String value) { this.descriptionOfYourGoodsAndServices = value; return this; }
        public Double getAnticipatedAverageMonthlyTurnover() { return anticipatedAverageMonthlyTurnover; }
        public BusinessProfile setAnticipatedAverageMonthlyTurnover(Double value) { this.anticipatedAverageMonthlyTurnover = value; return this; }
        public Double getAnticipatedPeakMonthlyTurnover() { return anticipatedPeakMonthlyTurnover; }
        public BusinessProfile setAnticipatedPeakMonthlyTurnover(Double value) { this.anticipatedPeakMonthlyTurnover = value; return this; }
        public Double getPercentageOfPrepayments() { return percentageOfPrepayments; }
        public BusinessProfile setPercentageOfPrepayments(Double value) { this.percentageOfPrepayments = value; return this; }
        public Double getPercentageOfDeposits() { return percentageOfDeposits; }
        public BusinessProfile setPercentageOfDeposits(Double value) { this.percentageOfDeposits = value; return this; }
        public Double getPercentageOfSubscriptions() { return percentageOfSubscriptions; }
        public BusinessProfile setPercentageOfSubscriptions(Double value) { this.percentageOfSubscriptions = value; return this; }
        public ArrayList<DaysToDelivery> getDaysFromOrderConfirmationToDelivery() { return daysFromOrderConfirmationToDelivery; }
        public BusinessProfile setDaysFromOrderConfirmationToDelivery(ArrayList<DaysToDelivery> value) { this.daysFromOrderConfirmationToDelivery = value; return this; }
        public ArrayList<PaymentDetails> getDepositPaymentDetails() { return depositPaymentDetails; }
        public BusinessProfile setDepositPaymentDetails(ArrayList<PaymentDetails> value) { this.depositPaymentDetails = value; return this; }
        public Integer getAverageSubscriptionLengthInMonths() { return averageSubscriptionLengthInMonths; }
        public BusinessProfile setAverageSubscriptionLengthInMonths(Integer value) { this.averageSubscriptionLengthInMonths = value; return this; }
        public Integer getAverageNumberOfSubscriptionPayments() { return averageNumberOfSubscriptionPayments; }
        public BusinessProfile setAverageNumberOfSubscriptionPayments(Integer value) { this.averageNumberOfSubscriptionPayments = value; return this; }
        public Double getAnticipatedPercentageIncreaseInTurnoverForAYear() { return anticipatedPercentageIncreaseInTurnoverForAYear; }
        public BusinessProfile setAnticipatedPercentageIncreaseInTurnoverForAYear(Double value) { this.anticipatedPercentageIncreaseInTurnoverForAYear = value; return this; }
        public Double getCcTurnover() { return ccTurnover; }
        public BusinessProfile setCcTurnover(Double value) { this.ccTurnover = value; return this; }
        public Double getTotalCardTurnover() { return totalCardTurnover; }
        public BusinessProfile setTotalCardTurnover(Double value) { this.totalCardTurnover = value; return this; }
        public Double getCnpPercentage() { return cnpPercentage; }
        public BusinessProfile setCnpPercentage(Double value) { this.cnpPercentage = value; return this; }
        public Double getTotalTurnover() { return totalTurnover; }
        public BusinessProfile setTotalTurnover(Double value) { this.totalTurnover = value; return this; }
        public Double getAvTransValue() { return avTransValue; }
        public BusinessProfile setAvTransValue(Double value) { this.avTransValue = value; return this; }
        public Boolean isCnpRequired() { return cnpRequired; }
        public BusinessProfile setCnpRequired(Boolean value) { this.cnpRequired = value; return this; }
        public Boolean isCashbackRequired() { return cashbackRequired; }
        public BusinessProfile setCashbackRequired(Boolean value) { this.cashbackRequired = value; return this; }
        public Boolean isFuturePayRequired() { return futurePayRequired; }
        public BusinessProfile setFuturePayRequired(Boolean value) { this.futurePayRequired = value; return this; }
        public Boolean isNewToCards() { return newToCards; }
        public BusinessProfile setNewToCards(Boolean value) { this.newToCards = value; return this; }
    }

    public static class DaysToDelivery
    {
        public Double percentageOfOrders = null;
        public Integer numberOfDays = null;
        
        public Double getPercentageOfOrders() { return percentageOfOrders; }
        public DaysToDelivery setPercentageOfOrders(Double value) { this.percentageOfOrders = value; return this; }
        public Integer getNumberOfDays() { return numberOfDays; }
        public DaysToDelivery setNumberOfDays(Integer value) { this.numberOfDays = value; return this; }
    }

    public static class PaymentDetails
    {
        public Double percentageOfTotalTurnoverToRelatedBusiness = null;
        public Double percentageOfTotalTurnoverTakenAsDeposit = null;
        public Integer averageDaysBetweenDepositAndFullPayment = null;
        public Integer averageDaysBetweenFullPaymentAndDelivery = null;
        
        public Double getPercentageOfTotalTurnoverToRelatedBusiness() { return percentageOfTotalTurnoverToRelatedBusiness; }
        public PaymentDetails setPercentageOfTotalTurnoverToRelatedBusiness(Double value) { this.percentageOfTotalTurnoverToRelatedBusiness = value; return this; }
        public Double getPercentageOfTotalTurnoverTakenAsDeposit() { return percentageOfTotalTurnoverTakenAsDeposit; }
        public PaymentDetails setPercentageOfTotalTurnoverTakenAsDeposit(Double value) { this.percentageOfTotalTurnoverTakenAsDeposit = value; return this; }
        public Integer getAverageDaysBetweenDepositAndFullPayment() { return averageDaysBetweenDepositAndFullPayment; }
        public PaymentDetails setAverageDaysBetweenDepositAndFullPayment(Integer value) { this.averageDaysBetweenDepositAndFullPayment = value; return this; }
        public Integer getAverageDaysBetweenFullPaymentAndDelivery() { return averageDaysBetweenFullPaymentAndDelivery; }
        public PaymentDetails setAverageDaysBetweenFullPaymentAndDelivery(Integer value) { this.averageDaysBetweenFullPaymentAndDelivery = value; return this; }
    }

    public static class OwnerDetails
    {
        public Integer dayOfBirth = null;
        public Integer monthOfBirth = null;
        public Integer yearOfBirth = null;
        public Double ownershipPercentage = null;
        public AddressData homeAddress = null;
        public Boolean currentAddressLessThanThreeYears = null;
        public AddressData previousHomeAddress = null;
        public ContactNameData name = null;
        public Boolean director = null;
        public String nationality = null;
        public String position = null;
        public Integer timeAtHomeAddressYears = null;
        public Integer timeAtHomeAddressMonths = null;
        public String PrimaryPartyID = null;
        public ArrayList<IdentityVerificationDocuments> identityVerificationDocuments = null;
        
        public Integer getDayOfBirth() { return dayOfBirth; }
        public OwnerDetails setDayOfBirth(Integer value) { this.dayOfBirth = value; return this; }
        public Integer getMonthOfBirth() { return monthOfBirth; }
        public OwnerDetails setMonthOfBirth(Integer value) { this.monthOfBirth = value; return this; }
        public Integer getYearOfBirth() { return yearOfBirth; }
        public OwnerDetails setYearOfBirth(Integer value) { this.yearOfBirth = value; return this; }
        public Double getOwnershipPercentage() { return ownershipPercentage; }
        public OwnerDetails setOwnershipPercentage(Double value) { this.ownershipPercentage = value; return this; }
        public AddressData getHomeAddress() { return homeAddress; }
        public OwnerDetails setHomeAddress(AddressData value) { this.homeAddress = value; return this; }
        public Boolean isCurrentAddressLessThanThreeYears() { return currentAddressLessThanThreeYears; }
        public OwnerDetails setCurrentAddressLessThanThreeYears(Boolean value) { this.currentAddressLessThanThreeYears = value; return this; }
        public AddressData getPreviousHomeAddress() { return previousHomeAddress; }
        public OwnerDetails setPreviousHomeAddress(AddressData value) { this.previousHomeAddress = value; return this; }
        public ContactNameData getName() { return name; }
        public OwnerDetails setName(ContactNameData value) { this.name = value; return this; }
        public Boolean isDirector() { return director; }
        public OwnerDetails setDirector(Boolean value) { this.director = value; return this; }
        public String getNationality() { return nationality; }
        public OwnerDetails setNationality(String value) { this.nationality = value; return this; }
        public String getPosition() { return position; }
        public OwnerDetails setPosition(String value) { this.position = value; return this; }
        public Integer getTimeAtHomeAddressYears() { return timeAtHomeAddressYears; }
        public OwnerDetails setTimeAtHomeAddressYears(Integer value) { this.timeAtHomeAddressYears = value; return this; }
        public Integer getTimeAtHomeAddressMonths() { return timeAtHomeAddressMonths; }
        public OwnerDetails setTimeAtHomeAddressMonths(Integer value) { this.timeAtHomeAddressMonths = value; return this; }
        public String getPrimaryPartyID() { return PrimaryPartyID; }
        public OwnerDetails setPrimaryPartyID(String value) { this.PrimaryPartyID = value; return this; }
        public ArrayList<IdentityVerificationDocuments> getIdentityVerificationDocuments() { return identityVerificationDocuments; }
        public OwnerDetails setIdentityVerificationDocuments(ArrayList<IdentityVerificationDocuments> value) { this.identityVerificationDocuments = value; return this; }
    }

    public static class IdentityVerificationDocuments
    {
        public String documentId = null;
        public String authenticity = null;
        
        public String getDocumentId() { return documentId; }
        public IdentityVerificationDocuments setDocumentId(String value) { this.documentId = value; return this; }
        public String getAuthenticity() { return authenticity; }
        public IdentityVerificationDocuments setAuthenticity(String value) { this.authenticity = value; return this; }
    }

}

Java AllChecksDataRequestRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /allchecks/submit/data HTTP/1.1 
Host: wpcdd-featuretest-ws.worldpay.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<AllChecksDataRequestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDD_Engine_WS.dto.Requests">
  <ApplicationDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:contractLength>0</d2p1:contractLength>
    <d2p1:csr>String</d2p1:csr>
    <d2p1:ecomPSP>String</d2p1:ecomPSP>
    <d2p1:mccCode>String</d2p1:mccCode>
    <d2p1:numOutlets>0</d2p1:numOutlets>
    <d2p1:offerDescription>String</d2p1:offerDescription>
    <d2p1:posPSP>String</d2p1:posPSP>
    <d2p1:sellerCode>String</d2p1:sellerCode>
    <d2p1:settlementPeriodTPlus>String</d2p1:settlementPeriodTPlus>
    <d2p1:specialInstructions>String</d2p1:specialInstructions>
    <d2p1:typeAcquiring>false</d2p1:typeAcquiring>
    <d2p1:typeOnlinePayments>false</d2p1:typeOnlinePayments>
    <d2p1:typePOS_F2F>false</d2p1:typePOS_F2F>
    <d2p1:typePOS_MOTO>false</d2p1:typePOS_MOTO>
    <d2p1:typeVirtualTerminal>false</d2p1:typeVirtualTerminal>
  </ApplicationDetails>
  <ApplicationGUID>String</ApplicationGUID>
  <BankDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:accountNumber>String</d2p1:accountNumber>
    <d2p1:bankAccountName>String</d2p1:bankAccountName>
    <d2p1:bankName>String</d2p1:bankName>
    <d2p1:settlementCurrency>String</d2p1:settlementCurrency>
    <d2p1:sortCode>String</d2p1:sortCode>
    <d2p1:swiftCode>String</d2p1:swiftCode>
  </BankDetail>
  <BusinessProfile xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:anticipatedAverageMonthlyTurnover>0</d2p1:anticipatedAverageMonthlyTurnover>
    <d2p1:anticipatedPeakMonthlyTurnover>0</d2p1:anticipatedPeakMonthlyTurnover>
    <d2p1:anticipatedPercentageIncreaseInTurnoverForAYear>0</d2p1:anticipatedPercentageIncreaseInTurnoverForAYear>
    <d2p1:avTransValue>0</d2p1:avTransValue>
    <d2p1:averageNumberOfSubscriptionPayments>0</d2p1:averageNumberOfSubscriptionPayments>
    <d2p1:averageSubscriptionLengthInMonths>0</d2p1:averageSubscriptionLengthInMonths>
    <d2p1:cashbackRequired>false</d2p1:cashbackRequired>
    <d2p1:ccTurnover>0</d2p1:ccTurnover>
    <d2p1:cnpPercentage>0</d2p1:cnpPercentage>
    <d2p1:cnpRequired>false</d2p1:cnpRequired>
    <d2p1:daysFromOrderConfirmationToDelivery>
      <d2p1:DaysToDelivery>
        <d2p1:numberOfDays>0</d2p1:numberOfDays>
        <d2p1:percentageOfOrders>0</d2p1:percentageOfOrders>
      </d2p1:DaysToDelivery>
    </d2p1:daysFromOrderConfirmationToDelivery>
    <d2p1:depositPaymentDetails>
      <d2p1:PaymentDetails>
        <d2p1:averageDaysBetweenDepositAndFullPayment>0</d2p1:averageDaysBetweenDepositAndFullPayment>
        <d2p1:averageDaysBetweenFullPaymentAndDelivery>0</d2p1:averageDaysBetweenFullPaymentAndDelivery>
        <d2p1:percentageOfTotalTurnoverTakenAsDeposit>0</d2p1:percentageOfTotalTurnoverTakenAsDeposit>
        <d2p1:percentageOfTotalTurnoverToRelatedBusiness>0</d2p1:percentageOfTotalTurnoverToRelatedBusiness>
      </d2p1:PaymentDetails>
    </d2p1:depositPaymentDetails>
    <d2p1:descriptionOfYourGoodsAndServices>String</d2p1:descriptionOfYourGoodsAndServices>
    <d2p1:futurePayRequired>false</d2p1:futurePayRequired>
    <d2p1:newToCards>false</d2p1:newToCards>
    <d2p1:percentageOfDeposits>0</d2p1:percentageOfDeposits>
    <d2p1:percentageOfPrepayments>0</d2p1:percentageOfPrepayments>
    <d2p1:percentageOfSubscriptions>0</d2p1:percentageOfSubscriptions>
    <d2p1:totalCardTurnover>0</d2p1:totalCardTurnover>
    <d2p1:totalTurnover>0</d2p1:totalTurnover>
  </BusinessProfile>
  <CSR>0</CSR>
  <CompanyDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:companyType>String</d2p1:companyType>
    <d2p1:companyTypeOther>String</d2p1:companyTypeOther>
    <d2p1:countryOfIncorporation>String</d2p1:countryOfIncorporation>
    <d2p1:hasStartedTrading>false</d2p1:hasStartedTrading>
    <d2p1:isRegisteredCharity>false</d2p1:isRegisteredCharity>
    <d2p1:legalAddress>
      <d2p1:address1>String</d2p1:address1>
      <d2p1:address2>String</d2p1:address2>
      <d2p1:address3>String</d2p1:address3>
      <d2p1:city>String</d2p1:city>
      <d2p1:countryCode>String</d2p1:countryCode>
      <d2p1:postalCode>String</d2p1:postalCode>
      <d2p1:state>String</d2p1:state>
    </d2p1:legalAddress>
    <d2p1:legalName>String</d2p1:legalName>
    <d2p1:merchantCategoryPseudoName>String</d2p1:merchantCategoryPseudoName>
    <d2p1:regionOfIncorporation>String</d2p1:regionOfIncorporation>
    <d2p1:registrationNumber>String</d2p1:registrationNumber>
    <d2p1:startedTradingMonth>String</d2p1:startedTradingMonth>
    <d2p1:startedTradingYear>String</d2p1:startedTradingYear>
    <d2p1:tradingAddress>
      <d2p1:address1>String</d2p1:address1>
      <d2p1:address2>String</d2p1:address2>
      <d2p1:address3>String</d2p1:address3>
      <d2p1:city>String</d2p1:city>
      <d2p1:countryCode>String</d2p1:countryCode>
      <d2p1:postalCode>String</d2p1:postalCode>
      <d2p1:state>String</d2p1:state>
    </d2p1:tradingAddress>
    <d2p1:tradingName>String</d2p1:tradingName>
    <d2p1:vatNumber>String</d2p1:vatNumber>
    <d2p1:website>String</d2p1:website>
  </CompanyDetail>
  <MainBusinessRepresentative xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:altPhone>String</d2p1:altPhone>
    <d2p1:email>String</d2p1:email>
    <d2p1:name>
      <d2p1:firstName>String</d2p1:firstName>
      <d2p1:lastName>String</d2p1:lastName>
      <d2p1:middleName>String</d2p1:middleName>
      <d2p1:title>String</d2p1:title>
    </d2p1:name>
    <d2p1:phone>String</d2p1:phone>
    <d2p1:position>String</d2p1:position>
    <d2p1:preferredContactBestTime>String</d2p1:preferredContactBestTime>
    <d2p1:preferredContactMethod>String</d2p1:preferredContactMethod>
  </MainBusinessRepresentative>
  <NapPartyId>String</NapPartyId>
  <Owners xmlns:d2p1="http://schemas.datacontract.org/2004/07/CDD_Engine_DLL.DataObjects">
    <d2p1:OwnerDetails>
      <d2p1:PrimaryPartyID>String</d2p1:PrimaryPartyID>
      <d2p1:currentAddressLessThanThreeYears>false</d2p1:currentAddressLessThanThreeYears>
      <d2p1:dayOfBirth>0</d2p1:dayOfBirth>
      <d2p1:director>false</d2p1:director>
      <d2p1:homeAddress>
        <d2p1:address1>String</d2p1:address1>
        <d2p1:address2>String</d2p1:address2>
        <d2p1:address3>String</d2p1:address3>
        <d2p1:city>String</d2p1:city>
        <d2p1:countryCode>String</d2p1:countryCode>
        <d2p1:postalCode>String</d2p1:postalCode>
        <d2p1:state>String</d2p1:state>
      </d2p1:homeAddress>
      <d2p1:identityVerificationDocuments>
        <d2p1:IdentityVerificationDocuments>
          <d2p1:authenticity>String</d2p1:authenticity>
          <d2p1:documentId>String</d2p1:documentId>
        </d2p1:IdentityVerificationDocuments>
      </d2p1:identityVerificationDocuments>
      <d2p1:monthOfBirth>0</d2p1:monthOfBirth>
      <d2p1:name>
        <d2p1:firstName>String</d2p1:firstName>
        <d2p1:lastName>String</d2p1:lastName>
        <d2p1:middleName>String</d2p1:middleName>
        <d2p1:title>String</d2p1:title>
      </d2p1:name>
      <d2p1:nationality>String</d2p1:nationality>
      <d2p1:ownershipPercentage>0</d2p1:ownershipPercentage>
      <d2p1:position>String</d2p1:position>
      <d2p1:previousHomeAddress>
        <d2p1:address1>String</d2p1:address1>
        <d2p1:address2>String</d2p1:address2>
        <d2p1:address3>String</d2p1:address3>
        <d2p1:city>String</d2p1:city>
        <d2p1:countryCode>String</d2p1:countryCode>
        <d2p1:postalCode>String</d2p1:postalCode>
        <d2p1:state>String</d2p1:state>
      </d2p1:previousHomeAddress>
      <d2p1:timeAtHomeAddressMonths>0</d2p1:timeAtHomeAddressMonths>
      <d2p1:timeAtHomeAddressYears>0</d2p1:timeAtHomeAddressYears>
      <d2p1:yearOfBirth>0</d2p1:yearOfBirth>
    </d2p1:OwnerDetails>
  </Owners>
</AllChecksDataRequestRequest>