Get Verification Status

Read on verification status of submitted user information

You can get the verification status of each KYC/KYB information (CIP tag) a user has submitted through this API. Only the status of submitted information will be presented here, however, you may be required to collect more information based on your spec sheet for a user's transaction to be processed.

The verification status can be any of the following. Details are also outlined here.

Verification Status

Description

SUBMIT

CIP tag has been successfully submitted

REVIEWING

CIP tag is under review

VERIFIED

CIP tag is verified

FAILED

CIP tag verification failed

REQUESTED

CIP tag is required for the user. This usually occurs when a user has created a transaction above their current tier limits and additional KYC information is required to further process the transaction.

GET /users/{{user_id}}/cip-info

curl --location --request GET '{{url}}/users/{{user_id}}/cip-info' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'

Last updated