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.
Errors
object
Returned when the merchant has no static QRIS configured:
{ "statusCode": 500, "messages": "Invalid data" }.