Annual Internet Banking Transactions (Value)
Retrieve data for annual internet banking transactions (value).
GET/3.0/alternate/internet-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",
"total": 500000000000,
"funds_transfer": 180000000000,
"utility_bills": 120000000000,
"mobile_payment": 150000000000,
"funds_transfers": 50000000000
},
{
"year": "2022",
"total": 480000000000,
"funds_transfer": 170000000000,
"utility_bills": 110000000000,
"mobile_payment": 140000000000,
"funds_transfers": 60000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
total | numeric | Total Transactions Value |
funds_transfer | numeric | Account to Account Fund Transfers |
utility_bills | numeric | Utility Bill Payments |
mobile_payment | numeric | Payments through Internet |
funds_transfers | numeric | Third Party - Account to Account Fund Transfers |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Annual Internet Banking Transactions (Value)
curl -X GET "https://csapis.com/3.0/alternate/internet-banking-annual-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics