latestOpenAPI 3.0.12026-08-105551287.6 KB

c481fa2414f9

Person identifications

(Sandbox only) Update Fourthline identification status

Testing endpoint that updates the status of a Fourthline identification. See the Fourthline guide for a full list of test values.

post/v1/persons/{person_id}/identifications/{id}/identify_with_status

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required

The unique ID of the identification resource created for a customer.

Example:6dc54352d6793a892e0702850d07b831cidt

Request body

provider_status_codestring required

A Fourthline status code. See the documentation linked above for a full list of possible values.

Example request

{
  "provider_status_code": "10"
}

Response

Successful result of the operation

resultstring

Message stating that the identification was started

Example response

{
  "result": "Identification {id} successfully started"
}