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/xml
Accept
Optional in header
string
application/xml
200
200 OK
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/statelife-Inquiry/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": {
"Inquiry": {
"type": "object",
"properties": {
"Username": {
"type": "string"
},
"Password": {
"type": "string"
},
"CompanyID": {
"type": "string"
},
"ConsumerNumber": {
"type": "string"
},
"BillMonth": {
"type": "string"
},
"Channel": {
"type": "string"
},
"PaymentMode": {
"type": "string"
},
"Bank_Mnemonic": {
"type": "string"
},
"Reserved": {
"type": "string"
}
},
"xml": {
"namespace": ""
}
}
},
"xml": {
"namespace": ""
},
"example": "\r\n\r\n atuser<\/Username>\r\n\r\n atuser<\/Password>\r\n\r\n STATELIFE<\/CompanyID>\r\n\r\n 0150016031<\/ConsumerNumber>\r\n\r\n 2213<\/BillMonth>\r\n\r\n AlfalahAT<\/Channel>\r\n\r\n Cash<\/PaymentMode>\r\n\r\n 3<\/Bank_Mnemonic>\r\n\r\n 3<\/Reserved>\r\n <\/Inquiry>",
"required": [
"Inquiry"
]
}