The Get KYC Requirement is an authenticated API call that dynamically returns the KYC status of the User based on the quote ID. Since Transak supports multi-level KYC across different countries, this API helps determine the exact KYC requirements for a user before proceeding with transactions.
The quote ID must be passed when calling this API, as it determines the required KYC level (Simple KYC, Standard KYC, etc.). The response includes the kyc status which can be -
NOT_SUBMITTED → personal and address details are not submitted.
APPROVED → KYC is approved
SUBMITTED → KYC is submitted
ADDITIONAL_FORMS_REQUIRED → Additional KYC information required which can be fetched using GET Additional Requirements API.
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Note: This is applicable only for Auth Reliance Flows
Quote Id generated from api/v2/lookup/quotes
200 - Enhanced KYC Additional Forms Required