Customers
Update a customer's verification status
Updates the status of a customer's identity decision. This endpoint allows you to modify the outcome of a customer risk screening and is useful for correcting or updating the status of a customer's verification. Note that this endpoint is only available for customers with a current status of review.
patch/v1/customers/{id}/review
Path parameters
idstring uuid required
Headers
Straddle-Account-Idstring uuid
For use by platforms to specify an account id and set scope of a request.
Request-Idstring
Optional client generated identifier to trace and debug a request.
Correlation-Idstring
Optional client generated identifier to trace and debug a series of requests.
Idempotency-Keystring
Optional client generated value to use for idempotent requests.
Request body
Response
OK
Example response
{
"data": {
"name": "Ron Swanson",
"email": "ron.swanson@pawnee.com",
"phone": "+12128675309",
"address": {
"address1": "123 Main St",
"address2": "Apt 1",
"city": "Anytown",
"state": "CA",
"zip": "12345"
},
"compliance_profile": {
"ssn": "***-**-****"
},
"device": {
"ip_address": "192.168.1.1"
}
}
}