Bank Info

Bankinfo Request service uses the POST method to display issuing bank ID of the registered card and currency code.

Endpoint

/MFSAfricaCard/v1/bankinforequest

Request

{
  "last4Digits": "1233",
  "mobilePhoneNumber": "232323322"
}
Field (* required field)TypeDescription
last4Digits*stringLast 4 Digits of card associated with phone number
mobilePhoneNumber*stringMobile Number associated with card

Response

{
    "issuingBankId": "MFS",
    "currencyCode": "UGX",
    "errorCode": "0000",
    "errorMessage": "SUCCESS"
}
FieldTypeDescription
currencyCodestring3 character ISO 4217 alphabetic currency code
issuingBankIdstring3-4 character bank identifier
errorCodestringError Code
errorMessagestringError Message