Sign UpLog In

We need to build one standalone APIs for clients to consume of QRIS product. This API will help clients to create new dynamic QRIS for clients.

Request Parameters

Key ParametersData TypeDescription
Content-TypestringString representing the content type (application/json)
X-CLIENT-KEYstringClient's client_id
X-TIMESTAMPdatetimeClient's current local time in ISO 8601 format
AuthorizationstringOne-time access token generated for the request
X-SIGNATUREStringNon-repudiation & integrity validation checking.

Generated by client and created using asymmetric
signature SHA256withRSA (clientSecret,
stringToSign) with
stringToSign = HTTPMethod
+”:“+ EndpointUrl +":“+
Lowercase(HexEncode(SHA-
256(minify(RequestBody)))) + ":“ +
TimeStamp
X-PARTNER-IDStringBrick's client ID
X-EXTERNAL-IDStringUnique external identifier for the API request that can be found on Brick Dashboard Credentials
CHANNEL-IDStringBrick's channel ID
partnerReferenceNoStringUnique reference number provided by the client to identify the transaction. Maximum length of 25 characters.
amount.valueStringAmount to be processed, represented as a string with two decimal places (e.g., "12345678.00")
amount.currencyStringCurrency of the transaction amount. Set as default to "IDR" (Indonesian Rupiah).
validityPeriodStringValue in seconds. The expiry time must be between 600 seconds (10 minutes) and 86,400 seconds (24 hours) from the creation time.

If not provided, the default expiry time is 24 hours. Any request exceeding 24 hours will be automatically adjusted to 24 hours.

When set to 86,400 seconds (24 hours), the actual expiry time of the generated QRIS may vary between 600 seconds (10 minutes) and 86,400 seconds (24 hours). Please refer to the response for the exact expiry time.

Response Parameters

Key parametersData typeDescription
responseCodeIntegerA code indicating the success or failure of the request, along with the associated reason.
responseMessageStringA message confirming the success of the operation.
referenceNoStringA unique identifier generated for the transaction by the system.
partnerReferenceNoStringA unique identifier provided by the partner to track the transaction.
qrContentStringThe QRIS content string that can be used to generate a QR code for payment purposes.
Language
Click Try It! to start a request and see the response here!