Kredi Kartı Listesi
Bu API müşterinin yetkili olduğu kartları listelemektedir.
API Bilgileri
URL |
/creditCardList |
Metot |
POST |
Versiyon |
1.0 |
Scope |
creditcard |
Yetkilendirme Yöntemi |
Authorization Code |
Girdi Bilgileri
Bu servis herhangi bir girdi almamaktadır.
Çıktı Bilgileri
List< CreditCards >
Alan Adı | Format | Açıklama |
CardNumber |
String | Maskeli kredi kartı numarası |
CardType |
String |
Kart türü A: Asıl, E: Ek |
CardStatus |
String |
Kart durumu N: Normal, P: Kötüye Kullanım, K: Kayıp, C: Çalıntı, I: İptal, S: Sahte Kart |
TotalLimit |
Decimal | Toplam limit |
RemainingLimit |
Decimal | Kullanılabilir limit |
CardOwnerNameSurname |
String | Kart sahibinin adı soyadı/ünvanı |
CardProductName |
String | Kart ürün adı |
CardID |
Integer | Müşterinin her kartı için oluşturulmuş benzersiz ID numarası |
Örnek
İstek:
{ }
Cevap:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Completed", "ObjectID": "5f98ba86-45c6-4e32-981e-4e64cf3c2b59" }, "Data": { "CreditCards": [ { "CardNumber": "5421********1269", "TotalLimit": 1.0E7, "CardOwnerNameSurname": "ABDULLAH AYDEMİR", "CardType": "A", "CardProductName": "Visa Business Kart", "CardID": 20090, "CardStatus": "N", "RemainingLimit": 1.000213804E7 }, { "CardNumber": "5400********5015", "TotalLimit": 1.0E7, "CardOwnerNameSurname": "ABDULLAH AYDEMİR", "CardType": "A", "CardProductName": "Visa Business Kart", "CardID": 4638, "CardStatus": "N", "RemainingLimit": 1.000213804E7 }, { "CardNumber": "4938********8782", "TotalLimit": 1.0E7, "CardOwnerNameSurname": "ABDULLAH AYDEMİR", "CardType": "A", "CardProductName": "Visa Business Kart", "CardID": 4635, "CardStatus": "N", "RemainingLimit": 1.000213804E7 }, ... { "CardNumber": "4090********9176", "TotalLimit": 1.0E7, "CardOwnerNameSurname": "OSMAN MAHMUT", "CardType": "E", "CardProductName": "Visa Business Kart", "CardID": 22009, "CardStatus": "N", "RemainingLimit": 1.0000848E7 } ] } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-