eCheck
Click here for a complete list of operations.
GetCustomers
Retrieve all of your Customer List entries
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /eCheck.asmx HTTP/1.1
Host: www.greenbyphone.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CheckProcessing/GetCustomers"
<?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>
<GetCustomers xmlns="CheckProcessing">
<Client_ID>string</Client_ID>
<ApiPassword>string</ApiPassword>
<x_delim_data>string</x_delim_data>
<x_delim_char>string</x_delim_char>
</GetCustomers>
</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>
<GetCustomersResponse xmlns="CheckProcessing">
<GetCustomersResult>
<Customers>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client xsi:nil="true" />
</Customer>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client xsi:nil="true" />
</Customer>
</Customers>
</GetCustomersResult>
</GetCustomersResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /eCheck.asmx HTTP/1.1
Host: www.greenbyphone.com
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>
<GetCustomers xmlns="CheckProcessing">
<Client_ID>string</Client_ID>
<ApiPassword>string</ApiPassword>
<x_delim_data>string</x_delim_data>
<x_delim_char>string</x_delim_char>
</GetCustomers>
</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>
<GetCustomersResponse xmlns="CheckProcessing">
<GetCustomersResult>
<Customers>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client xsi:nil="true" />
</Customer>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client xsi:nil="true" />
</Customer>
</Customers>
</GetCustomersResult>
</GetCustomersResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /eCheck.asmx/GetCustomers?Client_ID=string&ApiPassword=string&x_delim_data=string&x_delim_char=string HTTP/1.1 Host: www.greenbyphone.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CustomerListResult xmlns="CheckProcessing">
<Customers>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client>
<Client_ID>long</Client_ID>
<ActivationFee>decimal</ActivationFee>
<RefundableDeposit>decimal</RefundableDeposit>
<BillingFeeMonthly>decimal</BillingFeeMonthly>
<BillingFeeAnnually>decimal</BillingFeeAnnually>
<BillingFeeAnnualChargeDate>dateTime</BillingFeeAnnualChargeDate>
<CheckBillingMinimumMonthly>decimal</CheckBillingMinimumMonthly>
<AllowClientCheckNumber>boolean</AllowClientCheckNumber>
<AllowPictureChecks>boolean</AllowPictureChecks>
<AllowBankAccountRotation>boolean</AllowBankAccountRotation>
<AllowEmailCustomerNotify>boolean</AllowEmailCustomerNotify>
<IsPrintNoDeposit>boolean</IsPrintNoDeposit>
<CheckBatchCoverMessage>string</CheckBatchCoverMessage>
<IsPrintNewClientWarning>boolean</IsPrintNewClientWarning>
<MailingMethod>USPS_Standard_No_Fee or USPS_Certified_Auto_Fee or Overnight_No_Fee or Overnight_Auto_Fee</MailingMethod>
<PhoneConfirmationRequired>boolean</PhoneConfirmationRequired>
<RoundProcessingFeesToDonate>boolean</RoundProcessingFeesToDonate>
<RoundProcessingFees_Campaign_ID>long</RoundProcessingFees_Campaign_ID>
<RoundCommissionsToDonate>boolean</RoundCommissionsToDonate>
<RoundCommissions_Campaign_ID>long</RoundCommissions_Campaign_ID>
<HasDonated>boolean</HasDonated>
<SkipCustomerNotify>boolean</SkipCustomerNotify>
<SkipClientNotify>boolean</SkipClientNotify>
<RejectDrafts>boolean</RejectDrafts>
<CanUsePayorAccountSave>boolean</CanUsePayorAccountSave>
<CanSubmitPayorSignature>boolean</CanSubmitPayorSignature>
<CanUseBillPay>boolean</CanUseBillPay>
<CanUseInvoice>boolean</CanUseInvoice>
<BillPayHidePayeeAddress>boolean</BillPayHidePayeeAddress>
<CanUsePaymentCalculator>boolean</CanUsePaymentCalculator>
<PaymentCalculatorDefault>decimal</PaymentCalculatorDefault>
<PaymentCalculatorMax>decimal</PaymentCalculatorMax>
<IsFraudulent>boolean</IsFraudulent>
<CanUseEcheck>boolean</CanUseEcheck>
<CanSubmitRejects>boolean</CanSubmitRejects>
<CanSubmitRejectBatches>boolean</CanSubmitRejectBatches>
<CanUseCheckDocumentUpload>boolean</CanUseCheckDocumentUpload>
<AdditionalPaymentInfo>string</AdditionalPaymentInfo>
<ResellerType_ID>long</ResellerType_ID>
<ResellerSpecialNotes>string</ResellerSpecialNotes>
<ResellerMerchantPortalNotifyDocuments>boolean</ResellerMerchantPortalNotifyDocuments>
<ResellerCommissionFrequency_ID>long</ResellerCommissionFrequency_ID>
<ResellerCommissionPaymentDelay>int</ResellerCommissionPaymentDelay>
<OverrideResellerType_ID>long</OverrideResellerType_ID>
<OverrideResellerCommission>decimal</OverrideResellerCommission>
<OverrideResellerCommissionFrequency_ID>long</OverrideResellerCommissionFrequency_ID>
<OverrideResellerCommissionPaymentDelay>int</OverrideResellerCommissionPaymentDelay>
<ResellerClient_ID>long</ResellerClient_ID>
<ResellerAgentEmail>string</ResellerAgentEmail>
<OverrideResellerClient_ID>long</OverrideResellerClient_ID>
<ISOCommissionable>boolean</ISOCommissionable>
<UseMerchantCommissionTiers>boolean</UseMerchantCommissionTiers>
<MerchantCommissionTiersAllowLower>boolean</MerchantCommissionTiersAllowLower>
<AccountLiaisonUser_ID>long</AccountLiaisonUser_ID>
<AccountDormant>boolean</AccountDormant>
<ApplicationDead>boolean</ApplicationDead>
<Underwriter>string</Underwriter>
<ContactNote>string</ContactNote>
<CompanyName>string</CompanyName>
<CompanyStartDate>dateTime</CompanyStartDate>
<CorpType_ID>long</CorpType_ID>
<CorpState>string</CorpState>
<CorpCountry>string</CorpCountry>
<CorpYear>string</CorpYear>
<NameFirst>string</NameFirst>
<NameLast>string</NameLast>
<Position>string</Position>
<MobileMerchantCode>string</MobileMerchantCode>
<MobileMerchantName>string</MobileMerchantName>
<MobileMerchantContact>string</MobileMerchantContact>
<ServicePasswordLastUpdated>dateTime</ServicePasswordLastUpdated>
<ServiceVerify>boolean</ServiceVerify>
<ServiceApplication>boolean</ServiceApplication>
<ServiceShoppingCart>boolean</ServiceShoppingCart>
<ServiceShoppingCartRefund>boolean</ServiceShoppingCartRefund>
<ServicePlaid>boolean</ServicePlaid>
<ServiceWallet>boolean</ServiceWallet>
<ServiceAiAssistant>boolean</ServiceAiAssistant>
<EmailAddress>string</EmailAddress>
<EmailAddressManagement>string</EmailAddressManagement>
<WebsiteAddress>string</WebsiteAddress>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<PreferredCustomerCountry>string</PreferredCustomerCountry>
<PhoneWork>string</PhoneWork>
<PhoneWorkExtension>string</PhoneWorkExtension>
<PhoneCell>string</PhoneCell>
<PhoneFax>string</PhoneFax>
<TypeOfBusiness>string</TypeOfBusiness>
<ExpectedWeeklyCount>int</ExpectedWeeklyCount>
<ExpectedWeeklyVolume>decimal</ExpectedWeeklyVolume>
<ExpectedMonthlyCount>int</ExpectedMonthlyCount>
<ExpectedMonthlyVolume>decimal</ExpectedMonthlyVolume>
<ExpectedAmountRangeLow>decimal</ExpectedAmountRangeLow>
<ExpectedAmountRangeHigh>decimal</ExpectedAmountRangeHigh>
<HowYouHeardOfUs>string</HowYouHeardOfUs>
<HowYouHeardOfUsOther>string</HowYouHeardOfUsOther>
<ClientSignature_ID>long</ClientSignature_ID>
<TransactionMaximum>decimal</TransactionMaximum>
<OverMaxSplitCheckAllowed>boolean</OverMaxSplitCheckAllowed>
<OverMaxSplitCheckLimit>decimal</OverMaxSplitCheckLimit>
<NotificationMethod_ID>long</NotificationMethod_ID>
<NotificationEmailAddress>string</NotificationEmailAddress>
<NotificationPhoneCell>string</NotificationPhoneCell>
<TaxID>string</TaxID>
<VerifiedApplication>boolean</VerifiedApplication>
<VerifiedIdentity>boolean</VerifiedIdentity>
<VerifiedBankAccount>boolean</VerifiedBankAccount>
<VerifiedPhone>boolean</VerifiedPhone>
<VerifiedInterview>boolean</VerifiedInterview>
<Active>boolean</Active>
<Suspended>boolean</Suspended>
<ProcessingHold>boolean</ProcessingHold>
<EmailReview>boolean</EmailReview>
<ApprovedICL>boolean</ApprovedICL>
<ApprovedRDC>boolean</ApprovedRDC>
<ApprovedACH>boolean</ApprovedACH>
<CreditCardNumber>string</CreditCardNumber>
<CreditCardExpire>string</CreditCardExpire>
<CreditCardCVV>string</CreditCardCVV>
<CreditCardPhone>string</CreditCardPhone>
<CreditCardNameFirst>string</CreditCardNameFirst>
<CreditCardNameLast>string</CreditCardNameLast>
<CreditCardCompanyName>string</CreditCardCompanyName>
<CreditCardAddress1>string</CreditCardAddress1>
<CreditCardAddress2>string</CreditCardAddress2>
<CreditCardCity>string</CreditCardCity>
<CreditCardState>string</CreditCardState>
<CreditCardZip>string</CreditCardZip>
<CreditCardCountry>string</CreditCardCountry>
<CreditCardPrepayMinimumCharge>decimal</CreditCardPrepayMinimumCharge>
<ProcessingFeeDelay>int</ProcessingFeeDelay>
<BillingMode_ID>Monthly_Billing or Credit_Card_PrePay or Account_Balance_PrePay or Weekly_Billing or ACH_Daily or ACH_Weekly or ACH_Monthly or Remote_ACH_Billing_Daily</BillingMode_ID>
<DepositBalanceThreshold>decimal</DepositBalanceThreshold>
<DepositBalanceThresholdEmail>string</DepositBalanceThresholdEmail>
<DepositBalanceThresholdCell>string</DepositBalanceThresholdCell>
<DepositBalanceThresholdCellCountry>string</DepositBalanceThresholdCellCountry>
<RiskManagementPoolPercent>decimal</RiskManagementPoolPercent>
<RiskManagementPoolDays>int</RiskManagementPoolDays>
<OFACLastRenewal>dateTime</OFACLastRenewal>
<OFACHold>boolean</OFACHold>
<ACHResellerCommissionPaymentDelay>int</ACHResellerCommissionPaymentDelay>
<ACHOverrideResellerCommissionPaymentDelay>int</ACHOverrideResellerCommissionPaymentDelay>
<StockSymbol>string</StockSymbol>
<CurrentOwnershipCorpYear>string</CurrentOwnershipCorpYear>
<MarketingMethodType_ID>long</MarketingMethodType_ID>
<SIC>string</SIC>
<CheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</CheckFormatType_ID>
<CheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</CheckFormatFontType_ID>
<CheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</CheckFormatAmountFontType_ID>
<OutboundCheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</OutboundCheckFormatType_ID>
<OutboundCheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</OutboundCheckFormatFontType_ID>
<OutboundCheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</OutboundCheckFormatAmountFontType_ID>
<WelcomeDate>dateTime</WelcomeDate>
<PendingDeactivationDate>dateTime</PendingDeactivationDate>
<ReviewStartDate>dateTime</ReviewStartDate>
<ReviewEndDate>dateTime</ReviewEndDate>
<ReviewMaximumPerBatch>int</ReviewMaximumPerBatch>
<ReviewPercentage>decimal</ReviewPercentage>
<IgnoreAutoDeactivate>boolean</IgnoreAutoDeactivate>
<CashflowMerchantID>long</CashflowMerchantID>
<CashflowMerchantIDRegistered>boolean</CashflowMerchantIDRegistered>
<RequireCashflow>boolean</RequireCashflow>
<ResellerNotificationCC>boolean</ResellerNotificationCC>
<ClosedDate>dateTime</ClosedDate>
<ECommercePricingTierType>None or Startup or Basic or Plus or Power or Pro</ECommercePricingTierType>
<ECommerceIntegrationComplete>boolean</ECommerceIntegrationComplete>
<AccountTier_ID>long</AccountTier_ID>
<PayCommissionUsingACH>boolean</PayCommissionUsingACH>
<OverrideISOCommissionPayoutThreshold>decimal</OverrideISOCommissionPayoutThreshold>
<DuplicateTimeout>int</DuplicateTimeout>
<WebhookURL>string</WebhookURL>
<CanUseWebhookURL>boolean</CanUseWebhookURL>
<KeepVerifiedAndConfirmed>boolean</KeepVerifiedAndConfirmed>
<MonarchACH_OrgId>string</MonarchACH_OrgId>
<MonarchACH_APP_ID>string</MonarchACH_APP_ID>
<MonarchACH_API_KEY>string</MonarchACH_API_KEY>
<userUpdated>long</userUpdated>
<timeUpdated>dateTime</timeUpdated>
<timeCreated>dateTime</timeCreated>
<quickStartVideoDismissed>dateTime</quickStartVideoDismissed>
<GuaranteedFundsData_ID>long</GuaranteedFundsData_ID>
<UnderCollections>boolean</UnderCollections>
<deleted>boolean</deleted>
<BillingHold>boolean</BillingHold>
</Client>
</Customer>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client>
<Client_ID>long</Client_ID>
<ActivationFee>decimal</ActivationFee>
<RefundableDeposit>decimal</RefundableDeposit>
<BillingFeeMonthly>decimal</BillingFeeMonthly>
<BillingFeeAnnually>decimal</BillingFeeAnnually>
<BillingFeeAnnualChargeDate>dateTime</BillingFeeAnnualChargeDate>
<CheckBillingMinimumMonthly>decimal</CheckBillingMinimumMonthly>
<AllowClientCheckNumber>boolean</AllowClientCheckNumber>
<AllowPictureChecks>boolean</AllowPictureChecks>
<AllowBankAccountRotation>boolean</AllowBankAccountRotation>
<AllowEmailCustomerNotify>boolean</AllowEmailCustomerNotify>
<IsPrintNoDeposit>boolean</IsPrintNoDeposit>
<CheckBatchCoverMessage>string</CheckBatchCoverMessage>
<IsPrintNewClientWarning>boolean</IsPrintNewClientWarning>
<MailingMethod>USPS_Standard_No_Fee or USPS_Certified_Auto_Fee or Overnight_No_Fee or Overnight_Auto_Fee</MailingMethod>
<PhoneConfirmationRequired>boolean</PhoneConfirmationRequired>
<RoundProcessingFeesToDonate>boolean</RoundProcessingFeesToDonate>
<RoundProcessingFees_Campaign_ID>long</RoundProcessingFees_Campaign_ID>
<RoundCommissionsToDonate>boolean</RoundCommissionsToDonate>
<RoundCommissions_Campaign_ID>long</RoundCommissions_Campaign_ID>
<HasDonated>boolean</HasDonated>
<SkipCustomerNotify>boolean</SkipCustomerNotify>
<SkipClientNotify>boolean</SkipClientNotify>
<RejectDrafts>boolean</RejectDrafts>
<CanUsePayorAccountSave>boolean</CanUsePayorAccountSave>
<CanSubmitPayorSignature>boolean</CanSubmitPayorSignature>
<CanUseBillPay>boolean</CanUseBillPay>
<CanUseInvoice>boolean</CanUseInvoice>
<BillPayHidePayeeAddress>boolean</BillPayHidePayeeAddress>
<CanUsePaymentCalculator>boolean</CanUsePaymentCalculator>
<PaymentCalculatorDefault>decimal</PaymentCalculatorDefault>
<PaymentCalculatorMax>decimal</PaymentCalculatorMax>
<IsFraudulent>boolean</IsFraudulent>
<CanUseEcheck>boolean</CanUseEcheck>
<CanSubmitRejects>boolean</CanSubmitRejects>
<CanSubmitRejectBatches>boolean</CanSubmitRejectBatches>
<CanUseCheckDocumentUpload>boolean</CanUseCheckDocumentUpload>
<AdditionalPaymentInfo>string</AdditionalPaymentInfo>
<ResellerType_ID>long</ResellerType_ID>
<ResellerSpecialNotes>string</ResellerSpecialNotes>
<ResellerMerchantPortalNotifyDocuments>boolean</ResellerMerchantPortalNotifyDocuments>
<ResellerCommissionFrequency_ID>long</ResellerCommissionFrequency_ID>
<ResellerCommissionPaymentDelay>int</ResellerCommissionPaymentDelay>
<OverrideResellerType_ID>long</OverrideResellerType_ID>
<OverrideResellerCommission>decimal</OverrideResellerCommission>
<OverrideResellerCommissionFrequency_ID>long</OverrideResellerCommissionFrequency_ID>
<OverrideResellerCommissionPaymentDelay>int</OverrideResellerCommissionPaymentDelay>
<ResellerClient_ID>long</ResellerClient_ID>
<ResellerAgentEmail>string</ResellerAgentEmail>
<OverrideResellerClient_ID>long</OverrideResellerClient_ID>
<ISOCommissionable>boolean</ISOCommissionable>
<UseMerchantCommissionTiers>boolean</UseMerchantCommissionTiers>
<MerchantCommissionTiersAllowLower>boolean</MerchantCommissionTiersAllowLower>
<AccountLiaisonUser_ID>long</AccountLiaisonUser_ID>
<AccountDormant>boolean</AccountDormant>
<ApplicationDead>boolean</ApplicationDead>
<Underwriter>string</Underwriter>
<ContactNote>string</ContactNote>
<CompanyName>string</CompanyName>
<CompanyStartDate>dateTime</CompanyStartDate>
<CorpType_ID>long</CorpType_ID>
<CorpState>string</CorpState>
<CorpCountry>string</CorpCountry>
<CorpYear>string</CorpYear>
<NameFirst>string</NameFirst>
<NameLast>string</NameLast>
<Position>string</Position>
<MobileMerchantCode>string</MobileMerchantCode>
<MobileMerchantName>string</MobileMerchantName>
<MobileMerchantContact>string</MobileMerchantContact>
<ServicePasswordLastUpdated>dateTime</ServicePasswordLastUpdated>
<ServiceVerify>boolean</ServiceVerify>
<ServiceApplication>boolean</ServiceApplication>
<ServiceShoppingCart>boolean</ServiceShoppingCart>
<ServiceShoppingCartRefund>boolean</ServiceShoppingCartRefund>
<ServicePlaid>boolean</ServicePlaid>
<ServiceWallet>boolean</ServiceWallet>
<ServiceAiAssistant>boolean</ServiceAiAssistant>
<EmailAddress>string</EmailAddress>
<EmailAddressManagement>string</EmailAddressManagement>
<WebsiteAddress>string</WebsiteAddress>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<PreferredCustomerCountry>string</PreferredCustomerCountry>
<PhoneWork>string</PhoneWork>
<PhoneWorkExtension>string</PhoneWorkExtension>
<PhoneCell>string</PhoneCell>
<PhoneFax>string</PhoneFax>
<TypeOfBusiness>string</TypeOfBusiness>
<ExpectedWeeklyCount>int</ExpectedWeeklyCount>
<ExpectedWeeklyVolume>decimal</ExpectedWeeklyVolume>
<ExpectedMonthlyCount>int</ExpectedMonthlyCount>
<ExpectedMonthlyVolume>decimal</ExpectedMonthlyVolume>
<ExpectedAmountRangeLow>decimal</ExpectedAmountRangeLow>
<ExpectedAmountRangeHigh>decimal</ExpectedAmountRangeHigh>
<HowYouHeardOfUs>string</HowYouHeardOfUs>
<HowYouHeardOfUsOther>string</HowYouHeardOfUsOther>
<ClientSignature_ID>long</ClientSignature_ID>
<TransactionMaximum>decimal</TransactionMaximum>
<OverMaxSplitCheckAllowed>boolean</OverMaxSplitCheckAllowed>
<OverMaxSplitCheckLimit>decimal</OverMaxSplitCheckLimit>
<NotificationMethod_ID>long</NotificationMethod_ID>
<NotificationEmailAddress>string</NotificationEmailAddress>
<NotificationPhoneCell>string</NotificationPhoneCell>
<TaxID>string</TaxID>
<VerifiedApplication>boolean</VerifiedApplication>
<VerifiedIdentity>boolean</VerifiedIdentity>
<VerifiedBankAccount>boolean</VerifiedBankAccount>
<VerifiedPhone>boolean</VerifiedPhone>
<VerifiedInterview>boolean</VerifiedInterview>
<Active>boolean</Active>
<Suspended>boolean</Suspended>
<ProcessingHold>boolean</ProcessingHold>
<EmailReview>boolean</EmailReview>
<ApprovedICL>boolean</ApprovedICL>
<ApprovedRDC>boolean</ApprovedRDC>
<ApprovedACH>boolean</ApprovedACH>
<CreditCardNumber>string</CreditCardNumber>
<CreditCardExpire>string</CreditCardExpire>
<CreditCardCVV>string</CreditCardCVV>
<CreditCardPhone>string</CreditCardPhone>
<CreditCardNameFirst>string</CreditCardNameFirst>
<CreditCardNameLast>string</CreditCardNameLast>
<CreditCardCompanyName>string</CreditCardCompanyName>
<CreditCardAddress1>string</CreditCardAddress1>
<CreditCardAddress2>string</CreditCardAddress2>
<CreditCardCity>string</CreditCardCity>
<CreditCardState>string</CreditCardState>
<CreditCardZip>string</CreditCardZip>
<CreditCardCountry>string</CreditCardCountry>
<CreditCardPrepayMinimumCharge>decimal</CreditCardPrepayMinimumCharge>
<ProcessingFeeDelay>int</ProcessingFeeDelay>
<BillingMode_ID>Monthly_Billing or Credit_Card_PrePay or Account_Balance_PrePay or Weekly_Billing or ACH_Daily or ACH_Weekly or ACH_Monthly or Remote_ACH_Billing_Daily</BillingMode_ID>
<DepositBalanceThreshold>decimal</DepositBalanceThreshold>
<DepositBalanceThresholdEmail>string</DepositBalanceThresholdEmail>
<DepositBalanceThresholdCell>string</DepositBalanceThresholdCell>
<DepositBalanceThresholdCellCountry>string</DepositBalanceThresholdCellCountry>
<RiskManagementPoolPercent>decimal</RiskManagementPoolPercent>
<RiskManagementPoolDays>int</RiskManagementPoolDays>
<OFACLastRenewal>dateTime</OFACLastRenewal>
<OFACHold>boolean</OFACHold>
<ACHResellerCommissionPaymentDelay>int</ACHResellerCommissionPaymentDelay>
<ACHOverrideResellerCommissionPaymentDelay>int</ACHOverrideResellerCommissionPaymentDelay>
<StockSymbol>string</StockSymbol>
<CurrentOwnershipCorpYear>string</CurrentOwnershipCorpYear>
<MarketingMethodType_ID>long</MarketingMethodType_ID>
<SIC>string</SIC>
<CheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</CheckFormatType_ID>
<CheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</CheckFormatFontType_ID>
<CheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</CheckFormatAmountFontType_ID>
<OutboundCheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</OutboundCheckFormatType_ID>
<OutboundCheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</OutboundCheckFormatFontType_ID>
<OutboundCheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</OutboundCheckFormatAmountFontType_ID>
<WelcomeDate>dateTime</WelcomeDate>
<PendingDeactivationDate>dateTime</PendingDeactivationDate>
<ReviewStartDate>dateTime</ReviewStartDate>
<ReviewEndDate>dateTime</ReviewEndDate>
<ReviewMaximumPerBatch>int</ReviewMaximumPerBatch>
<ReviewPercentage>decimal</ReviewPercentage>
<IgnoreAutoDeactivate>boolean</IgnoreAutoDeactivate>
<CashflowMerchantID>long</CashflowMerchantID>
<CashflowMerchantIDRegistered>boolean</CashflowMerchantIDRegistered>
<RequireCashflow>boolean</RequireCashflow>
<ResellerNotificationCC>boolean</ResellerNotificationCC>
<ClosedDate>dateTime</ClosedDate>
<ECommercePricingTierType>None or Startup or Basic or Plus or Power or Pro</ECommercePricingTierType>
<ECommerceIntegrationComplete>boolean</ECommerceIntegrationComplete>
<AccountTier_ID>long</AccountTier_ID>
<PayCommissionUsingACH>boolean</PayCommissionUsingACH>
<OverrideISOCommissionPayoutThreshold>decimal</OverrideISOCommissionPayoutThreshold>
<DuplicateTimeout>int</DuplicateTimeout>
<WebhookURL>string</WebhookURL>
<CanUseWebhookURL>boolean</CanUseWebhookURL>
<KeepVerifiedAndConfirmed>boolean</KeepVerifiedAndConfirmed>
<MonarchACH_OrgId>string</MonarchACH_OrgId>
<MonarchACH_APP_ID>string</MonarchACH_APP_ID>
<MonarchACH_API_KEY>string</MonarchACH_API_KEY>
<userUpdated>long</userUpdated>
<timeUpdated>dateTime</timeUpdated>
<timeCreated>dateTime</timeCreated>
<quickStartVideoDismissed>dateTime</quickStartVideoDismissed>
<GuaranteedFundsData_ID>long</GuaranteedFundsData_ID>
<UnderCollections>boolean</UnderCollections>
<deleted>boolean</deleted>
<BillingHold>boolean</BillingHold>
</Client>
</Customer>
</Customers>
</CustomerListResult>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /eCheck.asmx/GetCustomers HTTP/1.1 Host: www.greenbyphone.com Content-Type: application/x-www-form-urlencoded Content-Length: length Client_ID=string&ApiPassword=string&x_delim_data=string&x_delim_char=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CustomerListResult xmlns="CheckProcessing">
<Customers>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client>
<Client_ID>long</Client_ID>
<ActivationFee>decimal</ActivationFee>
<RefundableDeposit>decimal</RefundableDeposit>
<BillingFeeMonthly>decimal</BillingFeeMonthly>
<BillingFeeAnnually>decimal</BillingFeeAnnually>
<BillingFeeAnnualChargeDate>dateTime</BillingFeeAnnualChargeDate>
<CheckBillingMinimumMonthly>decimal</CheckBillingMinimumMonthly>
<AllowClientCheckNumber>boolean</AllowClientCheckNumber>
<AllowPictureChecks>boolean</AllowPictureChecks>
<AllowBankAccountRotation>boolean</AllowBankAccountRotation>
<AllowEmailCustomerNotify>boolean</AllowEmailCustomerNotify>
<IsPrintNoDeposit>boolean</IsPrintNoDeposit>
<CheckBatchCoverMessage>string</CheckBatchCoverMessage>
<IsPrintNewClientWarning>boolean</IsPrintNewClientWarning>
<MailingMethod>USPS_Standard_No_Fee or USPS_Certified_Auto_Fee or Overnight_No_Fee or Overnight_Auto_Fee</MailingMethod>
<PhoneConfirmationRequired>boolean</PhoneConfirmationRequired>
<RoundProcessingFeesToDonate>boolean</RoundProcessingFeesToDonate>
<RoundProcessingFees_Campaign_ID>long</RoundProcessingFees_Campaign_ID>
<RoundCommissionsToDonate>boolean</RoundCommissionsToDonate>
<RoundCommissions_Campaign_ID>long</RoundCommissions_Campaign_ID>
<HasDonated>boolean</HasDonated>
<SkipCustomerNotify>boolean</SkipCustomerNotify>
<SkipClientNotify>boolean</SkipClientNotify>
<RejectDrafts>boolean</RejectDrafts>
<CanUsePayorAccountSave>boolean</CanUsePayorAccountSave>
<CanSubmitPayorSignature>boolean</CanSubmitPayorSignature>
<CanUseBillPay>boolean</CanUseBillPay>
<CanUseInvoice>boolean</CanUseInvoice>
<BillPayHidePayeeAddress>boolean</BillPayHidePayeeAddress>
<CanUsePaymentCalculator>boolean</CanUsePaymentCalculator>
<PaymentCalculatorDefault>decimal</PaymentCalculatorDefault>
<PaymentCalculatorMax>decimal</PaymentCalculatorMax>
<IsFraudulent>boolean</IsFraudulent>
<CanUseEcheck>boolean</CanUseEcheck>
<CanSubmitRejects>boolean</CanSubmitRejects>
<CanSubmitRejectBatches>boolean</CanSubmitRejectBatches>
<CanUseCheckDocumentUpload>boolean</CanUseCheckDocumentUpload>
<AdditionalPaymentInfo>string</AdditionalPaymentInfo>
<ResellerType_ID>long</ResellerType_ID>
<ResellerSpecialNotes>string</ResellerSpecialNotes>
<ResellerMerchantPortalNotifyDocuments>boolean</ResellerMerchantPortalNotifyDocuments>
<ResellerCommissionFrequency_ID>long</ResellerCommissionFrequency_ID>
<ResellerCommissionPaymentDelay>int</ResellerCommissionPaymentDelay>
<OverrideResellerType_ID>long</OverrideResellerType_ID>
<OverrideResellerCommission>decimal</OverrideResellerCommission>
<OverrideResellerCommissionFrequency_ID>long</OverrideResellerCommissionFrequency_ID>
<OverrideResellerCommissionPaymentDelay>int</OverrideResellerCommissionPaymentDelay>
<ResellerClient_ID>long</ResellerClient_ID>
<ResellerAgentEmail>string</ResellerAgentEmail>
<OverrideResellerClient_ID>long</OverrideResellerClient_ID>
<ISOCommissionable>boolean</ISOCommissionable>
<UseMerchantCommissionTiers>boolean</UseMerchantCommissionTiers>
<MerchantCommissionTiersAllowLower>boolean</MerchantCommissionTiersAllowLower>
<AccountLiaisonUser_ID>long</AccountLiaisonUser_ID>
<AccountDormant>boolean</AccountDormant>
<ApplicationDead>boolean</ApplicationDead>
<Underwriter>string</Underwriter>
<ContactNote>string</ContactNote>
<CompanyName>string</CompanyName>
<CompanyStartDate>dateTime</CompanyStartDate>
<CorpType_ID>long</CorpType_ID>
<CorpState>string</CorpState>
<CorpCountry>string</CorpCountry>
<CorpYear>string</CorpYear>
<NameFirst>string</NameFirst>
<NameLast>string</NameLast>
<Position>string</Position>
<MobileMerchantCode>string</MobileMerchantCode>
<MobileMerchantName>string</MobileMerchantName>
<MobileMerchantContact>string</MobileMerchantContact>
<ServicePasswordLastUpdated>dateTime</ServicePasswordLastUpdated>
<ServiceVerify>boolean</ServiceVerify>
<ServiceApplication>boolean</ServiceApplication>
<ServiceShoppingCart>boolean</ServiceShoppingCart>
<ServiceShoppingCartRefund>boolean</ServiceShoppingCartRefund>
<ServicePlaid>boolean</ServicePlaid>
<ServiceWallet>boolean</ServiceWallet>
<ServiceAiAssistant>boolean</ServiceAiAssistant>
<EmailAddress>string</EmailAddress>
<EmailAddressManagement>string</EmailAddressManagement>
<WebsiteAddress>string</WebsiteAddress>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<PreferredCustomerCountry>string</PreferredCustomerCountry>
<PhoneWork>string</PhoneWork>
<PhoneWorkExtension>string</PhoneWorkExtension>
<PhoneCell>string</PhoneCell>
<PhoneFax>string</PhoneFax>
<TypeOfBusiness>string</TypeOfBusiness>
<ExpectedWeeklyCount>int</ExpectedWeeklyCount>
<ExpectedWeeklyVolume>decimal</ExpectedWeeklyVolume>
<ExpectedMonthlyCount>int</ExpectedMonthlyCount>
<ExpectedMonthlyVolume>decimal</ExpectedMonthlyVolume>
<ExpectedAmountRangeLow>decimal</ExpectedAmountRangeLow>
<ExpectedAmountRangeHigh>decimal</ExpectedAmountRangeHigh>
<HowYouHeardOfUs>string</HowYouHeardOfUs>
<HowYouHeardOfUsOther>string</HowYouHeardOfUsOther>
<ClientSignature_ID>long</ClientSignature_ID>
<TransactionMaximum>decimal</TransactionMaximum>
<OverMaxSplitCheckAllowed>boolean</OverMaxSplitCheckAllowed>
<OverMaxSplitCheckLimit>decimal</OverMaxSplitCheckLimit>
<NotificationMethod_ID>long</NotificationMethod_ID>
<NotificationEmailAddress>string</NotificationEmailAddress>
<NotificationPhoneCell>string</NotificationPhoneCell>
<TaxID>string</TaxID>
<VerifiedApplication>boolean</VerifiedApplication>
<VerifiedIdentity>boolean</VerifiedIdentity>
<VerifiedBankAccount>boolean</VerifiedBankAccount>
<VerifiedPhone>boolean</VerifiedPhone>
<VerifiedInterview>boolean</VerifiedInterview>
<Active>boolean</Active>
<Suspended>boolean</Suspended>
<ProcessingHold>boolean</ProcessingHold>
<EmailReview>boolean</EmailReview>
<ApprovedICL>boolean</ApprovedICL>
<ApprovedRDC>boolean</ApprovedRDC>
<ApprovedACH>boolean</ApprovedACH>
<CreditCardNumber>string</CreditCardNumber>
<CreditCardExpire>string</CreditCardExpire>
<CreditCardCVV>string</CreditCardCVV>
<CreditCardPhone>string</CreditCardPhone>
<CreditCardNameFirst>string</CreditCardNameFirst>
<CreditCardNameLast>string</CreditCardNameLast>
<CreditCardCompanyName>string</CreditCardCompanyName>
<CreditCardAddress1>string</CreditCardAddress1>
<CreditCardAddress2>string</CreditCardAddress2>
<CreditCardCity>string</CreditCardCity>
<CreditCardState>string</CreditCardState>
<CreditCardZip>string</CreditCardZip>
<CreditCardCountry>string</CreditCardCountry>
<CreditCardPrepayMinimumCharge>decimal</CreditCardPrepayMinimumCharge>
<ProcessingFeeDelay>int</ProcessingFeeDelay>
<BillingMode_ID>Monthly_Billing or Credit_Card_PrePay or Account_Balance_PrePay or Weekly_Billing or ACH_Daily or ACH_Weekly or ACH_Monthly or Remote_ACH_Billing_Daily</BillingMode_ID>
<DepositBalanceThreshold>decimal</DepositBalanceThreshold>
<DepositBalanceThresholdEmail>string</DepositBalanceThresholdEmail>
<DepositBalanceThresholdCell>string</DepositBalanceThresholdCell>
<DepositBalanceThresholdCellCountry>string</DepositBalanceThresholdCellCountry>
<RiskManagementPoolPercent>decimal</RiskManagementPoolPercent>
<RiskManagementPoolDays>int</RiskManagementPoolDays>
<OFACLastRenewal>dateTime</OFACLastRenewal>
<OFACHold>boolean</OFACHold>
<ACHResellerCommissionPaymentDelay>int</ACHResellerCommissionPaymentDelay>
<ACHOverrideResellerCommissionPaymentDelay>int</ACHOverrideResellerCommissionPaymentDelay>
<StockSymbol>string</StockSymbol>
<CurrentOwnershipCorpYear>string</CurrentOwnershipCorpYear>
<MarketingMethodType_ID>long</MarketingMethodType_ID>
<SIC>string</SIC>
<CheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</CheckFormatType_ID>
<CheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</CheckFormatFontType_ID>
<CheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</CheckFormatAmountFontType_ID>
<OutboundCheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</OutboundCheckFormatType_ID>
<OutboundCheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</OutboundCheckFormatFontType_ID>
<OutboundCheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</OutboundCheckFormatAmountFontType_ID>
<WelcomeDate>dateTime</WelcomeDate>
<PendingDeactivationDate>dateTime</PendingDeactivationDate>
<ReviewStartDate>dateTime</ReviewStartDate>
<ReviewEndDate>dateTime</ReviewEndDate>
<ReviewMaximumPerBatch>int</ReviewMaximumPerBatch>
<ReviewPercentage>decimal</ReviewPercentage>
<IgnoreAutoDeactivate>boolean</IgnoreAutoDeactivate>
<CashflowMerchantID>long</CashflowMerchantID>
<CashflowMerchantIDRegistered>boolean</CashflowMerchantIDRegistered>
<RequireCashflow>boolean</RequireCashflow>
<ResellerNotificationCC>boolean</ResellerNotificationCC>
<ClosedDate>dateTime</ClosedDate>
<ECommercePricingTierType>None or Startup or Basic or Plus or Power or Pro</ECommercePricingTierType>
<ECommerceIntegrationComplete>boolean</ECommerceIntegrationComplete>
<AccountTier_ID>long</AccountTier_ID>
<PayCommissionUsingACH>boolean</PayCommissionUsingACH>
<OverrideISOCommissionPayoutThreshold>decimal</OverrideISOCommissionPayoutThreshold>
<DuplicateTimeout>int</DuplicateTimeout>
<WebhookURL>string</WebhookURL>
<CanUseWebhookURL>boolean</CanUseWebhookURL>
<KeepVerifiedAndConfirmed>boolean</KeepVerifiedAndConfirmed>
<MonarchACH_OrgId>string</MonarchACH_OrgId>
<MonarchACH_APP_ID>string</MonarchACH_APP_ID>
<MonarchACH_API_KEY>string</MonarchACH_API_KEY>
<userUpdated>long</userUpdated>
<timeUpdated>dateTime</timeUpdated>
<timeCreated>dateTime</timeCreated>
<quickStartVideoDismissed>dateTime</quickStartVideoDismissed>
<GuaranteedFundsData_ID>long</GuaranteedFundsData_ID>
<UnderCollections>boolean</UnderCollections>
<deleted>boolean</deleted>
<BillingHold>boolean</BillingHold>
</Client>
</Customer>
<Customer>
<Customer_ID>long</Customer_ID>
<Client_ID>long</Client_ID>
<MerchantAccountNumber>string</MerchantAccountNumber>
<DefaultMemo>string</DefaultMemo>
<ExpireDate>dateTime</ExpireDate>
<Client>
<Client_ID>long</Client_ID>
<ActivationFee>decimal</ActivationFee>
<RefundableDeposit>decimal</RefundableDeposit>
<BillingFeeMonthly>decimal</BillingFeeMonthly>
<BillingFeeAnnually>decimal</BillingFeeAnnually>
<BillingFeeAnnualChargeDate>dateTime</BillingFeeAnnualChargeDate>
<CheckBillingMinimumMonthly>decimal</CheckBillingMinimumMonthly>
<AllowClientCheckNumber>boolean</AllowClientCheckNumber>
<AllowPictureChecks>boolean</AllowPictureChecks>
<AllowBankAccountRotation>boolean</AllowBankAccountRotation>
<AllowEmailCustomerNotify>boolean</AllowEmailCustomerNotify>
<IsPrintNoDeposit>boolean</IsPrintNoDeposit>
<CheckBatchCoverMessage>string</CheckBatchCoverMessage>
<IsPrintNewClientWarning>boolean</IsPrintNewClientWarning>
<MailingMethod>USPS_Standard_No_Fee or USPS_Certified_Auto_Fee or Overnight_No_Fee or Overnight_Auto_Fee</MailingMethod>
<PhoneConfirmationRequired>boolean</PhoneConfirmationRequired>
<RoundProcessingFeesToDonate>boolean</RoundProcessingFeesToDonate>
<RoundProcessingFees_Campaign_ID>long</RoundProcessingFees_Campaign_ID>
<RoundCommissionsToDonate>boolean</RoundCommissionsToDonate>
<RoundCommissions_Campaign_ID>long</RoundCommissions_Campaign_ID>
<HasDonated>boolean</HasDonated>
<SkipCustomerNotify>boolean</SkipCustomerNotify>
<SkipClientNotify>boolean</SkipClientNotify>
<RejectDrafts>boolean</RejectDrafts>
<CanUsePayorAccountSave>boolean</CanUsePayorAccountSave>
<CanSubmitPayorSignature>boolean</CanSubmitPayorSignature>
<CanUseBillPay>boolean</CanUseBillPay>
<CanUseInvoice>boolean</CanUseInvoice>
<BillPayHidePayeeAddress>boolean</BillPayHidePayeeAddress>
<CanUsePaymentCalculator>boolean</CanUsePaymentCalculator>
<PaymentCalculatorDefault>decimal</PaymentCalculatorDefault>
<PaymentCalculatorMax>decimal</PaymentCalculatorMax>
<IsFraudulent>boolean</IsFraudulent>
<CanUseEcheck>boolean</CanUseEcheck>
<CanSubmitRejects>boolean</CanSubmitRejects>
<CanSubmitRejectBatches>boolean</CanSubmitRejectBatches>
<CanUseCheckDocumentUpload>boolean</CanUseCheckDocumentUpload>
<AdditionalPaymentInfo>string</AdditionalPaymentInfo>
<ResellerType_ID>long</ResellerType_ID>
<ResellerSpecialNotes>string</ResellerSpecialNotes>
<ResellerMerchantPortalNotifyDocuments>boolean</ResellerMerchantPortalNotifyDocuments>
<ResellerCommissionFrequency_ID>long</ResellerCommissionFrequency_ID>
<ResellerCommissionPaymentDelay>int</ResellerCommissionPaymentDelay>
<OverrideResellerType_ID>long</OverrideResellerType_ID>
<OverrideResellerCommission>decimal</OverrideResellerCommission>
<OverrideResellerCommissionFrequency_ID>long</OverrideResellerCommissionFrequency_ID>
<OverrideResellerCommissionPaymentDelay>int</OverrideResellerCommissionPaymentDelay>
<ResellerClient_ID>long</ResellerClient_ID>
<ResellerAgentEmail>string</ResellerAgentEmail>
<OverrideResellerClient_ID>long</OverrideResellerClient_ID>
<ISOCommissionable>boolean</ISOCommissionable>
<UseMerchantCommissionTiers>boolean</UseMerchantCommissionTiers>
<MerchantCommissionTiersAllowLower>boolean</MerchantCommissionTiersAllowLower>
<AccountLiaisonUser_ID>long</AccountLiaisonUser_ID>
<AccountDormant>boolean</AccountDormant>
<ApplicationDead>boolean</ApplicationDead>
<Underwriter>string</Underwriter>
<ContactNote>string</ContactNote>
<CompanyName>string</CompanyName>
<CompanyStartDate>dateTime</CompanyStartDate>
<CorpType_ID>long</CorpType_ID>
<CorpState>string</CorpState>
<CorpCountry>string</CorpCountry>
<CorpYear>string</CorpYear>
<NameFirst>string</NameFirst>
<NameLast>string</NameLast>
<Position>string</Position>
<MobileMerchantCode>string</MobileMerchantCode>
<MobileMerchantName>string</MobileMerchantName>
<MobileMerchantContact>string</MobileMerchantContact>
<ServicePasswordLastUpdated>dateTime</ServicePasswordLastUpdated>
<ServiceVerify>boolean</ServiceVerify>
<ServiceApplication>boolean</ServiceApplication>
<ServiceShoppingCart>boolean</ServiceShoppingCart>
<ServiceShoppingCartRefund>boolean</ServiceShoppingCartRefund>
<ServicePlaid>boolean</ServicePlaid>
<ServiceWallet>boolean</ServiceWallet>
<ServiceAiAssistant>boolean</ServiceAiAssistant>
<EmailAddress>string</EmailAddress>
<EmailAddressManagement>string</EmailAddressManagement>
<WebsiteAddress>string</WebsiteAddress>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Country>string</Country>
<PreferredCustomerCountry>string</PreferredCustomerCountry>
<PhoneWork>string</PhoneWork>
<PhoneWorkExtension>string</PhoneWorkExtension>
<PhoneCell>string</PhoneCell>
<PhoneFax>string</PhoneFax>
<TypeOfBusiness>string</TypeOfBusiness>
<ExpectedWeeklyCount>int</ExpectedWeeklyCount>
<ExpectedWeeklyVolume>decimal</ExpectedWeeklyVolume>
<ExpectedMonthlyCount>int</ExpectedMonthlyCount>
<ExpectedMonthlyVolume>decimal</ExpectedMonthlyVolume>
<ExpectedAmountRangeLow>decimal</ExpectedAmountRangeLow>
<ExpectedAmountRangeHigh>decimal</ExpectedAmountRangeHigh>
<HowYouHeardOfUs>string</HowYouHeardOfUs>
<HowYouHeardOfUsOther>string</HowYouHeardOfUsOther>
<ClientSignature_ID>long</ClientSignature_ID>
<TransactionMaximum>decimal</TransactionMaximum>
<OverMaxSplitCheckAllowed>boolean</OverMaxSplitCheckAllowed>
<OverMaxSplitCheckLimit>decimal</OverMaxSplitCheckLimit>
<NotificationMethod_ID>long</NotificationMethod_ID>
<NotificationEmailAddress>string</NotificationEmailAddress>
<NotificationPhoneCell>string</NotificationPhoneCell>
<TaxID>string</TaxID>
<VerifiedApplication>boolean</VerifiedApplication>
<VerifiedIdentity>boolean</VerifiedIdentity>
<VerifiedBankAccount>boolean</VerifiedBankAccount>
<VerifiedPhone>boolean</VerifiedPhone>
<VerifiedInterview>boolean</VerifiedInterview>
<Active>boolean</Active>
<Suspended>boolean</Suspended>
<ProcessingHold>boolean</ProcessingHold>
<EmailReview>boolean</EmailReview>
<ApprovedICL>boolean</ApprovedICL>
<ApprovedRDC>boolean</ApprovedRDC>
<ApprovedACH>boolean</ApprovedACH>
<CreditCardNumber>string</CreditCardNumber>
<CreditCardExpire>string</CreditCardExpire>
<CreditCardCVV>string</CreditCardCVV>
<CreditCardPhone>string</CreditCardPhone>
<CreditCardNameFirst>string</CreditCardNameFirst>
<CreditCardNameLast>string</CreditCardNameLast>
<CreditCardCompanyName>string</CreditCardCompanyName>
<CreditCardAddress1>string</CreditCardAddress1>
<CreditCardAddress2>string</CreditCardAddress2>
<CreditCardCity>string</CreditCardCity>
<CreditCardState>string</CreditCardState>
<CreditCardZip>string</CreditCardZip>
<CreditCardCountry>string</CreditCardCountry>
<CreditCardPrepayMinimumCharge>decimal</CreditCardPrepayMinimumCharge>
<ProcessingFeeDelay>int</ProcessingFeeDelay>
<BillingMode_ID>Monthly_Billing or Credit_Card_PrePay or Account_Balance_PrePay or Weekly_Billing or ACH_Daily or ACH_Weekly or ACH_Monthly or Remote_ACH_Billing_Daily</BillingMode_ID>
<DepositBalanceThreshold>decimal</DepositBalanceThreshold>
<DepositBalanceThresholdEmail>string</DepositBalanceThresholdEmail>
<DepositBalanceThresholdCell>string</DepositBalanceThresholdCell>
<DepositBalanceThresholdCellCountry>string</DepositBalanceThresholdCellCountry>
<RiskManagementPoolPercent>decimal</RiskManagementPoolPercent>
<RiskManagementPoolDays>int</RiskManagementPoolDays>
<OFACLastRenewal>dateTime</OFACLastRenewal>
<OFACHold>boolean</OFACHold>
<ACHResellerCommissionPaymentDelay>int</ACHResellerCommissionPaymentDelay>
<ACHOverrideResellerCommissionPaymentDelay>int</ACHOverrideResellerCommissionPaymentDelay>
<StockSymbol>string</StockSymbol>
<CurrentOwnershipCorpYear>string</CurrentOwnershipCorpYear>
<MarketingMethodType_ID>long</MarketingMethodType_ID>
<SIC>string</SIC>
<CheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</CheckFormatType_ID>
<CheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</CheckFormatFontType_ID>
<CheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</CheckFormatAmountFontType_ID>
<OutboundCheckFormatType_ID>Random or GreeenByPhone or SameDayDeposit or ButterFly or BlueCheckScript or ABCGreenCheck or Durango or IndustrialDraft or GlobalComFinanceDraft</OutboundCheckFormatType_ID>
<OutboundCheckFormatFontType_ID>Random or Arial or TimesNewRoman or Tahoma or TrebuchetMS</OutboundCheckFormatFontType_ID>
<OutboundCheckFormatAmountFontType_ID>Random or SecureAmount2 or ArialBlack</OutboundCheckFormatAmountFontType_ID>
<WelcomeDate>dateTime</WelcomeDate>
<PendingDeactivationDate>dateTime</PendingDeactivationDate>
<ReviewStartDate>dateTime</ReviewStartDate>
<ReviewEndDate>dateTime</ReviewEndDate>
<ReviewMaximumPerBatch>int</ReviewMaximumPerBatch>
<ReviewPercentage>decimal</ReviewPercentage>
<IgnoreAutoDeactivate>boolean</IgnoreAutoDeactivate>
<CashflowMerchantID>long</CashflowMerchantID>
<CashflowMerchantIDRegistered>boolean</CashflowMerchantIDRegistered>
<RequireCashflow>boolean</RequireCashflow>
<ResellerNotificationCC>boolean</ResellerNotificationCC>
<ClosedDate>dateTime</ClosedDate>
<ECommercePricingTierType>None or Startup or Basic or Plus or Power or Pro</ECommercePricingTierType>
<ECommerceIntegrationComplete>boolean</ECommerceIntegrationComplete>
<AccountTier_ID>long</AccountTier_ID>
<PayCommissionUsingACH>boolean</PayCommissionUsingACH>
<OverrideISOCommissionPayoutThreshold>decimal</OverrideISOCommissionPayoutThreshold>
<DuplicateTimeout>int</DuplicateTimeout>
<WebhookURL>string</WebhookURL>
<CanUseWebhookURL>boolean</CanUseWebhookURL>
<KeepVerifiedAndConfirmed>boolean</KeepVerifiedAndConfirmed>
<MonarchACH_OrgId>string</MonarchACH_OrgId>
<MonarchACH_APP_ID>string</MonarchACH_APP_ID>
<MonarchACH_API_KEY>string</MonarchACH_API_KEY>
<userUpdated>long</userUpdated>
<timeUpdated>dateTime</timeUpdated>
<timeCreated>dateTime</timeCreated>
<quickStartVideoDismissed>dateTime</quickStartVideoDismissed>
<GuaranteedFundsData_ID>long</GuaranteedFundsData_ID>
<UnderCollections>boolean</UnderCollections>
<deleted>boolean</deleted>
<BillingHold>boolean</BillingHold>
</Client>
</Customer>
</Customers>
</CustomerListResult>