v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

CKYC Download Generate OTP API

post/v2/kyc/ckyc/download/generate-otp

Headers

client_idstring required

ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

Request body

reference_idstring required

Any unique ID assigned by you for this API request.

id_numberstring required

14-digit CKYC number

mobilestring required

Mobile number linked to the CKYC number

Response

200

decentroTxnIdstring
statusstring
messagestring
responseKeystring

Example response

{
  "decentroTxnId": "63745729D13A4640A8818EF2810FC5DB",
  "status": "SUCCESS",
  "message": "OTP generated and sent successfully on the registered mobile number. Kindly trigger the Validate OTP API within the next 10 minutes.",
  "responseKey": "success_otp_generated"
}