PRODUCT_SCHEME
Use this action to fetch Product Scheme for the programs that the enterprise is enrolled with one or more banking partners on Falcon
Request
payload: {
product : "FD"
}
Response
{
"productSchemes": {
"SHIVALIK": [
{
"id": "0db01e7d-4e4d-4b8a-94d3-25811a6f67ea",
"scheme": "SAVING",
"schemeCode": "1036",
"status": "ACTIVE",
"product": "SAVING",
"issuerName": "SHIVALIK"
},
{
"id": "748c23f5-7fc1-4cfe-8287-c9dccb5bb994",
"scheme": "FD",
"schemeCode": "1428",
"status": "ACTIVE",
"product": "FD",
"issuerName": "SHIVALIK"
}
],
}
}
Payload
Field | Type | Supported Values | Description |
---|---|---|---|
product | String | FD | Use FD as the value for this |
Updated 11 months ago