Validations (Alpha)
View Validation
Retrieve a validation by ID.
get/alpha/validations/{id}
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": {
"id": "maw-00d49fe7b5834ba79474cb1373998ff3",
"createdAt": "2021-04-14T09:30:24Z",
"result": {
"matchScore": 100
},
"requestMeta": {
"name": "George",
"idType": "NATIONAL_ID",
"idNumber": "1234567890",
"countryCode": "PH",
"bic": "DEUTDEFF",
"iban": "AT610904300234573201",
"accountNumber": "0123456789",
"templateId": "tpl-vld006001",
"consent": {
"type": "Terms and Conditions",
"version": "1.0.0",
"consentedAt": "2021-04-14T09:30:24Z",
"consentedWith": "I agree to the terms and conditions"
}
}
}
}