production
development
https://apigateway.bankalfalah.com/bankalfalah/sb
Paths
/TitleFetch
post /TitleFetch
ClientSecret
X-IBM-Client-Secret
(apiKey located in header)
ClientID
X-IBM-Client-Id
(apiKey located in header)
RequestData
Required in body
object
{ "referenceNo": "PC128078165055930", "nbrAccount": "04451008104327", "sendAmount": { "amount": "0", "currency": "PKR" }, "bankCode": "627618", "isIBAN": "N" }
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK Successful operation.
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/title-fetch/TitleFetch
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": {
"referenceNo": {
"type": "string"
},
"nbrAccount": {
"type": "string"
},
"sendAmount": {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"currency": {
"type": "string"
}
}
},
"bankCode": {
"type": "string"
},
"isIBAN": {
"type": "string"
}
},
"example": {
"referenceNo": "PC128078165055930",
"nbrAccount": "PK12ABCD7891234657891234",
"sendAmount": {
"amount": "0",
"currency": "PKR"
},
"bankCode": "627618",
"isIBAN": "Y"
}
}
{
"type": "object",
"properties": {
"responseCode": {
"type": "string"
},
"authIdResponse": {
"type": "string"
},
"transactionLogId": {
"type": "string"
},
"accountTitle": {
"type": "string"
},
"toAccountNumber": {
"type": "string"
},
"beneficiaryIBAN": {
"type": "string"
},
"beneficiaryBank": {
"type": "string"
},
"beneficiaryBranch": {
"type": "string"
}
},
"example": {
"responseCode": "000",
"authIdResponse": "",
"transactionLogId": "545346865",
"accountTitle": "TEST ACCOUNT ",
"toAccountNumber": "0445100810**** ",
"beneficiaryIBAN": " ",
"beneficiaryBank": " ",
"beneficiaryBranch": " "
}
}