Get KYC Types

GET https://fuspay-kyc-prod-e9eb4fd3aa33.herokuapp.com/api/v1/kyc_type

Response

[
  {
    "_id": "6564dc907049168cd3eeab8e",
    "flow_id": "6551e7065c98f8001cee0fc2",
    "name": "Business",
    "created_at": "2023-11-27T18:14:40.904Z",
    "updated_at": "2023-11-27T18:14:40.904Z",
    "__v": 0
  }
]
Key
Type
Description

_id

String

This is the id that represents the KYC (Business, Individual) .

flow_id

String

The flow id represents the specific flow of the KYC. Eg KYC for individuals can have different flows

name

String

This describes the kind of KYC e.g. Business.

Last updated