Get Fixed Deposit by Liquidation Account

This returns a customer's fixed deposit account using liquidation account

Overview

To get a customer's fixed deposit account you first need to build the complete get fixed deposit by liquidation account endpoint by passing version to the url path then pass authToken and LiquidationAccountNumber to the url query params.
Then you make a get request to this complete endpoint.

A successful request will return a 200 status code with the customer's fixed deposit account details in the response body.

You can check the API reference to Get Fixed Deposit By LiquidationAccountNumber