Card List
This API lists customer authorized cards.
API Information
URL |
/creditCardList |
Method |
POST |
Version |
1.0 |
Scope |
creditcard |
Authorization Flow |
Authorization Code |
Input Information
This API doesn’t get any input.
Output Information
List< CreditCards >
Name | Format | Description |
CardNumber |
String | Masked card number |
CardType |
String |
Card type A: Main, E: Additional |
CardStatus |
String |
Card status N:Normal, P:Abused, K:Lost, C:Stolen, I:Canceled, S:Fake Card |
TotalLimit |
Decimal | Total limit |
RemainingLimit |
Decimal | Remaining limit |
CardOwnerNameSurname |
String | Card Owner Name Surname/Title |
CardProductName |
String | Card product name |
CardID |
Integer | Unique card ID number for all cards of customer |
Example
Request:
{ }
Response:
{ "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
-
-
-