List Transactions
This API will show you list of transactions
GET
htps://tokoapi-dev.netzme.com/public/api/ppob/v1/transactions?merchantId={merchantId}
Query Params
merchantId
String
Your merchantID, eg: M_YDXabcd1
limit
String
limit of shown data
page
String
page of data
statusTransaction
String
list status transaction complete, pending, processing, failed, expired split value by comma,
eg : complete%2Cpending
search
String
search by trx id
startDate
String
format string date YYYY-MM-DD, eg : 2025-02-06
endDate
String
format string date YYYY-MM-DD, eg : 2025-02-07
Headers
Content-Type
application/json
X-CLIENT-ID
Partner ClientId, eg Xersia01
X-TIMESTAMP
Epoch Time of the request, we will check it. The date of timestamp should be the date you request.
X-MSG-ID
Your unique request-id, eg: Random UUID
X-SIGNATURE
X-AUTHORIZATION
Example
Last updated