IBAN Validate
This API takes validation for IBAN.
API Information
URL |
/ibanValidate |
Method |
POST |
Version |
1.0 |
Scope |
public |
Authorization Flow |
Client Credentials |
Input Information
Name | Format | Description | Required/Optional |
IBAN |
String (26) | International Bank Account Number | Required |
Output Information
Validation
Name | Format | Description |
IsValid |
Boolean | IBAN validation status True: IBAN is valid |
Message Codes
Message Code | Description |
ACBH000022 |
IBAN format is incorrect. |
EFTE000018 |
IBAN is incorrect. |
Example
Request:
{ "IBAN" : "TR000000000000000000000001" }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Completed", "ObjectID": "762ca30f-c759-442e-a6d9-4d3e95b416d3" }, "Data": { "Validation": { "IsValid": true } } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-