Annual Call Centers/IVR Banking Transactions (Volume)
Retrieve data for annual call centers/ivr banking transactions (volume).
GET/3.0/alternate/ivr-banking-annual-volume
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": 50000000,
"mobile_payment": 15000000,
"utility_bills": 12000000,
"funds_transfer": 18000000,
"funds_transfers": 5000000
},
{
"year": "2022",
"total": 48000000,
"mobile_payment": 14000000,
"utility_bills": 11000000,
"funds_transfer": 17000000,
"funds_transfers": 6000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
total | numeric | Total Transactions |
mobile_payment | numeric | Payments through Call Centers |
utility_bills | numeric | Utility Bills Payments |
funds_transfer | numeric | Account to Account Fund Transfers |
funds_transfers | numeric | Third Party - Account to Account Fund Transfers |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Annual Call Centers/IVR Banking Transactions (Volume)
curl -X GET "https://csapis.com/3.0/alternate/ivr-banking-annual-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics