Skip to main content

Annual Real Time Online Banking Transactions (Value)

Retrieve data for annual real time online banking transactions (value).

GET/3.0/alternate/online-banking-annual-value

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"data": [
{
"year": "2023",
"funds_transfer": 500000000000,
"cash_deposit": 150000000000,
"cash_wtl": 200000000000,
"total": 850000000000
},
{
"year": "2022",
"funds_transfer": 480000000000,
"cash_deposit": 140000000000,
"cash_wtl": 190000000000,
"total": 810000000000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
funds_transfernumericAccount to Account Funds Transfer
cash_depositnumericCash Deposits
cash_wtlnumericCash Withdrawals
totalnumericTotal Transactions Value

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Real Time Online Banking Transactions (Value)

curl -X GET "https://csapis.com/3.0/alternate/online-banking-annual-value" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics