Skip to main content

Input fields

checkedAt : DateTime! required

Timestamp at which the credit check was performed (timezone-aware).

checkId : UUID! required

Unique identifier for this credit check, used for idempotency.

checkType : CreditCheckType! required

Whether this was a soft or hard check.

creditRequestReason : CreditCheckRequestReason

Why this check was requested, if known.

vendor : CreditCheckAgency! required

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" }