Quarterly Mobile Banking Transactions - by Value
Retrieve data for quarterly mobile banking transactions - by value.
GET/3.0/alternate/mobile-banking-quarterly-value
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Q1 2023",
"mobile_payment": 90000000000,
"intra_bank": 80000000000,
"inter_bank": 70000000000,
"utility_bills": 40000000000,
"miscellaneous": 25000000000
},
{
"period": "Q4 2022",
"mobile_payment": 85000000000,
"intra_bank": 75000000000,
"inter_bank": 65000000000,
"utility_bills": 38000000000,
"miscellaneous": 23000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Q1 2023") |
mobile_payment | numeric | Payment through Mobile |
intra_bank | numeric | Intra-Bank Fund Transfer |
inter_bank | numeric | Inter-Bank Fund Transfers |
utility_bills | numeric | Utility Bills Payment |
miscellaneous | numeric | Miscellaneous |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Quarterly Mobile Banking Transactions - by Value
curl -X GET "https://csapis.com/3.0/alternate/mobile-banking-quarterly-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics