Loan Product List
This API returns retail loan product list.
API Information
URL |
/loanProductList |
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 |
LoanProduct |
List< LoanProduct > | Loan product information |
LoanProduct
| Name | Format | Description |
Kkdf |
Decimal | Resource utilization support fund (rusf) |
MaksimumLoanAmount |
Decimal | Maximum loan amount |
ProductName |
String | Loan product name |
Bsmv |
Decimal | banking and insurance transaction tax |
MininumLoanAmount |
Decimal | Minimum loan amount |
MinimumLoanTerm |
Number | Minimum loan term |
CampaignName |
String | Loan campaign name |
ProductID |
Number | Loan product id |
InterestRate |
Decimal | Loan interest rate |
MaximumInstallmentTime |
Decimal | Loan maximum installmet time |
MaximumDelayTime |
Decimal | Loan maximum delay time |
MaximumLoanTerm |
Decimal | Maximum loan term |
Example
Request:
{
}
Response:
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Completed",
"ObjectID": "815507e2-1093-4cf8-9256-0c8c141edbb6"
},
"Data": {
"LoanProduct": [
{
"MaximumDelayTime": "7",
"Kkdf": "15.0",
"MaksimumLoanAmount": "60000.0",
"MaximumLoanTerm": "48",
"ProductName": "TİK",
"Bsmv": "5.0",
"MininumLoanAmount": "1000.0",
"MinimumLoanTerm": "3",
"CampaignName": "TUNÇ-EMRE-SİGORTALI",
"ProductID": "35009",
"InterestRate": "2.64",
"MaximumInstallmentTime": "3"
},
{
"MaximumDelayTime": "",
"Kkdf": "15.0",
"MaksimumLoanAmount": "50000.0",
"MaximumLoanTerm": "36",
"ProductName": "TİK",
"Bsmv": "5.0",
"MininumLoanAmount": "500.0",
"MinimumLoanTerm": "3",
"CampaignName": "YAZ KREDISI",
"ProductID": "50001",
"InterestRate": "1.44",
"MaximumInstallmentTime": "1"
},
...
{
"MaximumDelayTime": "",
"Kkdf": "15.0",
"MaksimumLoanAmount": "100000.0",
"MaximumLoanTerm": "12",
"ProductName": "Taksitli Ek Hesap",
"Bsmv": "5.0",
"MininumLoanAmount": "200.0",
"MinimumLoanTerm": "2",
"CampaignName": "",
"ProductID": "119002",
"InterestRate": "1.84",
"MaximumInstallmentTime": "1"
}
]
}
}
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-