Get account statement

Get account statement

Request
header Parameters
x-app-id
required
string

pass the project id

x-api-key
required
string

api-key

Request Body schema: application/json

Create a account statement inquiry Request

startDate
required
string
endDate
required
string
Responses
200

Successfully processed account statement

400

bad input parameter

post/account-statement
Request samples
application/json
{
  • "startDate": "20230501",
  • "endDate": "20230816"
}
Response samples
application/json
{
  • "openningBalance": "0",
  • "accountNumber": "0021024000038",
  • "accountCurrency": "KES",
  • "bookingDate": "20230714",
  • "valueDate": "20230714",
  • "currency": "KES",
  • "amount": "1000000.00",
  • "reference": "FT23195KX1PN",
  • "description": "Transfer \\ MPESAB2C",
  • "chequeNo": "",
  • "tranactionCode": "258",
  • "accountTitle1": "CREDIT BANK LIMITED",
  • "accountTitle2": "CREDIT BANK LIMITED",
  • "shortTitle": "CREDIT BANK LIMITED"
}