---
title: "View payment transaction"
method: GET
path: "/api/v1/paymentTransactions/{id}"
tags: ["Payment Transaction"]
---

# View payment transaction

`GET /api/v1/paymentTransactions/{id}`

Returns details of a single payment transaction

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object — information about a payment transaction
    - `returns` object[] — List of return orders
      - `id` object, nullable — Nullable reference to another resource
        - `id` string, required — Resource identifier.
      - `salesOrder` object, nullable — Nullable reference to another resource
        - `id` string, required — Resource identifier.
    - `salesOrder` object, nullable — Nullable reference to another resource
      - `id` string, required — Resource identifier.
    - `creditNote` object, nullable — Nullable reference to another resource
      - `id` string, required — Resource identifier.
    - `monetary` object — Money object with amount and currency
      - `amount` string, float — A string representing the amount
      - `currency` 'EUR' | 'USD' | 'JPY' | 'BGN' | 'CZK' | 'DKK' | 'GBP' | 'HUF' | 'PLN' | 'RON' | 'SEK' | 'CHF' | 'ISK' | 'NOK' | 'HRK' | 'RUB' | 'TRY' | 'AUD' | 'BRL' | 'CAD' | 'CNY' | 'HKD' | 'IDR' | 'ILS' | 'INR' | 'KRW' | 'MXN' | 'MYR' | 'NZD' | 'PHP' | 'SGD' | 'THB' | 'ZAR' | 'ARS' | 'CLP' | 'SAR' | 'AED' | 'QAR' — Currency matches one of currency values as specified in ISO-4217.
    - `paymentStatus` string — information about the the current status of the transaction
    - `paymentReason` string — information about the payment reason

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `429` — Too many API calls made.

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
