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 > Customer Phone Validations

Customer Phone Validations

Description

​This API returns whether given customer infos belongs to a Türkiye İş Bankası customer, by checking at the customer number and phone number.​

How it Works

Customer Phone Validations Request

GET {API_HOST}/api/isbank/v1/customer-phone-validations/?customer_number={{customer number}}&mobile_phone_number={{phone_number}}

Headers:
X-IBM-client-id: {YOUR_CLEINT_ID} 
X-IBM-client-secret: {YOUR_CLEINT_SECRET} 
Content-Type: application/json​


Sample Response
{
    "data": {
         "customer_number": "593583612624896",
         "result": true
    }
}​