Item types

Item types are used to assign different functionality for items. Companies can obtain the list of available item types via the API.

[
    {
        "id": 1,
        "name": "Donation"
    },
    {
        "id": 2,
        "name": "Subscription"
    },
    {
        "id": 3,
        "name": "Loan"
    },
    {
        "id": 4,
        "name": "Outbound payment"
    },
    {
        "id": 7,
        "name": "Fee"
    },
    {
        "id": 8,
        "name": "Other"
    }
]

Last updated