Annual Call Centers/IVR Banking Transactions (Value)
Retrieve data for annual call centers/ivr banking transactions (value).
GET/3.0/alternate/ivr-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": 250000000000,
"funds_transfers": 80000000000,
"funds_transfer": 70000000000,
"mobile_payment": 60000000000,
"utility_bills": 40000000000
},
{
"year": "2022",
"total": 240000000000,
"funds_transfers": 75000000000,
"funds_transfer": 65000000000,
"mobile_payment": 58000000000,
"utility_bills": 42000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
total | numeric | Total Transactions Value |
funds_transfers | numeric | Account to Account Fund Transfers |
funds_transfer | numeric | Third Party - Account to Account Fund Transfers |
mobile_payment | numeric | Payment through Call Centers |
utility_bills | numeric | Utility Bills Payments |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Annual Call Centers/IVR Banking Transactions (Value)
curl -X GET "https://csapis.com/3.0/alternate/ivr-banking-annual-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics