Update QR
POST/qr/update
Updates an enterprise QR code with transaction data or clears it. When isActive is sent as false, the QR's current transaction data is cleared. When amount, expirationSeconds, and transactionId are sent together, a new transaction entity is created and linked to the QR.
Request
Responses
- 200
- 400
- 404
- 500
QR updated successfully
Bad request - Invalid parameters, missing fields, or validation error
Enterprise QR not found or the API key is not authorized to modify it
Internal server error