Check History
This service is used to get merchant transaction history. Response time for this api range from 0 – 2 Second
Canonical Path
/b2b/merchant/me/transaction
Method
GET
Authorization
Bearer <user_access_token>
Query Param
▪ limit
▪ offset
▪ sortField
▪ sortOrder
▪ accountTransactionId
▪ clientRef
▪ description
▪ transactionCode
▪ transactionName
▪ senderAccountId
▪ senderAccountName
▪ receiverAccountId
▪ receiverAccountName
▪ journalId
▪ correlationId
▪ refJournalId
▪ responseCode
▪ responseMessage
▪ transactionTimestampFrom
▪ transactionTimestampUntil
Content-Type
-
Content
-
Descritpion
Field
Description
description
Transaction description
amount
Transaction amount
feeAmount
Transaction fee amount
transactionTimestamp
Transaction timestamp
accountId
Account number
accountName
Account name
creditAmount
Credit amount
debitAmount
Debit amount
balance
Balance after transaction
transactionCode
Transaction code
transactionName
Name/description of transactionCode
accountGroupId
Group ID
accountGroupName
Group Name
senderAccountId
Sender account ID, can be the same as accountId if accountId is the sender
senderAccountName
Sender account name
receiverAccountId
Receiver account ID, can be the same as accountId if accountId is the receiver
receiverAccountName
Receiver account name
accountTypeId
Type of account
accountTypeName
Name/description of accountTypeId
journalId
Reference ID generated in the system
refJournalId
Related transaction journal ID
responseCode
Transaction response code. The value will be '00' or empty if success
responseMessage
Transaction response message related to the responseCode
customData
Custom data of transaction, for example biller details: voucher, billPeriod, standMeter, tariff, and kwh.
transactionTimestampFrom
Filter for transaction timestamp using format timestamp (inclution)
transactionTimestampUntil
Filter for transaction timestamp using format timestamp (inclution)
Last updated