---
title: "Generate QR code"
method: GET
path: "/qr-code"
tags: ["Payments v2"]
---

# Generate QR code

`GET /qr-code`

The `GET /qr-code` endpoint generates a QR code in fixed SVG format (240x240 px). This allows TPPs to programmatically obtain a scannable QR code .

## Query parameters

- `data` string, required

## Response `200`

QR code successfully generated

## Other responses

- `400` — The client specified an invalid argument (e.g., size too small)
- `401` — The authorization information is missing or invalid
- `403` — Permission to access this endpoint is denied
- `404` — The requested payment was not found or does not have a link
- `500` — An unexpected or internal server error

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/versions/5e8d6d2c24a1/schema)
