Get Transaction Detail

Get History

POST https://api-dev.netzme.com/payment/aggregator/transaction

Path Parameters

NameTypeDescription

Signature*

string

See Authentication Page

Request-Time*

string

See Authentication Page

Client-Id*

string

See Authentication Page

Authorization*

string

See Authentication Page

Content-Type*

string

Application/json

Request Body

NameTypeDescription

requestId*

string

contains request idformat {{ClientId}} {{YYYYMMDDHHmmSS}}{{4 digit increments}} sample institution1202106281235010001

type*

string

value "aggregator_transaction_history"

userId*

string

contains userId

refId*

int

contains of transaction id

{
    "requestId": "7bfef865-64dd-43e5-b809-18c8834996c6",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "refId": "4f8102ff-7d6c-4805-bac2-1e9cd6c78b9e",
        "userId": "lFi1IiSr",
        "amount": "IDR 5000.00",
        "type": "qr_invoice",
        "ts": 1678085021773
    }
}

Sample JSON Request

{
  "requestId": "institution1202106281235010001",
  "type": "aggregator_transaction",
  "body": {
    "userId": "lFi1IiSr",
    "refId": "4f8102ff-7d6c-4805-bac2-1e9cd6c78b9e"
  }
}

Last updated