---
title: "Retrieve a QR"
method: GET
path: "/v3/qr/{id}"
---

# Retrieve a QR

`GET /v3/qr/{id}`

Get the details of a QR

## Path parameters

- `id` string, required

## Query parameters

- `qr_string` boolean
- `qr_image` boolean

## Response `200`

- object
  - `data` object
    - `id` string
    - `nation` string
    - `type` string
    - `mode` string
    - `status` string
    - `metadata` object
      - `nested` object
        - `key with space` integer
      - `testmetakey` string
    - `merchant_category_code` string
    - `transaction_currency` string
    - `transaction_amount` integer
    - `country_code` string
    - `merchant_name` string
    - `merchant_city` string
    - `postal_code` string
    - `bic` string
    - `merchant_id` string
    - `credit_account_number` string
    - `proxy_notify_flags` string
    - `reference_label` string
    - `purpose_of_transaction` string
    - `created_at` string
    - `updated_at` string
    - `qr_string` string
    - `qr_image` string

## Other responses

- `404` — Not Found

---

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