Allows to obtain all active users for the requesting merchant.
{
"Content-Type": "application/json"
}
{
"merchant_code" : "cl_dev_bastian",
"merchant_api_token" : "5abc6cach592727ab7671e4111bde9c4b8eff0e00f9b7500aca27e36323fd5ec",
}
(Status: 200)
{
"merchant_code": "cl_dev_bastian",
"activeUsersCount": 1,
"activeUsers": [
{
"rut": "888888888",
"bankCode": "001",
"bankName": "Banco de Chile/Edwards-Citi"
}
]
}
(Status: 401) - Merchant credentials are incorrect
{
"msg": "Invalid merchant"
}