Skip to main content

Get account subtypes by type

GET 

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

Returns account subtypes filtered by the given account type.

Request

Path Parameters

    type stringrequired

    Account type identifier

Responses

Account subtypes returned 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

curl -L 'https://core-prod.malipopay.co.tz/api/v1/accountSubtype/:type' \
-H 'Accept: application/json'
Request
Base URL
https://core-prod.malipopay.co.tz
Parameters
— pathrequired
Response

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