---
title: "Get a Payment Transaction"
method: GET
path: "/checkout/v1/payments/{payment_id}"
tags: ["Hosted Checkout"]
---

# Get a Payment Transaction

`GET /checkout/v1/payments/{payment_id}`

Retrieves the details of a specific payment transaction by its payment_id. 
This provides more granular information about individual payment attempts.

## Path parameters

- `payment_id` string, required

## Response `200`

Payment transaction retrieved successfully

- PaymentTransaction
  - `payment_id` string — Unique payment transaction identifier
  - `session_id` string — Associated session ID
  - `status` string — Transaction status
  - `amount` integer — Payment amount in smallest currency unit
  - `currency` string — 3-letter ISO currency code
  - `payment_method_type` string — Type of payment method used
  - `created_at` string, date-time — Transaction creation timestamp
  - `card_details` object
    - `brand` string
    - `last4` string
  - `customer` object
    - `name` string
    - `email` string

---

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