Skip to content

Get Cash In Services

An endpoint to get all available cash in services.

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

GET/cash-in?detailed=false&expirable=true&passThrough=false
GET//cash-in?detailed=true&expirable=true&passThrough=false
GET/cash-in?detailed=false&expirable=true&category={categoryName}&passThrough=false

Cash In Services

Get Cash In Services Header and Query Parameters!

Request Samples

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

=== "curl categorized

```console
curl
    -L -X GET 'https://test-api.billeroo.com/cash-in?detailed=false&expirable=true&category=&passThrough=false' \
    -H 'Authorization: {integratorToken}' 
```


200 Successful Response

Get Cash-in Services Response Parameters!

200 Success Response for Detailed Cash-in Services

Get Detailed Cash-in Services Response Parameters!

401 Erroneous Response

Get Cash-in Services 401 Erroneous Response Parameters!

Response Samples

{
    "timestamp": "2024-11-14 06:43:19 +0000",
    "status": 200,
    "message": "OK",
    "path": "/cash-in",
    "data": [
        {
            "code": "{jwtString}",
            "value": "{cashInFacility}",
            "imageUrl": "{imageUrl}",
            "categoryName": "{categoryName}"
        }
    ]
}
{
    "timestamp": "2024-11-14 06:45:01 +0000",
    "status": 401,
    "error": "Unauthorized",
    "path": "/cash-in"
}