---
title: "Guarantor Verification"
method: POST
path: "/v1/guarantors"
---

# Guarantor Verification

`POST /v1/guarantors`

Verify a guarantor

## Request body

- object
  - `customerReference` string, required — Customer reference
  - `firstname` string, required — Guarantor's first name
  - `lastname` string, required — Guarantor's last name
  - `phone` string, required — Guarantor's phone number
  - `email` string, required — Guarantor's email address
  - `street` string, required — Guarantor's street
  - `lganame` string, required — Guarantor's local government
  - `landmark` string — Guarantor's address landmark
  - `acceptableIdtype` 'nin' | 'bvn' | 'drivers_license', required — Guarantor's identification type
  - `applicant` object
    - `firstname` string, required — Applicant's first name
    - `lastname` string, required — Applicant's last name
    - `dob` string, date — Applicant's date of date of birth
    - `phone` string, required — Applicant's phone number
    - `idtype` 'nin' | 'bvn' | 'drivers_license' — Applicant's identification type
    - `idnumber` string — Applicant's Identification number

## Response `200`

200

- object
  - `id` integer
  - `customerReference` string
  - `applicant` object
    - `createdAt` string
    - `updatedAt` string
    - `id` integer
    - `firstname` string
    - `middlename` string
    - `lastname` string
    - `gender` string
    - `phone` string
    - `dob` string
  - `status` object
    - `status` string
    - `subStatus` string
    - `state` string
  - `verificationTypeCode` string
  - `organisationId` integer
  - `requestedAt` string
  - `consentReference` string
  - `requestSource` string
  - `archived` boolean
  - `canContactPoc` boolean
  - `paymentMethodCode` string
  - `guarantorDetail` object
    - `guarantorId` integer
  - `guarantorIdentity` object
    - `permissibleIdentityType` string
  - `guarantorVerification` object
    - `verifyAddress` boolean
  - `price` integer
  - `updatedAt` string

---

[API](https://skmtc.net/qoreid/apis/baseurl.md) · [All operations](https://skmtc.net/qoreid/apis/baseurl/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qoreid/baseurl/versions/36a3d804cbc4/schema)
