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 MATCHEDmessagestring
Validation message
Example:
Account close matchedcopDetails object
CoP details
accountNames object[]
Account names
Array [
accountNamestring
CoP account name when matched or close matched
Example:
John DoematchScorenumber
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
}
]
}
}