Skip to main content

List all payments

GET 

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

Returns a paginated list of payments for the authenticated project.

Request

Query Parameters

    skip integer

    Number of records to skip. Example: 0

    limit integer

    Number of records per page. Example: 10

    dateFrom string

    Start date filter (YYYY-MM-DD). Example: 2024-06-26

    dateTo string

    End date filter (YYYY-MM-DD). Example: 2024-07-04

    reference string

    Payment reference. Example: ML008985

    merchantAccountId string

    Merchant account ID filter.

    mode string

    Payment mode (CHARGE or PAYOUT).

    status string

    Payment status (SUCCESSFUL, PROCESSING, etc.).

    fullName string

    Customer full name filter.

Responses

Payments retrieved successfully

Schema
    objectobject

    Auto-stubbed during docs build: "malipopaycentralapi_PaymentListResponse" is referenced but missing from the source OpenAPI spec. Fix upstream in the originating service spec.

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' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Request
Base URL
https://core-prod.malipopay.co.tz
Auth
Parameters
— query
— query
— query
— query
— query
— query
— query
— query
— query
Response

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