Guides

GET_USER_PRODUCTS

This action code returs the all user product with details .

Request

payload: {
        "product" : "FD"
         }

Response

{
        "product": [
            {
                "id": "135622ce-b053-40dd-ba06-9f1f7829a5ac",
                "accountNo": "102714761286",
                "productId": "32a969be-2396-4c20-b033-f7c899364bf4",
                "scheme": "FD",
                "schemeCode": "1431",
                "status": "ACTIVE",
                "bankName": "SHIVALIK",
                "createdOn": 1722680015516
            }
        ],
        "fdOrderDTOS": [
            {
                "orderId": "5f751e78-ac33-4e7a-b204-f7dfefbb206e",
                "userId": "2d77841e-d7cc-4f02-bd94-d00d6aabf0c6",
                "enterpriseId": "refine",
                "bankName": "SHIVALIK",
                "state": "BOOKED",
                "payload": {
                    "days": "0",
                    "amount": "100",
                    "months": "6",
                    "scheme": "1431",
                    "paymentMode": "NET BANKING",
                    "nomineeDetails": {
                        "dob": "2010-01-01",
                        "city": "MANDSAUR",
                        "name": "rahul kumar",
                        "email": "[email protected]",
                        "state": "MADHYA_PRADESH",
                        "isMinor": "YES",
                        "address1": "House no 5",
                        "address2": "Ward no 1",
                        "relation": "BROTHER",
                        "postalCode": "458778",
                        "guardianInfo": {
                            "name": "RAhul shingh",
                            "relation": "FATHER",
                            "addressInfo": {
                                "city": "MUZAFFARPUR",
                                "state": "BIHAR",
                                "postalCode": "842002",
                                "addressLine1": "village Beelpur",
                                "addressLine2": "Vaya Manoharpur"
                            },
                            "guardianDob": "1979-06-28"
                        }
                    },
                    "sourceAccountNo": "420200001892",
                    "sourceAccountIfsc": "ICIC0000041",
                    "isNomineeApplicable": "YES",
                    "redemptionAccountNo": "420200001892",
                    "redemptionAccountIfsc": "ICIC0000041",
                    "isRedemptionSameAsSourceAccount": "YES"
                },
                "transactionReferenceNumber": "FAL615048296",
                "accountNumber": "102714761286"
            },
            {
                "orderId": "cf4c0625-62cf-4886-93bf-c042491b7c8f",
                "userId": "2d77841e-d7cc-4f02-bd94-d00d6aabf0c6",
                "enterpriseId": "refine",
                "bankName": "SHIVALIK",
                "state": "PAYMENT_SUCCESS",
                "payload": {
                    "days": "0",
                    "amount": "100",
                    "months": "6",
                    "scheme": "1431",
                    "paymentMode": "NET BANKING",
                    "nomineeDetails": {
                        "dob": "2010-01-01",
                        "city": "MANDSAUR",
                        "name": "rahul kumar",
                        "email": "[email protected]",
                        "state": "MADHYA_PRADESH",
                        "isMinor": "YES",
                        "address1": "House no 5",
                        "address2": "Ward no 1",
                        "relation": "BROTHER",
                        "postalCode": "458778",
                        "guardianInfo": {
                            "name": "RAhul shingh",
                            "relation": "FATHER",
                            "addressInfo": {
                                "city": "MUZAFFARPUR",
                                "state": "BIHAR",
                                "postalCode": "842002",
                                "addressLine1": "village Beelpur",
                                "addressLine2": "Vaya Manoharpur"
                            },
                            "guardianDob": "1979-06-28"
                        }
                    },
                    "sourceAccountNo": "420200001892",
                    "sourceAccountIfsc": "ICIC0000041",
                    "isNomineeApplicable": "YES",
                    "redemptionAccountNo": "420200001892",
                    "redemptionAccountIfsc": "ICIC0000041",
                    "isRedemptionSameAsSourceAccount": "YES"
                },
                "transactionReferenceNumber": "REF252175325"
            }
        ]
}