Check History
This service is used to get customer transaction history.
Canonical Path
/b2b/customer/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
▪ refJournalId
▪ responseCode
▪ responseMessage
▪ transactionTimestampFrom
▪ transactionTimestampUntil
▪ sourceId
Content-Type
-
Content
-
Description
Field
Description
accountTransactionId
Account transaction ID
accountId
Account ID
accountName
Account Name
customerId
Customer ID
customerName
Customer Name
clientRef
Client Ref
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
sourceId
Source ID
CorrelationId
Correlation ID
transactionTimestampFrom
Filter for transaction timestamp using format timestamp (inclution)
transactionTimestampUntil
Filter for transaction timestamp using format timestamp (inclution)
customData
Custom data of transaction, for example biller details: voucher, billPeriod, standMeter, tariff, and kwh.
Last updated