v1

latestOpenAPI 3.1.02026-07-2611041.1 KB

Property Verification

post/v1/properties

Request body

customerReferencestring required

Customer reference

propertyNamestring required

Property Name

propertyTypestring required

Hotel, Airbnb, Shop, Residential Building, Office Complex, Warehouse, Apartment, Other

lgaNamestring required

Local govt area name to be verified

addressstring required

Property address to be verified

propertyPhoto1string binary

multipart form data

propertyPhoto2string binary

mulipart form data

propertyPhoto3string binary

multipart form data

propertyPhoto4string binary

multipart form data

propertyPhoto5string binary

multipart form data

propertyPhoto6string binary

mulipart form data

Response

200

idinteger
customerReferencestring

Example response

{
  "id": 95,
  "customerReference": "eplompont",
  "applicant": {
    "firstname": "Bunch",
    "lastname": "Dillon",
    "phone": "+2349010000000",
    "email": "no@gmail.com"
  },
  "status": {
    "status": "IN_PROGRESS",
    "subStatus": "IN PROGRESS",
    "state": "IN_PROGRESS"
  },
  "property": {
    "id": 95,
    "verificationTypeCode": "property",
    "requestValue": "Residence(Hotel)\n13, yaba street mushin lagos, Mushin",
    "isAsset": true,
    "organisationId": 86923,
    "requestedAt": "2022-11-04T10:44:55.000Z",
    "consentReference": "lPt2jHv28SGV8-dVtmmln",
    "requestSource": "api",
    "stateId": 25,
    "stateName": "Lagos",
    "lgaId": 515,
    "lgaName": "Mushin",
    "customerReference": "eplompont",
    "paymentMethodCode": "standard",
    "propertyBasic": {
      "propertyName": "Residence",
      "propertyType": "Hotel"
    },
    "propertyLocation": {
      "street": "13, yaba street mushin lagos"
    },
    "updatedAt": "2022-11-04T10:44:55.000Z",
    "status": {
      "status": "IN_PROGRESS",
      "subStatus": "IN PROGRESS",
      "state": "IN_PROGRESS"
    }
  }
}