Thousand Inquiry Service
Thousand Query Service Request Model;
Method
API URL
Parameter
POST
https://posservice.esnekpos.com/api/services/EYVBinService
JSON File
The parameters to be sent to the service are as follows;
Parameters
Type
Compulsory
Description
CardNumber
string
Yes
It is the bin number information of the card to be questioned. (The first 6 digits of the 16-digit card number are combined)
Here is a sample JSON file to send to the service;
{
"CardNumber":"510152"
}
Bin Inquiry Service Reply Message;
The parameters of the reply message sent from the service after the transaction are as follows;
Parameters
Type
Compulsory
Description
Bank_Name
string
Yes
Bank name information
Bank_Brand
string
Yes
Brand name information
Card_Type
string
Yes
Card type information
Card_Family
string
Yes
Card family information
Card_Kind
string
Yes
Card type information. Answers; DEBIT CARD, INDIVIDUAL CARD, COMMERCIAL CARD
{
"Bank_Name": "IS BANK",
"Bank_Brand": "MASTERCARD",
"Card_Type": "CREDIT",
"Card_Family": "Maximum",
"Card_Kind": "COMMERCIAL CARD"
}
Last updated