---
title: "Create a shortcode for handoff to a SDK"
method: POST
path: "/customer/handoff"
tags: ["Transaction"]
---

# Create a shortcode for handoff to a SDK

`POST /customer/handoff`

Short code provides an option to pass the rest of the verification workflow to an SDK. The short code is a unique, single use code and it is valid for only 5 minutes. The verification will continue on SDK side starting with authorization using the short code. The short code locks the workflow to the same transaction identifier as the one generated earlier during authorization.

## Headers

- `Accept-Version` string, required

## Response `200`

OK

- HandoffResponse
  - `shortCode` string — The single use unique identifier used for handoff the transaction to an SDK.

## Other responses

- `401` — Unauthorized `default`: Jwt is expired
- `403` — Forbidden `default`: Access Denied
- `500` — Internal Server Error

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/versions/a825565ee177/schema)
