Bin Lookup
POST/pci/BinLookup
Request
Header Parameters
tx-tokenex-id string
Your TokenEx token vault identifier or vaultless tokenization profile.
tx-apikey string
Provides access to one or more functions in the TokenEx API.
- application/json
Body
PAN string
NOTE: Either PAN or Token must be provided, but the request cannot contain both
Token string
NOTE: Either PAN or Token must be provided, but the request cannot contain both"
Responses
- 200
- 400
200
- application/json
- Schema
- Example (from schema)
- Success
- Data Not Found
Schema
- Success
- Data Not Found
Array [
]
Array [
]
oneOf
binData
object
binMin string
Example:
5584750000000000000
binMax string
Example:
5584759999999999999
cleanBankName string
Example:
Nexi Payments Spa
productName string
Example:
MasterCard Preferred BusinessCard Card
cardBrand string
Example:
MASTERCARD
countryAlpha2 string
Example:
IT
countryName string
Example:
ITALY
countryNumeric string
Example:
380
type string
Example:
Credit
bankName string
Example:
NEXI PAYMENTS SPA
bankUrl string
Example:
bankPhone string
Example:
productCode string
Example:
MPB
prepaid boolean
Default value:
true
Example:
false
regulatedName string
Example:
reloadable boolean
Default value:
true
Example:
true
panOrToken string
Example:
pan
accountUpdater boolean
Default value:
true
Example:
false
alm boolean
Default value:
true
Example:
false
domesticOnly boolean
Default value:
true
Example:
false
gamblingBlocked boolean
Default value:
true
Example:
false
level2 boolean
Default value:
true
Example:
false
level3 boolean
Default value:
true
Example:
false
issuerCurrency string
Example:
cardSegmentType string
Example:
Commercial
comboCard string
Example:
cardBrandIsAdditional boolean
Default value:
true
Example:
false
correlationId string
Example:
eyJGaWxlSWQiOjczNDcsIlZlcnNpb24iOjQwfQ==
sharedBin boolean
Default value:
true
Example:
false
cost
object[]
capFixedAmount integer
Default value:
0
Example:
0
capAdvaloremAmount number
Default value:
0
Example:
0.015
capTypeQualifierText string
Example:
EU XB CNP MIF
authentication
object[]
scaName string
Example:
EU PSD2 - SCA
additionalCardBrands array
referenceNumber string
Example:
24032109590372982292
success boolean
Default value:
true
Example:
true
error string
Example:
message string
Example:
referenceNumber string
Example:
23110112204735728679
success boolean
Default value:
true
Example:
false
error string
Example:
3003 : Data Not Found
message string
Example:
{}
{
"binData": {
"binMin": "5584750000000000000",
"binMax": "5584759999999999999",
"cleanBankName": "Nexi Payments Spa",
"productName": "MasterCard Preferred BusinessCard Card",
"cardBrand": "MASTERCARD",
"countryAlpha2": "IT",
"countryName": "ITALY",
"countryNumeric": "380",
"type": "Credit",
"bankName": "NEXI PAYMENTS SPA",
"bankUrl": "",
"bankPhone": "",
"productCode": "MPB",
"prepaid": false,
"regulatedName": "",
"reloadable": true,
"panOrToken": "pan",
"accountUpdater": false,
"alm": false,
"domesticOnly": false,
"gamblingBlocked": false,
"level2": false,
"level3": false,
"issuerCurrency": "",
"cardSegmentType": "Commercial",
"comboCard": "",
"cardBrandIsAdditional": false,
"correlationId": "eyJGaWxlSWQiOjczNDcsIlZlcnNpb24iOjQwfQ==",
"sharedBin": false,
"cost": [
{
"capFixedAmount": 0,
"capAdvaloremAmount": 0.015,
"capTypeQualifierText": "EU XB CNP MIF"
},
{
"capFixedAmount": 0,
"capAdvaloremAmount": 0.003,
"capTypeQualifierText": "EU MIF"
}
],
"authentication": [
{
"scaName": "EU PSD2 - SCA"
}
],
"additionalCardBrands": []
},
"referenceNumber": "24032109590372982292",
"success": true,
"error": "",
"message": ""
}
{
"referenceNumber": "23110112204735728679",
"success": false,
"error": "3003 : Data Not Found",
"message": ""
}
400
- application/json
- Schema
- Example (from schema)
- Result
Schema
object
{}
{}
Loading...