Skip to main content

Annual Mobile Banking Transactions (Value)

Retrieve data for annual mobile banking transactions (value).

GET/3.0/alternate/mobile-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": 400000000000,
"utility_bills": 90000000000,
"funds_transfers": 100000000000,
"funds_transfer": 120000000000,
"mobile_payment": 90000000000
},
{
"year": "2022",
"total": 380000000000,
"utility_bills": 85000000000,
"funds_transfers": 95000000000,
"funds_transfer": 110000000000,
"mobile_payment": 90000000000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
totalnumericTotal Transactions Value
utility_billsnumericUtility Bill Payments
funds_transfersnumericAccount to Account Fund Transfers
funds_transfernumericThird Party - Account to Account Fund Transfers
mobile_paymentnumericPayments through Mobile

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Mobile Banking Transactions (Value)

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

Use Cases

  • Data analysis
  • Dashboard / metrics