ValidationOutcome

isSuccessful
required
boolean

An overall indication of whether the validation operation was successful. True if none of the validation steps failed (i.e. have result FAILED); false otherwise.

schema
required
string
Value: "ValidationOutcome"
required
Array of objects (ValidationStep) non-empty

A list of results for each validation step checked as part of the validation operation.

{
  • "isSuccessful": true,
  • "schema": "ValidationOutcome",
  • "steps": [
    ]
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.