These docs are for v2.0. Click to read the latest docs for v3.

Credit Lines

A line of credit is an arrangement between a financial institution, usually a bank and a customer, that establishes the maximum loan amount the customer can borrow.

The borrower can access funds from the line of credit at any time as long as they do not exceed the maximum amount (or credit limit) set in the agreement and meet any other requirements such as making timely minimum payments.

{
      "id": "string",
      "borrowerId": "string",
      "creditAnalisysId": "string",
      "financialInstitution": {
        "id": 0,
        "name": "string"
      },
      "availableCreditLimit": 0,
      "totalCreditLimit": 0,
      "tpv": 0,
      "interestRate": 0,
      "creationDate": "2019-05-23T18:09:39.971Z",
      "lastUpdateDate": "2019-05-23T18:09:39.971Z",
      "status": "string"
    }