Skip to content

Get Cash In Categories

An endpoint to get all available cash-in categories.

To get cash-in categories, send the following request header parameter via GET.

GET/cash-in/cashin-category?passThrough=false

Cash In Category

Get Cash In Category Header and Query Parameters!

Request Samples

curl 
    -L -X GET 'https://test-api.billeroo.com/cash-in/cashin-category?passThrough=false' \
    -H 'Authorization: {integratorToken}'

200 Successful Response

Get Cash In Category Response Parameters!

401 Erroneous Response

Get Cash In Category 401 Erroneous Response Parameters!

Response Samples

{
    "timestamp": "2024-11-14 05:17:39 +0000",
    "status": 200,
    "message": "OK",
    "path": "/cash-in/cashin-category",
    "data": [
        {
            "code": "{cashInCode}",
            "value": "{cashInCategoryName}",
            "imageUrl": "{imageUrl}"
        }
    ]
}
{
    "timestamp": "2024-11-14 05:29:27 +0000",
    "status": 401,
    "error": "Unauthorized",
    "path": "/cash-in/cashin-category"
}