production
development
https://apigateway.bankalfalah.com/bankalfalah/sb
Paths
/v1
post /v1
clientSecretHeader
X-IBM-Client-Secret
(apiKey located in header)
OAuth
OAuth
(oauth2 application)
OAuth Authentication
Token URL
https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token
Scopes
GetToken
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
RequestData
Required in body
object
RequestData
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/nadra-bio-verification-api/v1
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"TRANSACTION_ID": {
"type": "string"
},
"SESSION_ID": {
"type": "string"
},
"CITIZEN_NUMBER": {
"type": "string"
},
"CONTACT_NUMBER": {
"type": "string"
},
"FINGER_INDEX": {
"type": "string"
},
"FINGER_TEMPLATE": {
"type": "string"
},
"TEMPLATE_TYPE": {
"type": "string"
},
"AREA_NAME": {
"type": "string"
},
"CHANNEL_ID": {
"type": "string"
}
},
"example": {
"TRANSACTION_ID": "",
"SESSION_ID": "",
"CITIZEN_NUMBER": "4220159393029",
"CONTACT_NUMBER": "00000000000",
"FINGER_INDEX": "1",
"FINGER_TEMPLATE": "",
"TEMPLATE_TYPE": "ISO_19794_2",
"AREA_NAME": "sindh",
"CHANNEL_ID": "11"
}
}
{
"type": "object",
"properties": {
"ResponseCode": {
"type": "string"
},
"ResponseDescription": {
"type": "string"
},
"SessionId": {
"type": "string"
},
"CitizenNumber": {
"type": "string"
},
"Name": {
"type": "string"
},
"MotherName": {
"type": "string"
},
"PresentAddress": {
"type": "string"
},
"DateOfBirth": {
"type": "string"
},
"Gender": {
"type": "string"
},
"BirthPlace": {
"type": "string"
},
"ExpiryDate": {
"type": "string"
}
},
"example": {
"ResponseCode": "100",
"ResponseDescription": "successful",
"SessionId": "2331100001220179690",
"CitizenNumber": "4220159393029",
"Name": "RAZI ADNAN",
"MotherName": "MUNAWAR ",
"PresentAddress": "HOUSE NUMBER XX\/XX MOHALA DRIG ROAD CANTT BAZAAR SHAHDRA FAISAL KARACHI SHARKI",
"DateOfBirth": "1965-08-14",
"Gender": "male",
"BirthPlace": "KARACHI SHARKI",
"ExpiryDate": "2035-06-26"
}
}