---
title: "Create a Deposit Order with a Dynamic QR Code"
method: POST
path: "/api/v2.0/accounts/{accountId}/depositDynamicQRCode"
---

# Create a Deposit Order with a Dynamic QR Code

`POST /api/v2.0/accounts/{accountId}/depositDynamicQRCode`

## Path parameters

- `version` string, required
- `accountId` string, required

## Headers

- `Content-Type` string
- `Authorization` string, required

## Request body

- object
  - `amount` number, double, required — The amount of currency to be deposited.
  - `imageOnly` boolean — Described iExact date and time the refund request was created.n the above section
  - `externalId` string — External transaction ID (reference).
  - `expiration` string — The expiration parameter specifies the QR code's expiration time, and it is measured in seconds
  - `taxId` string — Depositor's unique tax identification. Is different for each country
  - `taxIdCountry` 'ALB' | 'AND' | 'ARE' | 'ARG' | 'ARM' | 'AUS' | 'AUT' | 'AZE' | 'BEL' | 'BGR' | 'BHR' | 'BIH' | 'BLR' | 'BOL' | 'BRA' | 'CAN' | 'CHE' | 'CHL' | 'CHN' | 'COL' | 'CRI' | 'CUB' | 'CYP' | 'CZE' | 'DEU' | 'DNK' | 'DOM' | 'ECU' | 'ESP' | 'EST' | 'FIN' | 'FLK' | 'FRA' | 'FRO' | 'GBR' | 'GEO' | 'GRC' | 'GTM' | 'GUF' | 'GUY' | 'HKG' | 'HRV' | 'HUN' | 'IDN' | 'IND' | 'IRL' | 'ISL' | 'ISR' | 'ITA' | 'JPN' | 'KAZ' | 'KOR' | 'LTU' | 'LUX' | 'LVA' | 'MCO' | 'MDA' | 'MEX' | 'MKD' | 'MLT' | 'MNE' | 'MUS' | 'MYS' | 'NGA' | 'NLD' | 'NOR' | 'NZL' | 'PAK' | 'PER' | 'PHL' | 'POL' | 'PRT' | 'PRY' | 'ROU' | 'RUS' | 'SLV' | 'SMR' | 'SRB' | 'SUR' | 'SVK' | 'SVN' | 'SWE' | 'THA' | 'TUR' | 'TWN' | 'UKR' | 'URY' | 'USA' | 'UZB' | 'VEN' | 'ZAF' — Depositor's country. It is optional unless the taxId parameters is filled
  - `name` string — Depositor's name

## Response `202`

202

- object
  - `referenceId` string
  - `qrCodeString` string
  - `base64QRCode` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `422` — 422
- `500` — 500
- `5XX` — 5XX

---

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