Quarterly Real Time Online Banking Transactions - by Value
Retrieve data for quarterly real time online banking transactions - by value.
GET/3.0/alternate/online-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",
"cash_deposits": 100000000000,
"cash_withdrawal": 150000000000,
"ibft": 200000000000,
"funds_transfer": 300000000000
},
{
"period": "Q4 2022",
"cash_deposits": 95000000000,
"cash_withdrawal": 145000000000,
"ibft": 190000000000,
"funds_transfer": 290000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Q1 2023") |
cash_deposits | numeric | Cash Deposit |
cash_withdrawal | numeric | Cash Withdrawal |
ibft | numeric | Intra-Bank Fund Transfer |
funds_transfer | numeric | A/c to A/c Funds Transfer |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Quarterly Real Time Online Banking Transactions - by Value
curl -X GET "https://csapis.com/3.0/alternate/online-banking-quarterly-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics