Statements
This resource represents the bank statement of the connected financial account.
API Object​
Response
{
"meta": {
"count": 5
},
"data": [
{
"type": "debit",
"amount": "2396.74",
"narration": "3RD QUARTER 2021 CARD MAINT FEE-VERVE/VAT",
"date": "27/12/2021 0:00:00",
"closingBalance": "",
"tranId": "099MJRL211835002"
},
{
"type": "debit",
"amount": "2343.03",
"narration": "4TH QUARTER 2021 CARD MAINT FEE-VERVE/VAT",
"date": "27/12/2021 0:00:00",
"closingBalance": "",
"tranId": "099MJRL212780003"
},
{
"type": "debit",
"amount": "2342.79",
"narration": "WHT ON CREDIT INTEREST",
"date": "31/12/2021 0:00:00",
"closingBalance": "",
"tranId": "221ICPSNGN 00003"
},
{
"type": "credit",
"amount": "2345.16",
"narration": "CREDIT INTEREST CAPITALIZATION",
"date": "31/12/2021 0:00:00",
"closingBalance": "",
"tranId": "221ICPSNGN 00002"
},
{
"type": "debit",
"amount": "1334.41",
"narration": "TRF/This gospel tv cloth. Black color/FRM AYOMIDE TEMITAYO BAMIGBOYE TO OKEEGBE OLUWATOBILOBA ISAAC- 058",
"date": "08/01/2022 0:00:00",
"closingBalance": "",
"tranId": "099MJKL220087vN1"
}
]
}
Statements Fields​
Field | Description | Type |
---|---|---|
meta | An object which contains the total count of all transactions to be returned | object |
meta.count | The total number of transactions tied to this account | number |
data | This is an array of objects which contains every transaction data | string |
data.type | This is type of financial transaction be it debit or credit. | string |
data.amount | The monetary amount of the transaction. | number |
data.narration | This refers to the description or extra details that is attached to the said account. | string |
data.date | The date the transaction was created. | string |
data.closingBalance | The balance of the said accout after the transaction. | number |
data.tranId | ID tied to this particular transaction | string |