Account Detail
This API returns details of customer authorized account.
API Information
URL |
/accountDetail |
Method |
POST |
Version |
1.0 |
Scope |
account |
Authorization Flow |
B2B Credentials |
Input Information
| Name | Format | Description | Required/Optional |
AccountNumber |
String (17) | Account number | Required |
Output Information
AccountInfo
| Name | Format | Description |
CurrencyCode |
String | Currency code |
CustomerNumber |
String | Customer number |
Balance |
Decimal | Balance |
AccountNumber |
String | Account number |
LastTransactionDate |
yyyy-MM-ddTHH24:mm:ss | Last transaction date |
AccountStatus |
String |
Account status A: Open, K: Close |
IBAN |
String | International bank account number |
RemainingBalance |
Decimal | Remaining balance |
BranchCode |
String | Branch code |
OpeningDate |
yyyy-MM-ddTHH24:mm:ss | Account opening date |
AccountType |
Integer |
Account type 1: TRY Time Deposit Account, 2: TRY Current Acount, 3: Foreign Currency Time Deposit Account, 4: Foreign Currency Current Account |
Message Codes
| Message Code | Description |
ACBH000034 |
Account number cannot be empty. |
ACBH000035 |
Account number must be entered proper format. |
ACBH000104 |
Account number you entered does not belong to customer in session. |
Example
Request:
{
"AccountNumber": "00158000000000001"
}
Response:
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Completed",
"ObjectID": "4c4ce322-4fd7-4bb6-8f1f-aceccdcb4ce5"
},
"Data": {
"AccountInfo": {
"CurrencyCode": "TL",
"LastTransactionDate": "2021-01-29T12:14:23",
"AccountStatus": "A",
"OpeningDate": "2020-12-29T16:20:43",
"IBAN": "TR000000000158000000000001",
"CustomerNumber": "445805642686",
"RemainingBalance": "98990.46",
"Balance": "98990.46",
"AccountType": "2",
"BranchCode": "S01007",
"AccountNumber": "00158000000000001"
}
}
}
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-