checkCreditRisk
Check the credit risk for an account.
Arguments
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-3921: Account not found.
- KT-CT-5518: Account user not found.
- KT-CT-5523: Invalid account or account user.
- KT-CT-7899: An internal error occurred.
- KT-ES-10701: Default property not found.
- KT-ES-10702: Credit check only available for domestic accounts.
Examples
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.
mutation CheckCreditRisk($input: CheckCreditRiskInput!) {
checkCreditRisk(input: $input) {
passedCreditCheck
}
}
Variables
{
"input": CheckCreditRiskInput
}
Response
{
"data": {
"checkCreditRisk": {
"passedCreditCheck": true
}
}
}