---
title: "Simulate QR Code Generation"
method: POST
path: "/v3/simulation/qr-code"
tags: ["Simulation"]
---

# Simulate QR Code Generation

`POST /v3/simulation/qr-code`

Generates mock QR code strings for testing Fiat QR Payouts in the Sandbox environment.

## Headers

- `MID` string, required

## Request body

- object
  - `currency` string, required — Currency of the Mock QR Code. Must be one of 'BRL' or 'VND'.
  - `amount` number — Amount of the Mock QR Code.
  - `accountHolderName` string, required — Corresponds to the Merchant Name of the Beneficiary.
  - `bankName` string, required — The Beneficiary's Bank Name.
  - `taxId` string — The CPF (for individuals) is an 11-digit unique number required for almost all tax, financial, and daily transactions for BRL.
  - `accountNumber` string — A 12–14 digit unique identifier required for transferring Vietnamese Dong (VND) within Vietnam's banking system, often required alongside the beneficiary’s name and bank branch.

## Response `200`

OK

- object
  - `qrCode` string
  - `status` string
  - `message` string

---

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