Skip to main content

Applicant

iduuidrequired
physical_guarantors object[]
  • Array [
  • iduuidrequired
    first_name object
    anyOf
    string
    last_name object
    anyOf
    string
    email object
    anyOf
    string
    phone object
    anyOf
    string
    added_atdate-timerequired
    last_update object
    anyOf
    string
    external_reference object
    anyOf
    string
    category object
    anyOf
    string
    applicant_fileuuidrequired
    for_applicantuuidrequired
    status object
    anyOf
    string
    score object
    anyOf
    number
  • ]
  • alerts object[]
  • Array [
  • alert_typeAlert Type (string)required
    documentDocument (string)required
    document_typeDocument Type (string)required
    status object
    anyOf
    string

    Possible values: [NEUTRAL, WARNING, ERROR, SUCCESS]

    comment object
    anyOf
    string
    codeCode (string)required
  • ]
  • score object
    anyOf
    number
    first_name object
    anyOf
    string

    Possible values: <= 128 characters

    last_name object
    anyOf
    string

    Possible values: <= 128 characters

    email object
    anyOf
    string

    Possible values: <= 254 characters

    phone object
    anyOf
    string

    Possible values: <= 14 characters

    external_reference object
    anyOf
    string

    Possible values: <= 80 characters

    added_at object
    anyOf
    string
    last_update object
    anyOf
    string
    is_guarantor object
    anyOf
    boolean
    statusStatusB55Enum (string)required

    Possible values: [NEW, OPEN, COLLECT_STARTED, COLLECT_COMPLETE, PROCESSING, HUMAN_ACTION_REQUIRED, ANALYZED, COLLECTED, CLOSED]

    applicant_fileuuid
    category object
    anyOf
    string
    form_submitted object
    anyOf
    string
    Applicant
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "physical_guarantors": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "first_name": "string",
    "last_name": "string",
    "email": "user@example.com",
    "phone": "string",
    "added_at": "2024-07-29T15:51:28.071Z",
    "last_update": "2024-07-29T15:51:28.071Z",
    "external_reference": "string",
    "category": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "applicant_file": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "for_applicant": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "status": "string",
    "score": 0
    }
    ],
    "alerts": [
    {
    "alert_type": "string",
    "document": "string",
    "document_type": "string",
    "status": "NEUTRAL",
    "comment": "string",
    "code": "string"
    }
    ],
    "score": 0,
    "first_name": "string",
    "last_name": "string",
    "email": "user@example.com",
    "phone": "string",
    "external_reference": "string",
    "added_at": "2024-07-29T15:51:28.071Z",
    "last_update": "2024-07-29T15:51:28.071Z",
    "is_guarantor": true,
    "status": "NEW",
    "applicant_file": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "category": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "form_submitted": "2024-07-29T15:51:28.071Z"
    }