Skip to main content

BeneficiaryValidateResult

codeBeneficiaryValidationCodesrequired

Validation code

Possible values: [COP MATCHED, COP CLOSE MATCHED, COP NOT MATCHED, COP ACC NOT FOUND, COP OPTIONAL OUT, COP OTHERS]

Example: COP CLOSE MATCHED
messagestring

Validation message

Example: Account close matched
copDetails object

CoP details

accountNames object[]

Account names

  • Array [
  • accountNamestring

    CoP account name when matched or close matched

    Example: John Doe
    matchScorenumber

    Match score of CoP account name, 0-100

    Example: 95
  • ]
  • BeneficiaryValidateResult
    {
    "code": "COP CLOSE MATCHED",
    "message": "Account close matched",
    "copDetails": {
    "accountNames": [
    {
    "accountName": "John Doe",
    "matchScore": 95
    }
    ]
    }
    }