---
title: "Get Landing Info"
method: GET
path: "/public/transactions/landing-info/{TransactionID}"
---

# Get Landing Info

`GET /public/transactions/landing-info/{TransactionID}`

Use this call to get all the data you need to design your own checkout page.

## Path parameters

- `TransactionID` string, required

## Headers

- `Ocp-Apim-Subscription-Key` string, required

## Response `200`

200

- union
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `barCodes` unknown[]
      - unknown
    - `bankInfoFields` unknown[]
      - unknown
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` unknown
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` unknown[]
      - unknown
    - `barCodes` unknown[]
      - unknown
    - `bankInfoFields` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` unknown
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` unknown[]
      - unknown
    - `barCodes` unknown[]
      - unknown
    - `bankInfoFields` unknown[]
      - unknown
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` unknown
    - `barCodes` unknown
    - `bankInfoFields` unknown
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` unknown
    - `barCodes` unknown
    - `bankInfoFields` unknown
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string
  - object
    - `amount` integer
    - `currency` string
    - `expirationDate` string
    - `references` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `instructions` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `qrCodes` unknown
    - `barCodes` unknown
    - `bankInfoFields` unknown
    - `links` object[]
      - `id` integer
      - `type` string
      - `value` string
    - `logos` object[]
      - `id` integer
      - `type` string
      - `value` string

## Other responses

- `400` — 400
- `401` — 401

---

[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/revisions/b022ee3a593d/schema)
