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)
RequestBody
Required in body
object
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/fundtransferadvise/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": {
"FTAdvice": {
"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"
}
},
"example": {
"FTAdvice": "D",
"toAccountNumber": "01941006037818",
"fromAccountNumber": "4005PKR159740005",
"rrn": "000000691333",
"dateTime": "0901164101",
"beneficiaryBankName": "Alfalah ",
"senderName": "Sender",
"accountTitle": "",
"branchName": "Clifton Branch",
"amount": "5"
}
}