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

Request

```
{
    "clientReferenceInformation": {
        "code": "TC50171_3"
    },
    "processingInformation": {
        "validationLevel": 1
        },
    "paymentInformation": {
        "customer": {
            "id": "4A1B5976688BAD2EE0633F36CF0A054E"
        }
    }
}
```

Response to a Successful Request

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

