---
title: "(Sandbox only) Update Fourthline identification status"
method: POST
path: "/v1/persons/{person_id}/identifications/{id}/identify_with_status"
tags: ["Person identifications"]
---

# (Sandbox only) Update Fourthline identification status

`POST /v1/persons/{person_id}/identifications/{id}/identify_with_status`

Testing endpoint that updates the status of a Fourthline identification. See the [Fourthline guide](https://docs.solarisgroup.com/guides/kyc/fourthline/#testing) for a full list of test values.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `id` string, required — The unique ID of the identification resource created for a customer.

## Request body

- object
  - `provider_status_code` string, required — A Fourthline status code. See the documentation linked above for a full list of possible values.

## Response `200`

Successful result of the operation

- object
  - `result` string — Message stating that the identification was started

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
