---
title: "End Transaction"
method: POST
path: "/api/v1/end"
tags: ["End a Transaction"]
---

# End Transaction

`POST /api/v1/end`

Signifies the data capture session is complete. Call /get-results within 10 minutes. After 10 minutes, /get-results returns 400 Bad Request for the transaction.

## Headers

- `signature` string, required — Encrypted Request Body
- `customer-id` string, required — Your provided customer ID.

## Request body

- AppRoutesRoutesMvpV1SwaggerSwaggerDocModelsEndRouteRequest
  - `public_data` object, required — May **not** contain personally identifiable information (PII). A `public_data` object is required even if it is empty, for example, `public_data: {}`.
  - `private_data` object, required — May contain personally identifiable information (PII).
    - `transaction_id` string, required — ID issued at the beginning of a transaction to associate all subsequent processes within the transaction until ended.

## Response `200`

Successfully ended the capture session.

- AppRoutesRoutesMvpV1SwaggerSwaggerDocModelsEndRouteResponse
  - `public_data` object
    - `version` string — Version of the API.
    - `endpoint` string — The requested endpoint.
    - `message` string — A message containing the postback URL if `results_url` was included in the `/start` request.
  - `private_data` object
    - `transaction_id` string — ID issued at the beginning of a transaction to associate all subsequent processes within the transaction until ended.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/intellicheck/apis/idn-direct-api.md) · [All operations](https://skmtc.dev/intellicheck/apis/idn-direct-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intellicheck/idn-direct-api/revisions/9ce4fb734b46/schema)
