ranking-star# 2 Initialize KYC Request

To Start KYC Cycle , You need To Initialize KYC Request using Token Generated Before. To Initialize KYC Request Follow This APi

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Body
deviceModelstring Β· nullableOptional

Client's mobile device model

Example: iPhone 8 Plus
manufacturerNamestring Β· nullableOptional

Client's mobile manufacturer name

Example: Apple
imeistring Β· nullableOptional

Client's mobile imei

Example: EFF71C0C-2F53-4E1C-85C6-B067889F4805
defaultPayLoadobject Β· nullableOptional

Organization can add custom json object related to client and received it at call back object

Example: {"key1":"value1", "key2":"value2"}
Responses
chevron-right
200

Success

application/json
post
/Onboarding/api/v1/onboarding/KycRequest/InitializeKycRequest

Last updated