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) | Type | Description |
---|---|---|
last4Digits* | string | Last 4 Digits of card associated with phone number |
mobilePhoneNumber* | string | Mobile Number associated with card |
Response
{
"issuingBankId": "MFS",
"currencyCode": "UGX",
"errorCode": "0000",
"errorMessage": "SUCCESS"
}
Field | Type | Description |
---|---|---|
currencyCode | string | 3 character ISO 4217 alphabetic currency code |
issuingBankId | string | 3-4 character bank identifier |
errorCode | string | Error Code |
errorMessage | string | Error Message |
Updated over 1 year ago