Search Fixed Deposit Account
Last updated
Last updated
To search for an existing fixed deposit account, you need to make a GET request to the specified endpoint:
GET
/api/FixedDepositAccount/v1/Search
This process allows you to retrieve information about existing fixed deposit accounts based on specific search parameters.
A successful request will return the details of the fixed deposit account that matches the search criteria.
Headers
Name | Value |
---|---|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
accountNumber
string
The unique number identifying the account
customerID
string
The unique identifier of the customer associated with the account
accountName
string
The name associated with the account
productCode
string
The code of the product associated with the account
accountOfficerCode
string
The code of the account officer managing the account
accountStatus
string
The current status of the account (e.g., Active, Inactive)
hasDisbursed
boolean
Indicates whether funds have been disbursed from the account using true
or false
startDate
date
The start date of the account activity
endDate
date
The end date of the account activity
pageNumber
integer
The current page number for pagination
pageSize
integer
The number of records per page
sortColumn
string
The column by which the results are sorted
direction
string
The direction of the sort (e.g., ascending or descending)