Account Detail
This API returns account detail of the customer.
API Information
URL |
/accountDetail |
Method |
POST |
Version |
1.0 |
Scope |
Account Information Services |
Authorization Flow |
Authorization Code |
Input Information
Name | Format | Description | Required/Optional |
AccountNumber |
String | Customer account number | Required |
Output Information
Name | Format | Description |
CurrencyCode |
String | Currency code |
CustomerNumber |
String | Customer number |
Balance |
Decimal | Balance of account |
AccountNumber |
String | Customer account number |
Example
Request:
{ "AccountNumber": "00000000000000000" }
Response:
{ "Status": { "Code": "APIGW000000", "Description": "Success", "ObjectID": "75b4b5c9-86e8-4188-856d-0e5e0d8a6a56" }, "Data": { "Account": { "CurrencyCode": "TL", "CustomerNumber": "000000000000", "Balance": "9520.28", "AccountNumber": "00000000000000000" } } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-