Customer Kyc
Fetch customer ckyc/kra record for a given product and manufacturer combination
application/json
Request Body required
manufacturerId Manufacturerid required
Unique identifier of the AMC
productId Productid required
System generated unique id to identify a manufacturer products/strategy
customerPAN Customerpan required
PAN Number of the customer
customerDOB Customerdob required
Date of birth of the customer
journeyType Journeytype
Default value: DIY
Journey Type e.g. DIY
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
reqId Reqid required
errors undefined[]
Default value: []
data object
sessionId Sessionid
ckyc object
availabilityDetails object[]
keyName Keyname
available Available
customer object
customerNamePrefix Customernameprefix
customerFirstName Customerfirstname
customerLastName Customerlastname
customerMiddleName Customermiddlename
customerDob Customerdob
gender Gender
customerMaritalStatus Customermaritalstatus
customerPan Customerpan
fatherNamePrefix Fathernameprefix
fatherFirstName Fatherfirstname
fatherLastName Fatherlastname
fatherMiddleName Fathermiddlename
motherNamePrefix Mothernameprefix
motherFirstName Motherfirstname
motherMiddleName Mothermiddlename
motherLastName Motherlastname
motherMaidenNamePrefix Mothermaidennameprefix
motherMaidenFirstName Mothermaidenfirstname
motherMaidenLastName Mothermaidenlastname
motherMaidenMiddleName Mothermaidenmiddlename
poiType Poitype
nationality Nationality
residentialStatus Residentialstatus
poiUrl Poiurl
photoUrl Photourl
wetSignatureUrl Wetsignatureurl
otherNationality Othernationality
ckycNumber Ckycnumber
kraStatus Krastatus
kraName Kraname
invalid Invalid
address object[]
addressType Addresstype
addressLine1 Addressline1
addressLine2 Addressline2
proofOfAddressType Proofofaddresstype
proofOfAddressDocNumber Proofofaddressdocnumber
pincode Pincode
city City
state State
country Country
poaUrl Poaurl
invalid Invalid
contact object
mobile Mobile
mobileBelongsTo Mobilebelongsto
officeTelIsd Officetelisd
officeTelephoneNumber Officetelephonenumber
primaryEmailId Primaryemailid
primaryEmailBelongsTo Primaryemailbelongsto
secondaryEmailId Secondaryemailid
secondaryEmailBelongsTo Secondaryemailbelongsto
areaCode Areacode
invalid Invalid
occupation object
primarySourceOfWealth Primarysourceofwealth
occupation Occupation
education Education
natureOfBusiness Natureofbusiness
netWorth Networth
netWorthAsOn Networthason
pep Pep
annualIncome Annualincome
invalid Invalid
cvlKra object
availabilityDetails object[]
keyName Keyname
available Available
customer object
customerNamePrefix Customernameprefix
customerFirstName Customerfirstname
customerLastName Customerlastname
customerMiddleName Customermiddlename
customerDob Customerdob
gender Gender
customerMaritalStatus Customermaritalstatus
customerPan Customerpan
fatherNamePrefix Fathernameprefix
fatherFirstName Fatherfirstname
fatherLastName Fatherlastname
fatherMiddleName Fathermiddlename
motherNamePrefix Mothernameprefix
motherFirstName Motherfirstname
motherMiddleName Mothermiddlename
motherLastName Motherlastname
motherMaidenNamePrefix Mothermaidennameprefix
motherMaidenFirstName Mothermaidenfirstname
motherMaidenLastName Mothermaidenlastname
motherMaidenMiddleName Mothermaidenmiddlename
poiType Poitype
nationality Nationality
residentialStatus Residentialstatus
poiUrl Poiurl
photoUrl Photourl
wetSignatureUrl Wetsignatureurl
otherNationality Othernationality
ckycNumber Ckycnumber
kraStatus Krastatus
kraName Kraname
invalid Invalid
address object[]
addressType Addresstype
addressLine1 Addressline1
addressLine2 Addressline2
proofOfAddressType Proofofaddresstype
proofOfAddressDocNumber Proofofaddressdocnumber
pincode Pincode
city City
state State
country Country
poaUrl Poaurl
invalid Invalid
contact object
mobile Mobile
mobileBelongsTo Mobilebelongsto
officeTelIsd Officetelisd
officeTelephoneNumber Officetelephonenumber
primaryEmailId Primaryemailid
primaryEmailBelongsTo Primaryemailbelongsto
secondaryEmailId Secondaryemailid
secondaryEmailBelongsTo Secondaryemailbelongsto
areaCode Areacode
invalid Invalid
occupation object
primarySourceOfWealth Primarysourceofwealth
occupation Occupation
education Education
natureOfBusiness Natureofbusiness
netWorth Networth
netWorthAsOn Networthason
pep Pep
annualIncome Annualincome
invalid Invalid
{
"reqId": "string",
"errors": [
null
],
"data": {
"ckyc": {
"availabilityDetails": [
{
"keyName": "string",
"available": true
}
],
"customer": {
"customerNamePrefix": "string",
"customerFirstName": "string",
"customerLastName": "string",
"customerMiddleName": "string",
"customerDob": "string",
"gender": "string",
"customerMaritalStatus": "string",
"customerPan": "string",
"fatherNamePrefix": "string",
"fatherFirstName": "string",
"fatherLastName": "string",
"fatherMiddleName": "string",
"motherNamePrefix": "string",
"motherFirstName": "string",
"motherMiddleName": "string",
"motherLastName": "string",
"motherMaidenNamePrefix": "string",
"motherMaidenFirstName": "string",
"motherMaidenLastName": "string",
"motherMaidenMiddleName": "string",
"poiType": "string",
"nationality": "string",
"residentialStatus": "string",
"poiUrl": "string",
"photoUrl": "string",
"wetSignatureUrl": "string",
"otherNationality": "string",
"ckycNumber": "string",
"kraStatus": "string",
"kraName": "string",
"invalid": true
},
"address": [
{
"addressType": "string",
"addressLine1": "string",
"addressLine2": "string",
"proofOfAddressType": "string",
"proofOfAddressDocNumber": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string",
"poaUrl": "string",
"invalid": true
}
],
"contact": {
"mobile": "string",
"mobileBelongsTo": "string",
"officeTelIsd": "string",
"officeTelephoneNumber": "string",
"primaryEmailId": "string",
"primaryEmailBelongsTo": "string",
"secondaryEmailId": "string",
"secondaryEmailBelongsTo": "string",
"areaCode": "string",
"invalid": true
},
"occupation": {
"primarySourceOfWealth": "string",
"occupation": "string",
"education": "string",
"natureOfBusiness": "string",
"netWorth": "string",
"netWorthAsOn": "string",
"pep": "string",
"annualIncome": "string",
"invalid": true
}
},
"cvlKra": {
"availabilityDetails": [
{
"keyName": "string",
"available": true
}
],
"customer": {
"customerNamePrefix": "string",
"customerFirstName": "string",
"customerLastName": "string",
"customerMiddleName": "string",
"customerDob": "string",
"gender": "string",
"customerMaritalStatus": "string",
"customerPan": "string",
"fatherNamePrefix": "string",
"fatherFirstName": "string",
"fatherLastName": "string",
"fatherMiddleName": "string",
"motherNamePrefix": "string",
"motherFirstName": "string",
"motherMiddleName": "string",
"motherLastName": "string",
"motherMaidenNamePrefix": "string",
"motherMaidenFirstName": "string",
"motherMaidenLastName": "string",
"motherMaidenMiddleName": "string",
"poiType": "string",
"nationality": "string",
"residentialStatus": "string",
"poiUrl": "string",
"photoUrl": "string",
"wetSignatureUrl": "string",
"otherNationality": "string",
"ckycNumber": "string",
"kraStatus": "string",
"kraName": "string",
"invalid": true
},
"address": [
{
"addressType": "string",
"addressLine1": "string",
"addressLine2": "string",
"proofOfAddressType": "string",
"proofOfAddressDocNumber": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string",
"poaUrl": "string",
"invalid": true
}
],
"contact": {
"mobile": "string",
"mobileBelongsTo": "string",
"officeTelIsd": "string",
"officeTelephoneNumber": "string",
"primaryEmailId": "string",
"primaryEmailBelongsTo": "string",
"secondaryEmailId": "string",
"secondaryEmailBelongsTo": "string",
"areaCode": "string",
"invalid": true
},
"occupation": {
"primarySourceOfWealth": "string",
"occupation": "string",
"education": "string",
"natureOfBusiness": "string",
"netWorth": "string",
"netWorthAsOn": "string",
"pep": "string",
"annualIncome": "string",
"invalid": true
}
}
}
}
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
oneOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...