---
title: "POST /user/{userID}/token-qr-request-sofort"
method: POST
path: "/user/{userID}/token-qr-request-sofort"
tags: ["token-qr-request-sofort"]
---

# POST /user/{userID}/token-qr-request-sofort

`POST /user/{userID}/token-qr-request-sofort`

Create a request from an SOFORT transaction.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- TokenQrRequestSofort
  - `token` string, required — The token passed from a site or read from a QR code.

## Response `200`

Using this call you can create a SOFORT Request assigned to your User by providing the Token of the request.

- TokenQrRequestSofortCreate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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