Quarterly Internet Banking Transactions - by Volume
Retrieve data for quarterly internet banking transactions - by volume.
GET/3.0/alternate/internet-banking-quarterly-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Q1 2023",
"pay_int": 20000000,
"intra_bank": 15000000,
"inter_bank": 12000000,
"utility_bills": 8000000,
"misc": 5000000
},
{
"period": "Q4 2022",
"pay_int": 19000000,
"intra_bank": 14000000,
"inter_bank": 11000000,
"utility_bills": 7500000,
"misc": 4800000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Q1 2023") |
pay_int | numeric | Payments through Internet |
intra_bank | numeric | Intra-Bank Fund Transfer |
inter_bank | numeric | Inter-Bank Fund Transfers |
utility_bills | numeric | Utility Bill Payments |
misc | numeric | Miscellaneous |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Quarterly Internet Banking Transactions - by Volume
curl -X GET "https://csapis.com/3.0/alternate/internet-banking-quarterly-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics