Fetch KYC application
Fetch member profile KYC details.
base_url/graphql/member-services
#
Requestmutation { fetch_kyc_application { _id status message user_id create_kyc_request { id created_at status customer_identifier reference_id transaction_id customer_name reminder_registered expire_in_days access_token { created_at id name entity_id } } aadhaar_data { id_number document_type id_proof_type gender name dob current_address permanent_address current_address_details { address locality_or_post_office district_or_city state pincode } permanent_address_details { address locality_or_post_office district_or_city state pincode } modified_ts } pan_data { id_number document_type id_proof_type gender name dob } completed_at face_match_obj_type face_match_status obj_analysis_status processing_done }}
#
Response{ "data": { "fetch_kyc_application": { "_id": "60ab3db70dbc43af76ccb8da", "status": true, "message": "Records Fetched Sucessfully", "user_id": "60ab3d4cd41a50bea77b1461", "create_kyc_request": { "id": "KID210527123000591P6O5W3Z9HQUGJA", "created_at": "2021-05-27 12:30:00", "status": "requested", "customer_identifier": "6235692050", "reference_id": "60ab3db70dbc43af76ccb8da", "transaction_id": "60ab3db70dbc43af76ccb8da", "customer_name": "Rahul Jacob", "reminder_registered": false, "expire_in_days": 10, "access_token": { "created_at": "2021-05-27 12:30:00", "id": "GWT210527123000614T8KZM2U4FQTEFT", "name": null, "entity_id": "KID210527123000591P6O5W3Z9HQUGJA" } }, "aadhaar_data": { "id_number": "XXXXXXXX7320", "document_type": "aadhaar", "id_proof_type": "ID_AND_ADDRESS_PROOF", "gender": "M", "name": "Rahul Jacob", "dob": "04/01/1990", "current_address": "S/O: Jacob John, ABC HOUSE,ABC HOUSING COLONY XYZ VILLAGE, Kottayam, \nKerala, 686500", "permanent_address": "S/O: Jacob John, ABC HOUSE,ABC HOUSING COLONY XYZ VILLAGE, Kottayam, \nKerala, 686500, \nKerala, 686506", "current_address_details": null, "permanent_address_details": null, "modified_ts": null }, "pan_data": { "id_number": "AZRPJ0013K", "document_type": "pan", "id_proof_type": "ID_PROOF", "gender": "M", "name": "RAHUL JACOB", "dob": "04/01/1990" }, "completed_at": "2021-05-27 12:36:24", "face_match_obj_type": "none", "face_match_status": "na", "obj_analysis_status": "na", "processing_done": "true" } }}