Value of Mobile Money Transactions by Payment Method
Transaction value split by payment method (e.g., P2P, merchant payments, bill payments).
GET/3.0/alternate/mobile-money-value-method
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
method | string | No | Filter by payment method |
year | integer | No | Year |
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 value of mobile money transactions via mobile wallet |
otc | number | Total value of mobile money transactions via over-the-counter |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Value of Mobile Money Transactions by Payment Method
curl -X GET "https://csapis.com/3.0/alternate/mobile-money-value-method" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics