ValidationStep

Represents the result of checking a validation step during a validation operation. Note that the reasonInfo value will typically be set in the case that the result is FAILED, whereas it may or may not be set if the result is PASSED or NOT_RUN. It is also expected that the reason used in reasonInfo values is always of type CODE and not PROPRIETARY.

description
required
string

A short description of the scheme rule that was checked.

object (StatusReasonInfo)

Provides detailed information on a status reason.

result
required
string

Enumerates the result of the validation step. PASSED: the data provided passed the validation step. FAILED: the data provided did not pass the validation step. NOT_RUN: the step was not run as the client has opted out of the specific check.

Enum: "PASSED" "FAILED" "NOT_RUN"
{
  • "description": "string",
  • "reasonInfo": {
    },
  • "result": "PASSED"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.