Get History
GET
https://apisnap-stg.netzme.com/api/v1.0/transaction/history-list
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"
}
}
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"
}
}'
Last updated