GET_USER_PRODUCTS
This API is used to fetch the list of products that the user has enrolled with Falcon.
Request
payload: {
"product" : "SAVING"
}
Response
{
"headers": {},
"body": {
"product": [
{
"id": "04740fa6-f8dc-44bd-b17e-4b5cc212c934",
"accountNo": "100710527800",
"productId": "6dd144ae-a634-4cfa-9015-feb19fc919a7",
"scheme": "SAVING",
"schemeCode": "1028",
"status": "ACTIVE",
"bankName": "SHIVALIK",
"createdOn": 1725976289079
}
],
"fdOrderDTOS": []
},
"statusCode": "OK",
"statusCodeValue": 200
}
Updated 4 months ago