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

# Guarantor Plus Verification

`POST /v1/guarantors/plus`

Verify Guarantor and Guarantor Address

## 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
  - `verifyAddress` boolean, required — Verification for guarantor's address
  - `acceptableIdtype` 'nin' | 'bvn' | 'drivers_license', required — Guarantor's identification type
  - `applicant` object
    - `firstname` string — 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

## Other responses

- `400` — 400

---

[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)
