API Reference

Sample Payload for Credit Report Questions

Sample payload for Credit Report Questions:

{
    "<question_key>": "<answers.value for the respected question>"
}

Sample Success Response :

{
    "is_success": true,
    "data": {
   	 "q1": {
   		 "question": "Please select the credit card (last 4 digits) that is issued by Amex?",
   		 "question_key": "5214150",
   		 "answers": [{
   			 "label": "0382",
   			 "value": "1285470"
   		 }, {
   			 "label": "2467",
   			 "value": "1285472"
   		 }, {
   			 "label": "6551",
   			 "value": "1285474"
   		 }, {
   			 "label": "7698",
   			 "value": "1285476"
   		 }, {
   			 "label": "None of the Above",
   			 "value": "1285478"
   		 }],
   		 "available": "True"
   	 },
   	 "q2": {
   		 "question": "Select the highest loan amount sanctioned by Hdfc Bank to you?",
   		 "question_key": "5214152",
   		 "answers": [{
   			 "label": "1672000",
   			 "value": "1285480"
   		 }, {
   			 "label": "334400",
   			 "value": "1285482"
   		 }, {
   			 "label": "418000",
   			 "value": "1285484"
   		 }, {
   			 "label": "836000",
   			 "value": "1285486"
   		 }, {
   			 "label": "I Don't Have An Account With Hdfc Bank",
   			 "value": "1285488"
   		 }],
   		 "available": "True"
   	 },
   	 "q3": {
   		 "question": "Select the lender who has sanctioned the highest loan amount to you?",
   		 "question_key": "5214154",
   		 "answers": [{
   			 "label": "Bob",
   			 "value": "1285490"
   		 }, {
   			 "label": "Indiabulls Hfc",
   			 "value": "1285492"
   		 }, {
   			 "label": "Pnb",
   			 "value": "1285494"
   		 }, {
   			 "label": "Pnb Hsg",
   			 "value": "1285496"
   		 }, {
   			 "label": "None of the Above",
   			 "value": "1285498"
   		 }],
   		 "available": "True"
   	 },
   	 "q4": {
   		 "question": "Please select the lender who issued your NEWEST credit card?",
   		 "question_key": "5214156",
   		 "answers": [{
   			 "label": "Boi",
   			 "value": "1285500"
   		 }, {
   			 "label": "Citibank",
   			 "value": "1285502"
   		 }, {
   			 "label": "Iob",
   			 "value": "1285504"
   		 }, {
   			 "label": "Sbi",
   			 "value": "1285506"
   		 }, {
   			 "label": "None of the Above",
   			 "value": "1285508"
   		 }],
   		 "available": "True"
   	 },
   	 "q5": {
   		 "question": "Select Credit card limit you have with Sbi Card?",
   		 "question_key": "5214158",
   		 "answers": [{
   			 "label": "1284000",
   			 "value": "1285510"
   		 }, {
   			 "label": "171200",
   			 "value": "1285512"
   		 }, {
   			 "label": "428000",
   			 "value": "1285514"
   		 }, {
   			 "label": "856000",
   			 "value": "1285516"
   		 }, {
   			 "label": "I Don't Have An Account With Sbi Card",
   			 "value": "1285518"
   		 }],
   		 "available": "True"
   	 },
   	 "q6": {
   		 "available": "False"
   	 },
   	 "q7": {
   		 "available": "False"
   	 },
   	 "q8": {
   		 "available": "False"
   	 },
   	 "q9": {
   		 "available": "False"
   	 },
   	 "q10": {
   		 "available": "False"
   	 }
    },
    "stage": "<stage_choice>"
}