REST API Example: Validating an Account Using an Instrument Identifier {#visa-bank-acc-val-tms-instrument-ident-ex-rest}
========================================================================================================================

Request

```
{
    "clientReferenceInformation": {
        "code": "TC50171_3"
    },
    "processingInformation": {
        "validationLevel": 1
    },
    "paymentInformation": {
        "instrumentIdentifier": {
            "id": "4A1A21D4431F45A4E0633F36CF0A2293"
        }
    }
}
```

Response to a Successful Request

```
{
    "clientReferenceInformation": {
        "code": "TC50171_3"
    },
    "requestId": "string",
    "submitTimeUtc": "string",
    "bankAccountValidation": {
        "rawValidationCode": integer,
        "resultCode": integer,
        "resultMessage": "string"
    }
}
```

