- Experian check performed
Retrieve customers
Create a customer
Retrieve a customer
Upsert a customer
Merge and delete a customer
Retrieve a customer's lead source
Create a customer's lead source
Delete a customer's lead source
Retrieve customer credit balance
Create a compliance screening report
Retrieve a customer's lifetime summary metrics
Customer created
Customer merged
Customer one-time-password requested
Customer tax number validated
Customer updated
Lead source changed
Experian check performed
Security
SecretApiKey or JWT
Payload of Experian check-related webhook event.
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
Check decision where 1 - record matches, 0 - no matches found, -1 - record mismatches.
Enum:-101
Example:1
Text representation of the outcome.
Example:"Individual has a 90 percent or greater match to forename surname premise postcode with ID verified and DOB"
Error message produced by the Experian system.
Example:"Authentication Error: Bad Username or Password"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experian-check-performed
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experian-check-performed
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experian-check-performed
- SecretApiKey
- JWT
{ "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": { "customer": { … } }, "_links": [ { … } ] }