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
}
}