Create Customer Identification V2
This will create a new identification for the customer, dependent on the customer type a KYC or KYB will be created for the customer to complete. we support three types of identification:
- Link: where a link is provided to the customer for access to the identification process.
- Token: where a token is provided in the request from which verification data can be extracted and where the token is generated by the third party provider
- Person: where the identification details of the person for which the identification process is being created are provided in the request
Authorizations
API Key
Headers
a UUID ensuring an Customer Identification operation is only processed once
Optional sub-partner UUID, if provided, the identification will be created under scope of the sub-partner
Path Parameters
the ID of the Customer to create an Identification for
Body
The Identification data to be used for the identification
- IdentificationLinkparams
- IdentificationTokenParams
- IdentificationPersonParams
- IdentificationBusinessParams
Identification Create Params V2
The params required to create an identification v2, we support three types of identification:
- Link: where a link is provided to the customer for access to the identification process.
- Token: where a token is provided in the request from which verification data can be extracted and where the token is generated by the third party provider
- Person: where the identification details of the person for which the identification process is being created are provided in the request
Response
POST Customer Identification Succeeded
Identification
The entity wrapping our KYC/KYB process and underlying providers
The Process status of the identification
The various state transitions an identification can go through.
Pending, Processed, PendingReview, Approved, Declined, Expired - BusinessIdentificationStepStatus
- PersonIdentificationStepStatus

