Bireysel İhtiyaç Kredi Başvuru - Gelir Bilgileri
Bu API müşterinin bireysel ihtiyaç kredisi başvuru adımındaki gelir ve çalışma bilgilerini sağlamaktadır.
API Bilgileri
URL |
/loan/personal/personalInfo |
Metot |
POST |
Versiyon |
1.0 |
Scope |
loan |
Yetkilendirme Yöntemi |
Client Credentials |
Girdi Bilgileri
Alan Adı | Format | Açıklama | Zorunlu/Opsiyonel |
IdentityNumber |
String (11) | Başvuran kişinin T.C. kimlik numarası | Zorunlu |
ApplicationNumber |
Integer | Başvuru Id bilgisi | Zorunlu |
EducationLevelCode |
Integer | Eğitim Düzeyi Kodu | Zorunlu |
ProfessionalCode |
Integer | Meslek Kodu | Zorunlu |
CampaignCode |
Integer | Kampanya Kodu | Zorunlu |
MonthlyIncomeAmount |
Decimal | Aylık Gelir Tutarı | Zorunlu |
BranchCode |
String | Şube Kodu | Zorunlu |
SectorCode |
Enum | Sektor Kodu | Zorunlu |
CustomerEmploymentStatus |
Enum | Müşteri Çalışma Durumu | Zorunlu |
ResidenceType |
Enum | İkametgah Tipi | Zorunlu |
Çıktı Bilgileri
ApplicationResult
Alan Adı | Format | Açıklama |
ApplicationNumber |
Integer | Başvuru Id bilgisi |
InternetDisplayTypes |
Enum | Ekran tipi |
IdentityNumber |
String (11) | Başvuran kişinin T.C. kimlik numarası |
ProductDescription |
Integer | Ürün açıklaması |
CreditAmount |
Decimal | Kredi tutarı |
Maturity |
Integer | Vade |
ContractInterestRate |
Decimal | Akdi faiz oranı |
MonthlyInstallmentAmount |
Decimal | Taksit tutarı |
InterestRate |
Decimal | Faiz oranı |
PricingBreakdownId |
Integer | Fiyatlama kırılım id |
CreditAllocationFees |
Decimal | Kredi tahsis ücreti |
InsurancePremiumAmount |
Decimal | Sigorta ücreti |
AllocationFeesTaxesTotal |
Decimal | Tahsis ücreti vergiler toplamı |
DefaultInterestRate |
Decimal | Temerrut faiz oranı |
TopLevelAllocationRatio |
Decimal | Üst seviye tahsis oranı |
FirstInstallmentDate |
DateTime | İlk taksit ödeme tarihi |
AppraisalAmount |
Decimal | Ekspertiz ücreti |
Bsmv |
Decimal | Bsmv |
Kkdf |
Decimal | Kkdf |
GracePeriodInstallmentCount |
Integer | Ödemesiz Dönem |
PaymentPeriod |
Integer | Taksit periyodu |
InterestBalanceAmount |
Decimal | Toplam ödenecek tutar |
AnnualCostRate |
Decimal | Yıllık maliyet oranı |
ShowInsuranceFee |
Integer | Sigorta Ucreti alanı gösterilsin mi durumunu sağlar. |
Mesaj Kodları
Mesaj Kodu | Açıklama |
ACBG000007 |
İstek mesajı hatalı. |
Örnek
İstek:
{ "IdentityNumber": "", "ApplicationNumber": 89999999, "EducationLevelCode": 6, "ProfessionalCode": 29, "CampaignCode": 6000999999, "MonthlyIncomeAmount": 50000.0, "BranchCode": "S00330", "SectorCode": 1, "CustomerEmploymentStatus": 1, "ResidenceType": 1 }
Cevap:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Tamamlandı", "StatusDescriptionEn": "Completed", "ObjectID": "0d52eaa8-48b0-4473-b321-6acff31c5c6e" }, "Data": { "ApplicationResult": { "PricingBreakdownId": 1899999, "Kkdf": 15, "ShowInsuranceFee": 1, "Bsmv": 15, "InternetDisplayTypes": 3, "CreditAmount": 50000, "ContractInterestRate": 4.19, "InterestBalanceAmount": 6.50, "InsurancePremiumAmount": 1220.8, "MonthlyInstallmentAmount": 5784.38, "ApplicationNumber": 89999999, "DefaultInterestRate": 65.364, "ProductDescription": "TEST", "InterestRate": 4.19, "CreditAllocationFees": 0, "GracePeriodInstallmentCount": 3, "PaymentPeriod": 3, "AllocationFeesTaxesTotal": 0, "Maturity": 12, "FirstInstallmentDate": "2025-05-24T00:00:00", "AppraisalAmount": 0, "IdentityNumber": "", "AnnualCostRate": 88.9778 } } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-