production
development
https://apigateway.bankalfalah.com/bankalfalah/sb
Paths
/v1
post /v1
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
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
RequestBody
Required in body
object
RequestBody
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/opentitlefetch/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": {
"dateTime": {
"type": "string"
},
"amount": {
"type": "string"
},
"rrn": {
"type": "string"
},
"fromAccountNumber": {
"type": "string"
},
"toAccountNumber": {
"type": "string"
},
"toBankIMD": {
"type": "string"
},
"beneficiaryBankName": {
"type": "string"
},
"fromBankIMD": {
"type": "string"
}
},
"example": {
"dateTime": "1105171432",
"amount": "100",
"rrn": "858565171121",
"fromAccountNumber": "123456789111",
"toAccountNumber": "12345678911112",
"toBankIMD": "221166",
"beneficiaryBankName": "JS",
"fromBankIMD": "627100"
},
"required": [
"dateTime",
"amount",
"rrn",
"fromAccountNumber",
"toAccountNumber",
"toBankIMD",
"beneficiaryBankName",
"fromBankIMD"
]
}
{
"type": "object",
"properties": {
"ResponseCode": {
"type": "string"
},
"PAN": {
"type": "string"
},
"Amount": {
"type": "string"
},
"STAN": {
"type": "string"
},
"Date": {
"type": "string"
},
"Time": {
"type": "string"
},
"RRN": {
"type": "string"
},
"AuthID": {
"type": "string"
},
"ToBankIMD": {
"type": "string"
},
"AccountNumberTo": {
"type": "string"
},
"AccountTitleTo": {
"type": "string"
},
"BranchNameTo": {
"type": "string"
},
"BankName": {
"type": "string"
},
"ResponseDetail": {
"type": "string"
}
},
"example": {
"ResponseCode": "00",
"PAN": "6271008585654171432",
"Amount": "000000000100",
"STAN": "171121",
"Date": "1105",
"Time": "171432",
"RRN": "858565171121",
"AuthID": "314522",
"ToBankIMD": "22116600000",
"AccountNumberTo": "12345678911112",
"AccountTitleTo": "ZEESHAN AHMED ",
"BranchNameTo": "JS ",
"BankName": "JS ",
"ResponseDetail": "PROCESSED OK"
}
}