Transactions History
For get transactions history list, the getTransactionList method of the library should be called. This function is used to get all transaction through the library.
This function supports pagenation. The page value must be 0 for the first request and it must be incremented for each page until reacing the total pages.
startDate and endDate must be in 'dd-MM-YYYY' format
direction can be "DESC" or "ASC". The default value is "DESC".
Transaction List Listener
Transaction List Data
transactions
list of transactions
Check Transaction Info Data section belo.
empty
is transaction list empty
false
first
is the first page of the transaction list
true
last
is the first page of the transaction list
false
number
current page number of the transcation list
0
numberOfElements
number of the element on the current page
10
totalElements
total number of the elements in the history
476
totalPages
total pages of the history
48
Transaction Info Data
id
a unique id of the transcation
'29481'
transactionCode
a unique code of the transaction. It is used for finding the transaction.
'3FFBA7849A383BEB'
cardNumber
masked pan of the card using in the transaction
'471688******6375'
amount
using amount value in the transaction
'8.00'
currency
using currency value in the transaction
'₦'
dateTime
transaction date time
'14-09-2023 11:18:28'
status
status info of the transaction
'SUCCESS' or 'FAILED'
modeOfTransaction
paymet method using in the transaction
'CARD', 'PAY_WITH_LINK'
Last updated