Static QR codes
Create a new static QRCode
Body
Body params to create a static QRCode
amountintegerRequired
Amount value of the static QRCode
descriptionstringOptional
Description of the static QRCode
external_idstringOptional
External ID of the static QRCode
virtual_account_idstringRequired
Virtual account ID
Responses
201
StaticBrcode
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
post
/banking/cashin/pix/qrcodes/staticGet a specific static QRCode
Path parameters
idstring · uuidRequired
Unique identifier
Responses
200
Static QRCode
application/json
401
Unauthorized
application/json
404
Unprocessable Entity
application/json
500
Internal server error
application/json
get
/banking/cashin/pix/qrcodes/static/{id}Gets a static QRCode image
Path parameters
idstringRequired
Static QRCode ID
Responses
200
Static QRCode Image
application/json
401
Unauthorized
application/json
404
Unprocessable Entity
application/json
500
Internal server error
application/json
get
/banking/cashin/pix/qrcodes/static/{id}/imageGets a static QRCode hash
Path parameters
idstring · uuidRequired
Unique identifier
Responses
200
Hash
application/json
401
Unauthorized
application/json
404
Unprocessable Entity
application/json
500
Internal server error
application/json
get
/banking/cashin/pix/qrcodes/static/{id}/hashLast updated
Was this helpful?

