Get Fixed Deposit Account By Liquidation Account

This returns a customer's fixed deposit account.

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

We have a Production URL and Staging URL you are advised to use the staging during development.

Production URL

http://api.mybankone.com/BankOneWebAPI/api/FixedDeposit/GetFixedDepositAccountByLiquidationAccount/version?authToken={{authoken}}&accountNumber={{account_number}}

Staging URL

http://staging.mybankone.com/BankOneWebAPI/api/FixedDeposit/GetFixedDepositAccountByLiquidationAccount/version?authToken={{authoken}}&accountNumber={{account_number}}

Here is an example request with sample payload to the staging endpoint.

GET http://staging.mybankone.com/BankOneWebAPI/api/FixedDeposit/GetFixedDepositAccountByLiquidationAccount

Path Parameters

Name
Type
Description

version*

Int

Current API version

authToken*

Int

Authentication code for this request

accountNumber*

Int

Customer's account number

{
    // Response
}

Last updated