Skip to main content
GET
/
api
/
v3
/
deposit
/
mobile-money
/
transactions
List deposit transactions
curl --request GET \
  --url https://sandbox-api.kotanipay.com/api/v3/deposit/mobile-money/transactions \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "message": "Unauthorized",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.kotanipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a paginated list of the integrator’s mobile money deposit transactions. Supports filtering by status, date range, telco/MNO transaction ID, and currency.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string

Transaction status (e.g. PENDING, SUCCESSFUL, FAILED)

start_date
string

ISO date string, e.g. 2024-01-01

end_date
string

ISO date string, e.g. 2024-12-31

telco_id
string

Filter by telco/MNO transaction ID

currency
string

Filter by currency code, e.g. KES

page
number
default:1

1-based page index

per_page
number
default:20

Items per page (max 100)

Response

401 - application/json
success
boolean
Example:

false

message
string
Example:

"Unauthorized"

data
object
Example:
{}