Skip to main content

Input fields

entityReference : EntityReferenceInput! required

Reference identifying the Kraken entity an outcome belongs to.

financialParameters : FinancialParametersInput

Optional financial parameters derived from the outcome.

metadata : CreditCheckMetadataInput! required

Metadata about the credit check: agency, type, timing, and identifiers.

outcome : CreditCheckOutcomeDataInput! required

Decision and risk classification returned by the agency.

Optional raw request and response payloads for audit purposes.

Optional numeric scores returned by the agency.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "entityReference": EntityReferenceInput, "financialParameters": FinancialParametersInput, "metadata": CreditCheckMetadataInput, "outcome": CreditCheckOutcomeDataInput, "rawPayload": CreditCheckRawPayloadInput, "scores": CreditScoresInput }