Card Details
This API returns details of customer authorized card.
API Information
URL |
/creditCardDetails |
Method |
POST |
Version |
1.0 |
Scope |
creditcard |
Authorization Flow |
Authorization Code |
Input Information
| Name | Format | Description | Required/Optional |
CardID |
Integer | Unique card ID number for all cards of customer | Required |
Output Information
CreditCardInfo
| 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 |
Balance |
Decimal | Balance |
StatementDate |
yyyy-MM-ddTHH24:mm:ss | Statement date |
LastPaymentDate |
yyyy-MM-ddTHH24:mm:ss | Last payment date |
RemainingDebt |
Decimal | Remaining Dept (Only main card) |
CardBranch |
String | Card branch |
VirtualLimit |
Decimal | Virtual limit |
Point |
Decimal | Card point information |
CardProductName |
String | Card product name |
MainCardNumber |
String | Masked main card number |
NextStatementDate |
yyyy-MM-ddTHH24:mm:ss | Next statement date |
NextLastPaymentDate |
yyyy-MM-ddTHH24:mm:ss | Next last payment date |
InterestRate |
Decimal | Interest rate |
TermDebtBalanceDomestic |
Decimal | Term debt balance domestic |
TermDebtBalanceAbroad |
Decimal | Term debt balance abroad |
MinimumPaymentAmountDomestic |
Decimal | Minimum payment amount domestic (Main Card Only) |
MinimumPaymentAmountAbroad |
Decimal | Minimum payment amount abroad (Main Card Only) |
RemainingMinimumPaymentAmountDomestic |
Decimal | Remaining minimum payment amount domestic (Main Card Only) |
RemainingMinimumPaymentAmountAbroad |
Decimal | Remaining minimum payment amount abroad (Main Card Only) |
RemainingDebtDomestic |
Decimal | Remaining debt domestic (Main Card Only) |
RemainingDebtAbroad |
Decimal | Remaining debt abroad (Main Card Only) |
TotalTermDebtBalanceDomestic |
Decimal | Total term debt balance domestic |
TotalTermDebtBalanceAbroad |
Decimal | Total term debt balance abroad |
Message Codes
| Message Code | Description |
ACBH000114 |
Card number does not belong to customer in session. |
ACBH000227 |
Card id format is incorrect. |
Example
Request:
{
"CardID": 20090
}
Response:
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Completed",
"ObjectID": "577bb52c-ee59-4061-ac37-8e69c62b1c87"
},
"Data": {
"CreditCardInfo": {
"CardNumber": "5421********1269",
"NextLastPaymentDate": "2023-06-26T00:00:00",
"TotalLimit": 1.0E7,
"RemainingMinimumPaymentAmountDomestic": 1,
"TotalTermDebtBalanceAbroad": 0,
"MainCardNumber": "5421********1269",
"LastPaymentDate": "2021-02-24T00:00:00",
"StatementDate": "2021-02-22T00:00:00",
"Point": 1094.6,
"CardStatus": "N Normal",
"CardOwnerNameSurname": "ABDULLAH AYDEMİR",
"CardType": "A",
"MinimumPaymentAmountDomestic": 1,
"NextStatementDate": "2023-06-21T00:00:00",
"TermDebtBalanceDomestic": 40.95,
"TotalTermDebtBalanceDomestic": 40.95,
"CardProductName": "Visa Business Kart",
"BranchName": "19 MAYIS BAĞ. Ş",
"InterestRate": 2,
"BranchCode": "0972",
"RemainingDebtDomestic": 40.95,
"RemainingLimit": 1.000213804E7
}
}
}
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-