The Client Types helps to assess the level of risk associated with a particular user. Different client types have varying levels of risk associated with them. This Client type implementation includes fraud prevention measures, holding reserves, or imposing transaction limits.
200: OK 401: Unauthorized
Copy {
"success" : true ,
"message" : "Client types are" ,
"data" : {
"client_types" : [
{
"id" : "K912gA5q2" ,
"name" : "Agriculture and Allied industries" ,
"status" : "active" ,
"createdBy" : "admin" ,
"updatedBy" : "" ,
"updatedAt" : "2022-07-30T07:17:18.686Z" ,
"createdAt" : "2022-07-30T07:17:18.686Z"
} ,
{
"id" : "O96ty9TSb" ,
"name" : "Airlines" ,
"status" : "active" ,
"createdBy" : "admin" ,
"updatedBy" : "" ,
"updatedAt" : "2022-07-30T07:17:18.686Z" ,
"createdAt" : "2022-07-30T07:17:18.686Z"
}
]
}
}
Copy {
"message" : "Invalid authentication credentials"
}
Copy {
"success" : true ,
"message" : "Client types are" ,
"data" : {
"client_types" : [
{
"id" : "K912gA5q2" ,
"name" : "Agriculture and Allied industries" ,
"status" : "active" ,
"createdBy" : "admin" ,
"updatedBy" : "" ,
"updatedAt" : "2022-07-30T07:17:18.686Z" ,
"createdAt" : "2022-07-30T07:17:18.686Z"
} ,
{
"id" : "O96ty9TSb" ,
"name" : "Airlines" ,
"status" : "active" ,
"createdBy" : "admin" ,
"updatedBy" : "" ,
"updatedAt" : "2022-07-30T07:17:18.686Z" ,
"createdAt" : "2022-07-30T07:17:18.686Z"
}
]
}
}