Provides an overview of potential red flags related to the applicant’s financial conduct, including potential bankruptcies, county court judgments, outstanding and settled debts.
Copy
query FetchCheckRequest { fetchCheckRequest(where: { externalId: "HPEXAMPLE" }) { financialChecks { list { countryId disclosedHistory supportingComment facingInsolvency numberOfInsolvenciesLast6Years numberOfSatisfiedCountyCourtJudgments numberOfActiveCountyCourtJudgments totalValueOfActiveCountyCourtJudgments findingsType number court value judgmentDate satisfiedDate noticesOfCorrection noticesOfDispute } files { uri mime name size allow } } }}