Get KYC Types
This endpoint is used to get an Array of KYC types (Business, Individual). This provided the _id of the KYC that would be used when creating a KYC request
GET
https://fuspay-kyc-prod-e9eb4fd3aa33.herokuapp.com/api/v1/kyc_type
Response
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