Skip to main content

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

NameTypeRequiredDescription
methodstringNoFilter by payment method
yearintegerNoYear

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

FieldTypeDescription
periodstringPeriod of the data point (e.g., "Nov 2024")
m_walletnumberTotal value of mobile money transactions via mobile wallet
otcnumberTotal 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