---
title: "Start verification for the current transaction"
method: POST
path: "/api/transactions/verify"
tags: ["Transaction"]
---

# Start verification for the current transaction

`POST /api/transactions/verify`

Starts the verification process and returns the status.

## Headers

- `Accept-Version` string, required

## Response `200`

Decision available.

- DecisionResponse
  - `status` 'ACCEPTED' | 'REVIEW' | 'DECLINED' | 'ERROR' | 'NO_RESULT' | 'PENDING_RESULT'

## Other responses

- `202` — Verification in progress.
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests (rate limited)
- `500` — Internal Server Error
- `503` — Service Unavailable 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)
