CKYC & PAN Verification Event

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

{
	"msg": "PAN verification completed successfully.",
	"user_id": "usr_6d6b2be080d540d89447c99f1250b9b7",
	"ckyc_details": {
		"ckyc_no": "30040635514001",
		"address_details": {
			"city": "Mumbai",
			"state": "MAHARASHTRA",
			"country": "India",
			"zip_code": "400064",
			"address_id": "adr_6b5b07edfefe4bf1ae175692426ac690",
			"address_line_1": "702 A Wing Evershine Grandeur Chincholi Bunder Road",
			"address_line_2": "Malad West Behind Inorbit Mall"
		}
	}
}

Field Name

Data Type

Required (O/M)

Description

Msg

String

M

Message for successfull CKYC and PAN verification

ckyc_details

Map

M

CKYC details of the user

ckyc_details.address

Map

M

Address-Details of the User

ckyc_details.address.address_id

String

M

Unique id of the Address

ckyc_details.address.address_line1

String

M

Address-Line1 of the User

ckyc_details.address.address_line2

String

M

Address-Line2 of the User

ckyc_details.address.city

String

M

City of the User

ckyc_details.address.state

String

M

State of the User

ckyc_details.address.country

String

M

Country of the User

ckyc_details.address.zip_code

String

M

ZIP-Code of the User

ckyc_details.ckcy_no

String

M

Unique identifier for CKYC

user_id

String

M

Id for the user whose CKYC initiated

Last updated