production
development
https://apigateway.bankalfalah.com/bankalfalah/sb
Paths
/v1
post /v1
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
OAuth
OAuth
(oauth2 application)
OAuth Authentication
Token URL
https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token
Scopes
GetToken
clientSecretHeader
X-IBM-Client-Secret
(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/inter-bank-fund-transfers/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": {
"toBankIMD": {
"type": "string"
},
"toAccountNumber": {
"type": "string"
},
"fromAccountNumber": {
"type": "string"
},
"rrn": {
"type": "string"
},
"dateTime": {
"type": "string"
},
"beneficiaryBankName": {
"type": "string"
},
"senderName": {
"type": "string"
},
"accountTitle": {
"type": "string"
},
"branchName": {
"type": "string"
},
"amount": {
"type": "string"
},
"fromBankIMD": {
"type": "string"
}
},
"example": {
"toBankIMD": "221166",
"toAccountNumber": "12345678911112",
"fromAccountNumber": "00051005398056",
"rrn": "310899100722",
"dateTime": "0901164101",
"beneficiaryBankName": "1LINK BANK LIMITED ",
"senderName": "Sender",
"accountTitle": "ZEESHAN AHMED ",
"branchName": "1LINK MAIN BRANCHPRKTOWER",
"amount": "1.00",
"fromBankIMD": "627100"
}
}
{
"type": "object",
"properties": {
"ResponseCode": {
"type": "string"
},
"PAN": {
"type": "string"
},
"TransactionAmount": {
"type": "string"
},
"DateTime": {
"type": "string"
},
"STAN": {
"type": "string"
},
"Date": {
"type": "string"
},
"Time": {
"type": "string"
},
"SettlementDate": {
"type": "string"
},
"RRN": {
"type": "string"
},
"AuthorizationIdentificationResponse": {
"type": "string"
},
"ToBankIMD": {
"type": "string"
},
"AccountNumberTo": {
"type": "string"
},
"ResponseDetail": {
"type": "string"
}
},
"example": {
"ResponseCode": "00",
"PAN": "8585654171432000000",
"TransactionAmount": "000000000100",
"DateTime": "",
"STAN": "100722",
"Date": "0901",
"Time": "164101",
"SettlementDate": "1008",
"RRN": "310899100722",
"AuthorizationIdentificationResponse": "000000",
"ToBankIMD": "22116600000",
"AccountNumberTo": "12345678911112",
"ResponseDetail": "PROCESSED OK"
}
}