Complete Verification

POST Complete Verification

POST http://localhost:8009/api/v1/modular/complete/69689455a8af0805a9fe55e8


Example Request

curl --location --request POST 'http://localhost:8009/api/v1/modular/complete/69689455a8af0805a9fe55e8'

Example Response

{
  "success": false,
  "message": "Cannot complete verification. Some checks are still pending.",
  "pending_checks": [
    "bvn",
    "phone",
    "liveliness",
    "address_verification",
    "bio",
    "tin",
    "cac",
    "aml_check",
    "sanction_list"
  ],
  "completed_checks": 1,
  "total_checks": 11
}

Did this page help you?