---
title: "QR Code Details"
method: GET
path: "/v3/config/qr-code-details"
tags: ["Configuration"]
---

# QR Code Details

`GET /v3/config/qr-code-details`

Use this endpoint to decode a Fiat QR code string and retrieve merchant and transaction details prior to initiating a payout. The response will include information such as the merchant name, transaction amount, bank name, depending on the currency.

## Query parameters

- `qrCode` string, required
- `currency` 'VND' | 'BRL', required

## Headers

- `MID` string, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `merchantName` string
    - `amount` number
    - `bankName` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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