CreditCheckMetadataInput
Metadata about the credit check: agency, type, timing, and identifiers.
Input fields
Timestamp at which the credit check was performed (timezone-aware).
Unique identifier for this credit check, used for idempotency.
Whether this was a soft or hard check.
Why this check was requested, if known.
The agency that returned this outcome.
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
{
"checkedAt": "1980-10-09T03:47:39.282392+00:00",
"checkId": "e1ea24c4-f934-4c68-966b-aea148beab13",
"checkType": "SOFT",
"creditRequestReason": "PRE_ENROLLMENT",
"vendor": "EQUIFAX"
}