Experian check performedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Experian check performed webhook request body resource.

customerId
string (CustomerId) <= 50 characters

ID of the customer resource.

outcome
integer

Check decision where 1 - record matches, 0 - no matches found, -1 - record mismatches.

Enum: -1 0 1
reason
string

Text representation of the outcome.

errorCode
string

Error code produced by the Experian system.

errorMessage
string

Error message produced by the Experian system.

eventType
string

Type of webhook event.

Value: "experian-check-performed"
object

Embedded object.

Array of objects

Related links.

Request samples
application/json
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "outcome": 1, "reason": "Individual has a 90 percent or greater match to forename surname premise postcode with ID verified and DOB", "errorCode": "001", "errorMessage": "Authentication Error: Bad Username or Password", "eventType": "experian-check-performed", "_embedded": { }, "_links": [ ] }
Responses

2xx

Returns any 2xx status to indicate that data is received.