> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/authentication/authentication-transaction-management.md).

# Authentication - Transaction Management

Transaction Management APIs are essential for maintaining control and visibility over the lifecycle of authentication and provisioning processes, such as Password, Selfie ID or FaceMatch. These APIs help partners track, manage, and terminate sessions based on dynamic user interactions or system states.

| **API**                    | **Description**                                                                | **Method** | **Endpoint**                                                                                           |
| -------------------------- | ------------------------------------------------------------------------------ | ---------- | ------------------------------------------------------------------------------------------------------ |
| **Transaction Status API** | Checks the current status of an ongoing authentication or provisioning process | `GET`      | [View API](/identity-stack/authentication/authentication-transaction-management/transaction-status.md) |
| **Transaction Kill API**   | Terminates an ongoing transaction due to user action or error                  | `POST`     | [View API](/identity-stack/authentication/authentication-transaction-management/kill-transaction.md)   |
