RunCreditCheck
Output type of the runCreditCheck mutation.
Fields
A unique id to identify the credit check attempt.
Returns true if the applicant's credit score is sufficient, false otherwise.
Field with the possible errors of the query/mutation.
Deprecation
The 'possibleErrors' field is deprecated.Please use the 'possibleErrors' query or the 'X-Kraken-Possible-Errors' header instead.
- Marked as deprecated on 2025-01-31.
- Scheduled for removal on or after 2025-03-01.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1199: Too many requests.
- KT-CT-7899: An internal error occurred.
- KT-US-3812: Unexpected error when running credit check.
- KT-US-3814: Received invalid data. Unable to store credit score.
- KT-US-3815: Unable to complete the credit check process.
- KT-US-4119: You are not authorized to use the credit engine.
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
{
"id": "19853305",
"passedCreditCheck": true
}