Skip to main content

Annual Internet Banking Transactions (Volume)

Retrieve data for annual internet banking transactions (volume).

GET/3.0/alternate/internet-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": 100000000,
"mobile_payment": 30000000,
"utility_bills": 20000000,
"funds_transfer": 35000000,
"funds_transfers": 15000000
},
{
"year": "2022",
"total": 95000000,
"mobile_payment": 28000000,
"utility_bills": 19000000,
"funds_transfer": 33000000,
"funds_transfers": 15000000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
totalnumericTotal Transactions
mobile_paymentnumericPayments through Internet
utility_billsnumericUtility Bill Payments
funds_transfernumericAccount to Account Fund Transfers
funds_transfersnumericThird Party - Account to Account Fund Transfers

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Internet Banking Transactions (Volume)

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

Use Cases

  • Data analysis
  • Dashboard / metrics