Skip to main content
PUT
Update Static QR

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

static_qr_id
string
required

The static QR id

Body

application/json
name
string

Static QR name

Maximum string length: 255
location_id
string<uuid>

The active location id that the static QR will use.

Example:

"9cc4aee8-c1b4-4401-af57-aea884c780cb"

amount
number

The amount for static QR.

Required range: x >= 0
Example:

10.99

currency
string

The currency for static QR. It's required field if the amount is present.

Maximum string length: 3
Example:

"sgd"

Response

200 - application/json

200

id
string
required
name
string
required
reference
string
required
payment_provider
string
required
payment_provider_method
string
required
amount
number
required
currency
string
required
payment_provider_method_logos
object[]
required
created_by
object
required
location_id
string | null
required
location
object | null
required
device_id
any
required
device
any
required
qr_value
string
required
created_at
string
required
updated_at
string
required
Last modified on February 25, 2026