Retrieve KYC requirements
Get the required and optional KYC fields for a specific rail, along with any invalid KYC fields currently held by the user for unlocking the rail.
The Get KYC Requirements endpoint provides a comprehensive list of required and optional KYC fields needed to initiate a KYC submission (the same set of info available in our Compliance Guide). Additionally, it identifies any invalid fields in the user’s current KYC data that need to be updated before submission. This is particularly useful for pre-filling KYC forms and addressing issues proactively.
This endpoint is intended only for use before KYC submission. After submitting KYC data, use the Retrieve KYC status endpoint to check the submission status and further identify any fields that may still require updates.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user
Query Parameters
The type of rail.
USD, SOUTH_AMERICA_STANDARD, AFRICA_GENERAL, AFRICA_NIGERIA, GLOBAL_NETWORK, USD_FIAT Response
Success
- KYC Requirement Object (USD - Business)
- KYC Requirement Object (USD - Individual)
The type of rail.
USD, SOUTH_AMERICA_STANDARD, AFRICA_GENERAL, AFRICA_NIGERIA, GLOBAL_NETWORK, USD_FIAT business KYC fields required for this rail. The required fields varies based on the Rail.
KYC fields that are optional for this rail. The optional fields varies based on the Rail.
KYC fields the user currently holds that are either missing or invalid for this rail. The specific invalid fields vary depending on the user’s current KYC data.