Card BIN
POST
{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/card_bin
Headers
Name
Type
Description
x-api-key*
String
your secret key
app-id*
String
your app id
Request Body
Name
Type
Description
number*
String
Bank Identification number
{
"status": true,
"response_code": "00",
"detail": "Verification Successful",
"data": {
"bin": "",
"brand": "",
"sub_brand": "",
"country_code": "",
"country_name": "",
"card_type": "",
"bank": ""
},
"verification": {
"status": "",
"reference": ""
}
}
Last updated