Time Deposit Rates
This API returns deposit interest rate information.
API Information
URL |
/timeDepositRates |
Method |
POST |
Version |
1.0 |
Scope |
public |
Authorization Flow |
Client Credentials |
Input Information
Name | Format | Description | Required/Optional |
CurrencyCode |
String | Currency code | Required |
ProductCode |
String | Deposit product code | Required |
Output Information
DepositInfo
Name | Format | Description |
CurrencyCode |
String | Currency code |
ProductCode |
String | Deposit product code |
InterestRates |
List< InterestRates > | Deposit interest rate |
ProductInterest
Name | Format | Description |
TermDaysStart |
Number | Term day start |
TermDaysEnd |
Number | Term day end |
AmountStart |
Decimal | Starting amount |
AmountEnd |
Decimal | Finishing amount |
CurrentInterestRate |
Decimal | Current interest rate |
Message Codes
Message Code | Description |
ACBH000027 |
Currency code cannot be empty. |
ACBH000028 |
An invalid value was entered in the currency code field. |
ACBH000108 |
Deposit product code cannot be empty. |
ACBH000109 |
Deposit product code is invalid. |
Example
Request:
{ "ProductCode": "55500006", "CurrencyCode": "TL" }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Completed", "ObjectID": "49ae8a91-9925-4db8-a980-d94c4805b445" }, "Data": { "DepositInfo": { "CurrencyCode": "TL", "ProductCode": "55500006", "InterestRates": [ { "TermDaysEnd": "7", "CurrentInterestRate": "5.19", "TermDaysStart": "1", "AmountStart": "5000001.0", "AmountEnd": "9.9999999999E10" }, { "TermDaysEnd": "7", "CurrentInterestRate": "5.19", "TermDaysStart": "1", "AmountStart": "100001.0", "AmountEnd": "500000.0" }, { "TermDaysEnd": "7", "CurrentInterestRate": "5.19", "TermDaysStart": "1", "AmountStart": "1.0", "AmountEnd": "100000.0" }, ... { "TermDaysEnd": "750", "CurrentInterestRate": "5.19", "TermDaysStart": "365", "AmountStart": "5000001.0", "AmountEnd": "9.9999999999E10" } ] } } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-