case 'not-amount': {
        responseData = { status: 409, error: `${errorStrings.notAmount} ${loan.paymentinstallment}` };
        break;
      }