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