SaveCreditCheckOutcomeInput
The credit check outcome to validate and persist.
Input fields
Reference identifying the Kraken entity an outcome belongs to.
Optional financial parameters derived from the outcome.
Metadata about the credit check: agency, type, timing, and identifiers.
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
}