Get QRIS Acquire Transaction
The available versions for this api are v1.0 and v2.0.
POST
https://tokoapisnap-stg.netzme.com/api-qris/{version}/transaction-history-detail
originalPartnerReferenceNo
String
rrn
additionalInfo
Object
partnerReferenceNo
String
API request identifier from the user's system, unique for each request
{
"originalPartnerReferenceNo": "P9CY11E57GU62024050293600911",
"additionalInfo": {
"partnerReferenceNo": "bertina202405025555555504"
}
}
responseCode
String
(HTTP status code + service code + case code)
responseMessage
String
Description of responseCode
partnerReferenceNo
String
API request identifier from the user's system
originalPartnerReferenceNo
String
rrn
amount
Object
Amount transaction
value
String
Value of amount
currency
String
Currency of amount
mdrAmount
Object
mdr fee transaction
value
String
value mdrAmount
currency
String
Currency mdrAmount
additionalInfo
Object
acquirerId
String
Acquirer ID
customerName
String
Custumer name
customerPan
String
Customer PAN
invoiceNumber
String
Invoice number
invoiceTransactionId
String
Invoice transaction ID
isOnUs
Boolean
Transaction type
issuerId
String
Issuer ID
merchantCity
String
Merchant city name
merchantCriteria
String
Merchant criteria
merchantName
String
Merchant name
merchantType
String
Merchant type
status
String
Status transaction
terminalId
String
Terminal ID
ts
String
Transaction time
referenceNo
String
Transaction ID
dateTime
String
Transaction time
type
String
Transaction type
status
String
Status request
Response Body
{
"responseCode": "2001300",
"responseMessage": "Successful",
"partnerReferenceNo": "testing20210409144959687",
"originalPartnerReferenceNo": "4526350408087686",
"amount": {
"value": "100000.00",
"currency": "IDR"
},
"mdrAmount": {
"value": "0.00",
"currency": "IDR"
},
"additionalInfo": {
"acquirerId": "93600814",
"customerName": "NETZ-INV-M_VWXPXk6t166485823684974v 936008140100000314",
"customerPan": "9360091187569790",
"invoiceNumber": "01800484160180048416",
"invoiceTransactionId": "4b3bef9150124037a8642e49c62cd56c",
"isOnUs": false,
"issuerId": "93600911",
"merchantCity": "JAKARTA PUSAT",
"merchantCriteria": "UMI",
"custIdMerchant": "M_VWXPXk6t",
"merchantName": "NETZ-INV-M_VWXPXk6t166485823684974v 936008140100000314",
"merchantType": "7996",
"status": "unsettle",
"terminalId": "A01",
"trxId": "0180048416",
"ts": "2022-10-04T11:37:28.727+07:00"
},
"referenceNo": "2020102900000000000001",
"type": "payment",
"dateTime": "2022-10-13T17:26:34+07:00",
"status": "SUCCESS"
}
curl --location -g --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/transaction/get-qris' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-SIGNATURE: b86f527ffee4e6162a2416746edd8006e96faf9dde08703f68b67a4c468d5300cffb256578a2e94ae6b889390ad33d16303a8764f29a20d49a2603c4ed07e26e' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2Njk2NjIwMTEsImlhdCI6MTY2OTYwODAxMSwiaXNzIjoiYmFua3N1bXBhaCJ9.7ZMqmoHZ0TyJmc0X2YvnajNmK2VaIYj5JHLpTPW0yyCsJDV2JsE36RETrazo1geTkmRrFAi8iqRWnKhNjcc9LQ' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
"originalPartnerReferenceNo": "P9CY11E57GU62024050293600911",
"additionalInfo": {
"partnerReferenceNo": "bertina202405025555555504"
}
}'
Last updated