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
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
500
Error
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/bafapi-wallet-customer-to-business/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
{
"properties": {
"Stan": {
"type": "string",
"description": "Stan",
"example": "12279524"
},
"Amount": {
"properties": [],
"type": "string",
"description": "Amount",
"example": "6.03"
},
"To_Feature": {
"properties": [],
"type": "string",
"description": "To Feature",
"example": "alfamerchnetworfee"
},
"From_Feature": {
"properties": [],
"type": "string",
"description": "From Feature",
"example": "alfamerchnetworfee"
},
"Mobile_Number": {
"properties": [],
"type": "string",
"description": "Mobile Number",
"example": "03134021474"
},
"Wallet_ID": {
"properties": [],
"type": "string",
"description": "Wallet ID",
"example": "933803337900400"
},
"Transaction_Ref": {
"properties": [],
"type": "string",
"description": "Transaction Reference",
"example": "210923161930459"
}
},
"additionalProperties": false,
"required": [
"Stan",
"Amount",
"To_Feature",
"From_Feature",
"Mobile_Number",
"Wallet_ID",
"Transaction_Ref"
]
}
{
"type": "object",
"properties": {
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"data": {
"type": "array",
"items": {
"properties": {
"TaxAmount": {
"type": "string"
},
"TransactionReference": {
"type": "string"
},
"CurrentBalance": {
"type": "string"
},
"PrincipalAmount": {
"type": "string"
},
"FeeAmount": {
"type": "string"
}
},
"type": "object"
}
}
},
"example": {
"code": "00",
"description": "SUCCESS",
"data": [
{
"TaxAmount": "0.00",
"TransactionReference": "12279526",
"CurrentBalance": "3485.69",
"PrincipalAmount": "6.03",
"FeeAmount": "0.00"
}
]
}
}
{
"type": "object",
"properties": {
"ResponseCode": {
"type": "string"
},
"ResponseDesc": {
"type": "string"
}
},
"example": {
"ResponseCode": "99",
"ResponseDesc": "Failed"
}
}