---
title: "Get Paywall by trackingID"
method: GET
path: "/{PaywallTrackingId}"
---

# Get Paywall by trackingID

`GET /{PaywallTrackingId}`

Use this call to retrieve the details of a Paywall previously created with the POST Paywall method.

## Path parameters

- `PaywallTrackingId` string, required

## Response `200`

200

- object
  - `uid` string
  - `trackingId` string
  - `amount` integer
  - `currency` string
  - `description` string
  - `createdAt` string
  - `returnUrl` string
  - `cancelUrl` string
  - `notificationUrl` string
  - `shopName` unknown
  - `language` string
  - `totalAmount` integer
  - `expirationDate` string
  - `transactionID` unknown
  - `customer` object
    - `firstName` string
    - `lastName` string
    - `personalId` string
    - `email` unknown
    - `country` string
    - `city` string
    - `zip` string
    - `address` string
    - `phone` string
    - `deviceId` unknown
    - `ip` string
    - `accountType` unknown
  - `form` object
    - `action` string
    - `method` string
  - `whitelabel` unknown
  - `showModal` boolean

## Other responses

- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/payretailers/apis/transaction.md) · [All operations](https://skmtc.net/payretailers/apis/transaction/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payretailers/transaction/versions/b022ee3a593d/schema)
