Get Cash In Service Requirements
An endpoint to get specific cash-in service requirements.
To get cash in service requirements, send the following request header parameter via GET.
GET/cash-in/{jwtString}?passThrough=false
Cash In Service Requirements
Request Samples
curl
-L -X GET 'https://test-api.billeroo.com/cash-in/{jwtString}?passThrough=false' \
-H 'Authorization: {integratorToken}'
200 Successful Response
401 Erroneous Response
Response Samples
{
"timestamp": "2024-11-14 07:24:07 +0000",
"status": 200,
"message": "OK",
"path": "/cash-in/{jwtString}",
"data": {
"fields": [
{
"field": "1",
"description": "Account Number",
"format": "Numeric / Alphanumeric",
"size": "N/A"
},
{
"field": "2",
"description": "11 Digit Mobile Number",
"format": "Numeric",
"size": "11"
},
{
"field": "3",
"description": "Amount",
"format": "Numeric",
"size": "9"
},
{
"field": "4",
"description": "Email(Optional)",
"format": "Email Address Format",
"size": "N/A"
}
]
}
}
{
"timestamp": "2024-11-14 07:29:51 +0000",
"status": 401,
"error": "Unauthorized",
"path": "/cash-in/{jwtString}"
}