Volume of Mobile Money Transactions by Payment Method
Transaction counts by payment method.
GET/3.0/alternate/mobile-money-volume-method
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"period": "Nov 2024",
"m_wallet": 1234567890,
"otc": 2345678901
},
{
"period": "Nov 2023",
"m_wallet": 987654321,
"otc": 876543210
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period of the data point (e.g., "Nov 2024") |
m_wallet | number | Total volume of mobile money transactions via mobile wallet |
otc | number | Total volume of mobile money transactions via over-the-counter |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Volume of Mobile Money Transactions by Payment Method
curl -X GET "https://csapis.com/3.0/alternate/mobile-money-volume-method" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics