Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Response

Successful Response

Main 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" }.