CKYC Verify Event

This event will get triggered to notify the CKYC verification status.

{
  "ckyc_no":"41166357127731",
  "user_id":"usr_7db2b620a46041f383dc1b88c55e9f29",
  "address_details":
    {
      "address_id":"adr_865340a97c6c4f39958c6f860e279ec9",
      "address_line_1":"F 113 GALI NO 9 VIJAY VIHAR ROHINI",
      "address_line_2":"ARTI MEDICAL SECTOR 4 ROHINISECTOR 7 NORTH WEST DELHI DELHI 110085",
      "city":"DELHI",
      "state":"DELHI",
      "country":"India",
      "zip_code":"110085"
    },
}

Field Name

Data Type

Required (O/M)

Description

ckcy_no

String

M

Unique identifier for CKYC

address

Map

M

Address-Details of the User

address.address_id

String

M

Unique id of the Address

address.address_line1

String

M

Address-Line1 of the User

address.address_line2

String

M

Address-Line2 of the User

address.city

String

M

City of the User

address.state

String

M

State of the User

address.country

String

M

Country of the User

address.zip_code

String

M

ZIP-Code of the User

user_id

string

M

Id for the user whose CKYC initiated

Last updated