Skip to main content

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​

FieldDescriptionType
metaAn object which contains the total count of all transactions to be returnedobject
meta.countThe total number of transactions tied to this accountnumber
dataThis is an array of objects which contains every transaction datastring
data.typeThis is type of financial transaction be it debit or credit.string
data.amountThe monetary amount of the transaction.number
data.narrationThis refers to the description or extra details that is attached to the said account.string
data.dateThe date the transaction was created.string
data.closingBalanceThe balance of the said accout after the transaction.number
data.tranIdID tied to this particular transactionstring