Article Details
Id:16844
Product:finPOWER Connect
Type:NEW
Version:3.03.00
Opened:19/03/2020
Closed:22/03/2020
Released:01/05/2020
Job: J023941

Clients; Get Latest Bank Account Enquiry and Credit Enquiry functionality updated

The functions to retrieve the latest Bank Account and Credit Enquiries in finClient and finClientFunctions had various issues:

  • Might return a Response that is not the actual Credit Report
  • Cannot select the Product and/ or Product Option
    • This means you cannot specifically retrieve a Credit Report with Ministry of Justice fines data

Therefore the following functions have been obsoleted, and you should avoid using:

  • finClientFunctions
    • GetLatestBankAccountEnquiry2
    • GetLatestCreditEnquiry
  • finClient
    • BankAccountEnquiryLatestServiceId
    • BankAccountEnquiryResponse_BankStatements
    • BankAccountEnquiryResponse_BankStatementsAvailable
    • BankAccountEnquiryResponse_BankStatementsLoad
    • BankAccountEnquiryResponse_BankStatementsLoaded
    • BankAccountEnquiryResponse_BankStatementsRefresh
    • BankAccountEnquiryResponse_CreditSense
    • BankAccountEnquiryResponse_CreditSenseAvailable
    • BankAccountEnquiryResponse_CreditSenseLoad
    • BankAccountEnquiryResponse_CreditSenseLoaded
    • BankAccountEnquiryResponse_CreditSenseRefresh
    • CreditEnquiryResponseLatest
    • CreditEnquiryResponseLatestLoad
    • CreditEnquiryResponseLatestLoaded
    • CreditEnquiryResponseLatestRefresh

Instead use the new functions in finClient:

  • GetLatestBankAccountEnquiry
  • GetLatestCreditEnquiry

These include parameters to filter by Service, Products and Product Option as well as the number of days to search back for. In addition the Credit Enquiry function will only return the Response that include the Credit Report.