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
Request Samples
curl
-L -X GET 'https://test-api.billeroo.com/cash-in/cashin-category?passThrough=false' \
-H 'Authorization: {integratorToken}'
200 Successful Response
401 Erroneous Response
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"
}