Deposit Product List
This API returns our banking deposit product list.
API Information
URL |
/depositProductList |
Method |
POST |
Version |
1.0 |
Scope |
public |
Authorization Flow |
Client Credentials |
Input Information
This API doesn’t get any input.
Output Information
| Name | Format | Description |
DepositProduct |
List< DepositProduct > | Deposit product information |
DepositProduct
| Name | Format | Description |
ProductCode |
String | Deposit product code |
ProductName |
String | Deposit product name |
CurrencyCodes |
List< CurrencyCodes > | Currency codes |
CurrencyCodes
| Name | Format | Description |
CurrencyCode |
String | Currency code |
Example
Request:
{
}
Response:
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Completed",
"ObjectID": "97ce0b67-07f3-4d2f-bb7e-4909fe80aaae"
},
"Data": {
"DepositProduct": [
{
"ProductName": "Birikimli Mevduat Hesabı",
"ProductCode": "55500485",
"CurrencyCodes": {
"CurrencyCode": [
"TL",
"USD",
"EUR",
"ALT",
"GBP"
]
}
},
...
{
"ProductName": "Avantajlı e-Vadeli Faiz Oranları",
"ProductCode": "55500006",
"CurrencyCodes": {
"CurrencyCode": [
"TL",
"USD",
"EUR",
"ALT",
"GBP"
]
}
},
{
"ProductName": "ARI Hesabı Faiz Oranları",
"ProductCode": "55500365",
"CurrencyCodes": {
"CurrencyCode": [
"TL",
"USD",
"EUR"
]
}
}
]
}
}
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-