Netzme vSNAP
  • Introducing
  • Getting Started
  • API Reference
    • Toko Netzme
      • Credentials & Signature
      • Authentication
      • Create pin
      • Forgot pin
      • Get Balance Detail
      • Get Transaction List
      • Get Merchant Detail
      • Withdraw Inquiry
      • Get Information Withdraw
      • Get QRIS Acquire Transaction
      • Create Invoice
      • Create Invoice Transaction
      • Create Invoice QR MPM
      • Get Invoice Transaction
      • Payment Success Callback (Invoice)
      • Payment Success Callback (QRIS Non Invoice )
      • Payment Success Callback V2
        • Payment Success Callback QRIS
        • SNAP Payment Success Callback QRIS
      • Withdraw Status Notification
      • Deduct Deposit and Split Fee
      • Deposit
        • Create Invoice Transaction Topup Deposit
        • Inquiry Withdraw Deposit
        • Withdraw Deposit
        • Get Information Withdraw Deposit
        • Get Deposit Transaction
        • Get Balance Deposit
      • Withdraw Process
      • SNAP Asymmetric Signature
    • Netzme
      • Connect to Netzme
      • Credentials & Signature
      • Authentication
      • Get Account Status
      • Get Balance
      • Get History
      • Get Fixed Topup VA
      • Get Detail Qris
        • QRIS Static
        • QRIS Static With Amount & Percentage Fee
        • QRIS Dynamic
        • QRIS Dynamic with Fee
      • QRIS Payment
      • QRIS Payment Notification
      • Payment Bill
      • Payment Bill Notification
      • Payment Netzme Seamless
      • Upgrade Account Notification
      • Upgrade Account
Powered by GitBook
On this page
  1. API Reference
  2. Toko Netzme

Get QRIS Acquire Transaction

PreviousGet Information WithdrawNextCreate Invoice

Last updated 10 months ago

The available versions for this api are v1.0 and v2.0.

POST

Parameter
Data Type
Description

originalPartnerReferenceNo

String

rrn

additionalInfo

Object

partnerReferenceNo

String

API request identifier from the user's system, unique for each request

{
  "originalPartnerReferenceNo": "P9CY11E57GU62024050293600911",
  "additionalInfo": {
    "partnerReferenceNo": "bertina202405025555555504"
  }
}
Parameter
Data Type
Description

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"
  }
}'

Header
Value

Content-Type

application/json

CHANNEL-ID

e.g 95221

X-EXTERNAL-ID

e.g 41807553358950093184162180797837

X-PARTNER-ID

Client id e.g TokoNetmeClientId

X-SIGNATURE

Service’s signature (given at )

X-TIMESTAMP

Client's current local time in yyyy-MM-ddTHH:mm:ssTZD

Authorization

Client`s access for protected resources (given at )

https://tokoapisnap-stg.netzme.com/api-qris/{version}/transaction-history-detail
Authentication
transactional signature