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