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. Netzme

Get History

GET https://apisnap-stg.netzme.com/api/v1.0/transaction/history-list

Parameter
Data Type
Description

partnerReferenceNo

String

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

pageSize

Integer

Count data in current page

additionalInfo

Object

seqId

Integer

Sequence ID

custId

String

Merchant ID/ User ID

type

String

Request type

Request Body

{
    "partnerReferenceNo": "testing202106281235010001",
    "pageSize": 2,
    "additionalInfo": {
        "seqId": 0,
        "custId": "XzIz2nVo",
        "type": "aggregator_transaction_history"
    }
}
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

referenceNo

String

API request identifier from the provider's system

detailData

Array Object

amount

Object

Transaction amount

value

String

Value of amount

currency

String

Currency of amount

dateTime

String

Transaction time

type

String

Transaction type

status

String

Transaction status

additionalInfo

Object

seq

Integer

sequences

details

String

Detail transaction

msgId

String

Message ID

duplicateEvent

Boolean

Is any duplicate event

additionalInfo

Object

ts

String

Timestamp in long

type

String

e.g:aggregator_transaction_history

Response Body

{
    "responseCode": "2001200",
    "responseMessage": "Successful",
    "partnerReferenceNo": "testing202106281235010001",
    "referenceNo": "8539bec1-b1ca-4513-974d-a655aae8ad7b",
    "detailData": [
        {
            "amount": {
                "value": "10000.00",
                "currency": "IDR"
            },
            "dateTime": "2022-11-09T15:43:57+07:00",
            "type": "payment_bill",
            "status": "success",
            "additionalInfo": {
                "seq": 280082,
                "details": "{\"side\": \"db\", \"type\": \"payment_aggregator\", \"trxId\": \"21e6fd59-a7e1-48f4-b5c7-3e658755800c\", \"billId\": \"3ddb0389-e6de-4c2e-8cea-8135c343b5da\", \"source\": \"purba_snap\", \"status\": 1, \"balance\": \"IDR 1343486.00\", \"sourceName\": \"purba_snap\", \"description\": \"purba_snap83171\"}",
                "msgId": "91257407-7af5-4168-a454-2219a094e989",
                "duplicateEvent": false,
                "refId": "634251024971-20240229",
                "custId": "NjMuIxGP"
            }
        }
    ],
    "additionalInfo": {
        "ts": "1663940861129",
        "type": "aggregator_transaction_history"
    }
}
curl --location --request POST 'https://apisnap-stg.netzme.com/api/v1.0/transaction/history-list' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-CLIENT-SECRET: b9b32c9f42514e9aa1562c09826d8b32' \
--header 'X-SIGNATURE: 7b12d7a10e29657d0ffab8dffa651f5f4f9664ddc71ed1d785d176d5a32e003788cb1db2c2ad3d15c4db34f760980d88f4d1251acd43ce1c30d6582738be029e' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjkyMTI1NTUsImlhdCI6MTY2OTE1ODU1NSwiaXNzIjoiYnNuYXAiLCJyb2wiOiJjaGVjayJ9.Jpkj1eKboCcWNmaX_PZQKljj8_W-_PgcIJddHNkLNLjZfSI8Rzy3vk6ICDKK9T9nFLRjnmlBTJOu94VkktC8QQ' \
--header 'X-PARTNER-ID: NetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
    "partnerReferenceNo": "db9507ad-d893-473d-b714-62cc80fec7d3",
    "pageSize": 20,
    "additionalInfo": {
        "seqId": 0,
        "custId": "dL8d2EHc",
        "type": "aggregator_transaction_history"
    }
}'

PreviousGet BalanceNextGet Fixed Topup VA

Last updated 10 months ago

Header
Value

Content-Type

application/json

CHANNEL-ID

e.g 95221

X-EXTERNAL-ID

e.g 41807553358950093184162180797837

X-PARTNER-ID

Client id e.g NetmeClientId

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 )

Authentication
transactional signature