Skip to main content

Search payments

GET 

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

Searches and returns a paginated list of payments matching the given filters.

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).

    dateTo string

    End date filter (YYYY-MM-DD).

    reference string

    Payment reference.

    merchantAccountId string

    Merchant account ID filter.

    mode string

    Payment mode (CHARGE or PAYOUT).

    status string

    Payment status.

    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/search' \
-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!