Skip to main content

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

FieldTypeDescription
yearstringYear identifier
totalnumericTotal Transactions Value
funds_transfernumericAccount to Account Fund Transfers
utility_billsnumericUtility Bill Payments
mobile_paymentnumericPayments through Internet
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 (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