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

Borrowers

A person or organization that takes out a loan from a financial institution under an agreement to pay it back later, typically with interest. In this version, v2.0, the bank account is associated with Loan and Proposal and not with the Borrower. This was changed considering the fact that at the time of acceptance of the Proposal the bank account registered by the customer may not be the current account in the customer's registry.

Borrowers possible status: Processing, Active, Inactive

{
      "id": "jps2e31agp543dmf5vvbrqruf",
      "document": "99988877766",
      "name": "Borrower Company",
      "affiliationKey": "bf2c270c6d074069a9df8fa3d4ccab93",
      "affiliationCode": "987654321",
      "phoneNumber": "552199998888",
      "email": "[email protected]",
      "address": {
        "id": "jps2e31agp5m7gk52q28g9fz5",
        "streetName": "Av Moraes Brito",
        "streetNumber": "543",
        "complement": "Casa 2",
        "neighborhood": "Araquari",
        "city": "Rio de Janeiro",
        "state": "RJ",
        "postalCode": "77765-032"
      },
      "creationDate": "2019-07-05T16:47:44",
      "lastUpdateDate": "2019-07-05T16:47:44",
      "status": "Active"
    }