---
title: "(Sanbox only) Simulate outcome for BankPlusIdent"
method: PATCH
path: "/v1/persons/{person_id}/identifications/{id}/simulate_outcome"
tags: ["Person identifications"]
---

# (Sanbox only) Simulate outcome for BankPlusIdent

`PATCH /v1/persons/{person_id}/identifications/{id}/simulate_outcome`

This endpoint allows you to easily test different scenarios while integrating BankPlusIdent, such as pre_successful, failed, aborted, or canceled statuses. It requires the identification to be in a pending/aborted/canceled status to simulate the desired scenario.

## 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
  - `scenario` 'SUCCESSFUL_PRE_IDENT' | 'FAILED_PRE_IDENT' | 'ABORTED_PRE_IDENT' | 'CANCELED_PRE_IDENT' | 'SUCCESSFUL_ACCOUNT_OPENING' | 'FAILED_ACCOUNT_OPENING' | 'SUCCESSFUL_REFERENCE_TRANSFER' | 'FAILED_REFERENCE_TRANSFER_NAME_CHECK', required — The scenario to simulate the outcome.

## Response `204`

Successful result of the operation

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `409` — An error occurred on the client side.
- `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)
