---
title: "preauthTransaction"
method: GET
path: "/v2/preauthTransaction/{preauthTransactionId}"
tags: ["Create & Manage Transactions"]
---

# preauthTransaction

`GET /v2/preauthTransaction/{preauthTransactionId}`

Retrieve the preauthorized transaction with the id provided by the path parameter ({{preAuthTransactionId}}).

<details>
<summary><strong>Error Glossary</strong> (click to expand)</summary>

| Code | HTTP Status | Message |
|------|-------------|-------------|
| `AP009` | 401 | Unauthorized |
| `AP101` | 401 | No authenticated user |
| `AP313` | 200 | Preauth ineligible for capture |
| `AP700` | 400 | Missing or invalid required parameter |
| `AP701` | 400 | Improperly formatted parameter |

</details>

## Headers

- `Content-Type` string, required
- `authorization` string, required

## Response `200`

Success

- union
  - PreauthTransactionResponse
    - `transaction` object
      - `id` string
      - `amount` object
        - `currency` string
        - `amount` integer
      - `status` string
      - `userId` string
      - `description` string
      - `attributes` object
      - `createdDate` string, date-time
      - `expiryDate` string, date-time
      - `userName` string
      - `userEmail` string, email
      - `merchantId` integer
      - `userAccountId` integer
      - `locationId` integer
      - `referenceId` string
  - 200failure
    - `error` object
      - `code` string
      - `message` string
      - `help` string — Support contact information

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/revisions/4700c4ceeaad/schema)
