Eligiblity Check API
POST https://uatonboardingapi.fatakpay.com/external-api/v1/emi-insurance-eligibility
In a collaborative partnership, Partner shares user details – Name, Mobile number, DOB, and PAN – with FatakPay. FatakPay utilizes the PAN to retrieve the CIBIL report, checking the eligibilty of the user to get personalized premium offers tailored to the credit profile of users. This seamless process ensures users receive targeted and transparent financial offerings.
Request Body
[{"name"=>"mobile", "value"=>"9601306675", "datatype"=>"number"}, {"name"=>"first_name", "value"=>"Umang", "datatype"=>"string"}, {"name"=>"last_name", "value"=>"Banugaria", "datatype"=>"string"}, {"name"=>"email", "value"=>"umang@fatakpay.com", "datatype"=>"string"}, {"name"=>"employment_type_id", "value"=>"Salaried", "datatype"=>"string"}, {"name"=>"pan", "value"=>"DWYPB4070A", "datatype"=>"string"}, {"name"=>"dob", "value"=>"02-06-2000", "datatype"=>"string"}, {"name"=>"pincode", "value"=>"400052", "datatype"=>"number"}, {"name"=>"home_address", "value"=>"", "datatype"=>"null"}, {"name"=>"office_address", "value"=>"Tecnopolis Andheri", "datatype"=>"string"}, {"name"=>"emp_code", "value"=>"", "datatype"=>"null"}, {"name"=>"premium_amount", "value"=>"12000", "datatype"=>"number"}, {"name"=>"type_of_residence", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |