---
title: "Copy of Get Session Details"
method: GET
path: "/v3/customers/{Reference}"
tags: ["Sessions"]
---

# Copy of Get Session Details

`GET /v3/customers/{Reference}`

Retrieves detailed information about a specific session, including its status, transaction results, and card details.

## Path parameters

- `Reference` string, required

## Response `200`

Session details retrieved successfully

- object
  - `IsSuccess` boolean — Indicates if the request was successful.
  - `Message` string — Response message associated with the request.
  - `ValidationErrors` object[] — List of validation errors, if any.
    - `Name` string — The name of the field with validation error.
    - `Error` string — The validation error message.
  - `Data` object — Session details and transaction information.
    - `Reference` string — The Customer Reference
    - `Cards` object[] — Array of the card object
      - `Is3DSVerified` boolean — Whether or not the card was 3DS verified before
      - `Token` string — The token value to be used
      - `Number` string — Masked card number
      - `Brand` string — The brand of the tokenized card
      - `TokenType` string — The type of the token to be for CARD or APPLE_PAY

---

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