Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Komerce QRIS API

The QRIS API from Komerce — 3 operation(s) for qris.

Komerce QRIS API is one of 7 APIs that Komerce publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include QRIS. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and pricing.

This API exposes 3 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against 2 base URLs: https://api.collaborator.komerce.id/user, https://api-sandbox.collaborator.komerce.id/user.

3 operations 3 paths 4 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://rajaongkir.komerce.id/api/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Komerce QRIS API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Payment API key from the Collaborator dashboard — the same key used for Komerce Shipping (RajaOngkir). Sandbox keys use the sandbox prefix, production keys the…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

QRIS 3
POST
/api/v1/qrisly/upload-qris
Upload a QRIS image
uploadQris body → 200400401429
POST
/api/v1/qrisly/generate-qris
Generate a dynamic QRIS
generateQris body → 200400401404429
GET
/api/v1/qrisly/payment-status/{history_id}
Check QRIS payment status
getQrisPaymentStatus 1 param → 200401404429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ErrorEnvelope (6 properties), GenerateQrisRequest (4 properties), UploadQrisResponse (3 properties), GenerateQrisResponse (3 properties). Each schema is shown below with its type and property counts.

GenerateQrisResponse
object
3 properties
ErrorEnvelope
object
6 properties
GenerateQrisRequest
object
4 properties 4 required
UploadQrisResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

komerce-qris-api-openapi.yml Raw ↑

Other APIs Komerce publishes across the network.

Komerce Cost API
Komerce Destinations API
Komerce Orders API
Komerce Payments API
Komerce Pickup API
Komerce Tracking API