---
title: "(Sandbox only) Assign outcome of a Fourthline identification"
method: POST
path: "/v1/persons/{person_id}/identifications/{id}/register_verification_outcome"
tags: ["Person identifications"]
---

# (Sandbox only) Assign outcome of a Fourthline identification

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

Testing endpoint to set the outcome of a Fourthline identification once it reaches a specified status. This endpoint forwards the received payload to Fourthline's "Register a Verification Outcome" endpoint. For a full description and specification of the request parameters see Fourthline's online documentation.

## 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

- SolarisRequestParamsFourthlineRegisterVerificationOutcome
  - `expectations` object, required — The expectations to register for this identification.

## Response `200`

Successful result of the operation.

- object
  - `result` string, required — 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.
- `422` — Unprocessable entity.
- `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)
