Skip to main content

Annual ATM Transactions (Volume)

Retrieve data for annual atm transactions (volume).

GET/3.0/alternate/atm-transactions-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",
"atm_cash": 50000000,
"atm_deposit": 10000000,
"deposit_instrument": 2000000,
"funds_transfer": 15000000,
"utility_bills": 5000000,
"funds_transfers": 1000000,
"total": 83000000
},
{
"year": "2022",
"atm_cash": 48000000,
"atm_deposit": 9500000,
"deposit_instrument": 1900000,
"funds_transfer": 14000000,
"utility_bills": 4800000,
"funds_transfers": 900000,
"total": 79100000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
atm_cashnumericCash Withdrawals
atm_depositnumericCash Deposits
deposit_instrumentnumericDeposits of Payment Instrument
funds_transfernumericAccount to Account Fund Transfers
utility_billsnumericUtility Bill Payments
funds_transfersnumericThird Party - Account to Account Fund Transfers
totalnumericTotal Transactions

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual ATM Transactions (Volume)

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

Use Cases

  • Data analysis
  • Dashboard / metrics