Get Fixed Deposit by Phone Number

This returns a customer's fixed deposit account using phone number

Overview

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