Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereResponse
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
Status message that describes the status code.
object
The static QRIS object.
data Structure (Object)
string
Link to the merchant’s static QRIS image file.
string
The merchant’s raw static QRIS payload string used to generate the QR image. Can be decoded
directly by standard QRIS readers or used to render the code without relying on the image URL.
Errors
object
Returned when the merchant has no static QRIS configured:
{ "statusCode": 500, "messages": "Invalid data" }.