We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > IBAN

IBAN

Description

​This API is used to validate and verify the correctness of the entered İşbank IBAN.

How it ​Works

Parameters

iban_no : String 

Sample Request

GET {API_HOST}/api/v1/ibans/{iban_no}
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Content-Type: application/json


Sample Response

{
    "data": {
        "result": true
    }
}