Get Fixed Deposit by Account Number

This returns a customer's fixed deposit account.

Overview

To get a customer's fixed deposit account you first need to build the complete get fixed deposit account endpoint by passing version to the url path then pass authToken and accountNumber 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 Account By Account Number