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
Success
500
Error
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/bafapi-wallet-getsinglecarddetails/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": {
"CardId": {
"type": "string",
"description": "Card ID",
"example": "17115013"
},
"ChannelId": {
"properties": [],
"type": "string",
"description": "Channel ID",
"example": "1010"
}
},
"additionalProperties": false,
"required": [
"CardId",
"ChannelId"
]
}
{
"type": "object",
"properties": {
"customerId": {
"type": "string"
},
"cardNumber": {
"type": "string"
},
"cardId": {
"type": "string"
},
"nameOnCard": {
"type": "string"
},
"cardProduct": {
"type": "string"
},
"cardProductId": {
"type": "string"
},
"productCategory": {
"type": "string"
},
"cardProductCode": {
"type": "string"
},
"cardCreationDate": {
"type": "string"
},
"cardType": {
"type": "string"
},
"cardCategory": {
"type": "string"
},
"cardStatus": {
"type": "string"
},
"cardStatusCode": {
"type": "string"
},
"maxRetries": {
"type": "string"
},
"retriesLeft": {
"type": "string"
},
"relationshipId": {
"type": "string"
},
"address1": {
"type": "string"
},
"address2": {
"type": "string"
},
"statusReason": {
"type": "string"
},
"expiryDate": {
"type": "string"
}
},
"example": {
"customerId": "1000000045125",
"cardNumber": "4213397001408447",
"cardId": "15998824",
"nameOnCard": "AMMAD ISHAQUE",
"cardProduct": "MAG VISA CLASSIC",
"cardProductId": "620",
"productCategory": "00",
"cardProductCode": "0201",
"cardCreationDate": "20140805",
"cardType": "Primary",
"cardCategory": "00",
"cardStatus": "Hot",
"cardStatusCode": "02",
"maxRetries": "3",
"retriesLeft": "3",
"relationshipId": "4025830030075686=1908",
"address1": "HOMEADDRESS1",
"address2": "HOMEADDRESS2",
"statusReason": "Iris Configured",
"expiryDate": "20190831"
}
}
{
"type": "object",
"properties": {
"ResponseCode": {
"type": "string"
},
"ResponseDesc": {
"type": "string"
}
},
"example": {
"ResponseCode": "99",
"ResponseDesc": "Failed"
}
}