Get Validation Results
Retrieves all validation results stored on an order. Each result represents the outcome of an order validator capability — such as a fraud check — that was called when the order was submitted. Results include the validator status (Pass, Review, Fail, or Error), validator type, and any messages returned by the validator. See the Order Validators and Fraud Check Applications guide for full details on how validation results affect order state.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the order to which you want to add a note.
Query Parameters
limits which fields are returned in the response body
Response
Success
DateTime that this validation result was created
Messages returned by the order validator
Status of the order validation result. See OrderValidatorStatusConst for options.
Identifier set by the capability that states the id of this specific validation attempt
Identifier set by the capability that states the specific name of this validator.
Identifies the type of the validator (types are enumerated in OrderValidatorTypeConst)

