Transaction History
Deprecated
GET
/core/transactions/{nuban}
Parameter | Type | Description |
---|---|---|
nuban | string | The NUBAN (Nigerian Uniform Bank Account Number) of the account. |
startDate | string | The start date for filtering transactions (format: dd-mm-yyyy ). |
endDate | string | The end date for filtering transactions (format: dd-mm-yyyy ). |
Field | Type | Description |
---|---|---|
id | integer | A unique identifier for the transaction. |
nuban | string | The NUBAN of the account involved in the transaction. |
amount | decimal | The amount involved in the transaction. |
paymentTypeId | integer | The ID representing the payment type (if available). |
notes | string | Any additional notes or details about the transaction. |
transactionDate | string | The date when the transaction occurred (in dd-mm-yyyy format). |
transactionType | string | The type of transaction, e.g., DEPOSIT or WITHDRAWAL . |
balance | decimal | The account balance after the transaction. |
Request
Path Params
nuban
string
required
Example:
0000000024
Query Params
startDate
string
optional
Example:
1-03-2022
endDate
string
optional
Example:
13-08-2023
Request samples
Responses
Modified at 2025-04-03 20:15:41