8. Check BIN
Check bin numbers of your customer's card by using Paywall's service
Check BIN
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"ErrorCodeType": 1,
"ErrorMessage": null,
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"BinNumber": "51691401",
"CardBankId": 75,
"CardBank": "DENİZBANK A.Ş.",
"CardBrandId": 1,
"CardBrand": "Master Card",
"CardFamilyId": null,
"CardFamily": null,
"CardKindId": 1,
"CardKind": "Bireysel Kart",
"CardTypeId": 2,
"CardType": "Debit",
"IsMatchedByEightDigitBin": true, // Bin numarası 8 hane ile eşleşti
"IsMatchedBySixDigitBin": false // Bin numarası 6 hane ile eşleşti
}
}Last updated