Skip to main content
POST
qr_sessions_sid_post

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Path Parameters

session_id
string<checkout-id>
required

The session ID

Body

application/json
format
enum<string>
Available options:
png
size
integer
default:300

Size of the QR code. The code is a square, so width and height are the same

Required range: 300 <= x <= 1024

Response

QR Code

qr
string<data:[<mime type>][;charset=<charset>][;base64],<encoded data>>

A base64 encoded image of the QR code

Last modified on July 14, 2026