Skip to main content

Export payment report

POST 

https://core-prod.malipopay.co.tz/api/v1/payment/report

Generates and exports a payment report for a given date range and filters.

Request

Bodyrequired

    fromdaterequired
    Example: 2026-01-01
    todaterequired
    Example: 2026-01-31

Responses

Report export initiated successfully

Schema
    successbooleanrequired
    Example: true
    codeintegerrequired

    MALIPOPAY-specific status code (see error codes reference)

    Example: 800
    messagestringrequired
    Example: Operation completed successfully
    data object

    Endpoint-specific payload

    property name*any

    Endpoint-specific payload

Authorization: apiToken

name: apiTokentype: apiKeyin: headerdescription: Project API key. Get yours from the Malipopay dashboard under Settings → API Keys.
curl -L 'https://core-prod.malipopay.co.tz/api/v1/payment/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>' \
-d '{
"from": "2026-01-01",
"to": "2026-01-31"
}'
Request
Base URL
https://core-prod.malipopay.co.tz
Auth
Body required
{
  "from": "2026-01-01",
  "to": "2026-01-31"
}
Response

Click the Send API Request button above and see the response here!